Package com.ibm.cics.model
Interface IProcessTypeReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IProcessType>
,ICICSResourceReference<IProcessType>
public interface IProcessTypeReference extends ICICSResourceReference<IProcessType>
-
-
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 ICICSResourceType<IProcessType>
getCICSType()
java.lang.String
getName()
ICICSResourceType<IProcessType>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICICSResourceReference
getCICSContainer
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getCICSType
ICICSResourceType<IProcessType> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IProcessType>
-
getObjectType
ICICSResourceType<IProcessType> getObjectType()
-
-