Package com.ibm.cics.model
Interface IProcessTypeDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSDefinitionReference<IProcessTypeDefinition>
,ICICSObjectReference<IProcessTypeDefinition>
public interface IProcessTypeDefinitionReference extends ICICSDefinitionReference<IProcessTypeDefinition>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSDefinitionType<IProcessTypeDefinition>
getCICSType()
ICICSDefinitionType<IProcessTypeDefinition>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSDefinitionReference
getCICSContainer, getCSDGroup, getName, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
-
-
-
Method Detail
-
getCICSType
ICICSDefinitionType<IProcessTypeDefinition> getCICSType()
- Specified by:
getCICSType
in interfaceICICSDefinitionReference<IProcessTypeDefinition>
- Specified by:
getCICSType
in interfaceICICSObjectReference<IProcessTypeDefinition>
-
getObjectType
ICICSDefinitionType<IProcessTypeDefinition> getObjectType()
-
-