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