Package com.ibm.cics.model
Interface IWLMSpecificationsToSystemReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSObjectReference<IWLMSpecificationsToSystem>,ICPSMDefinitionReference<IWLMSpecificationsToSystem>
public interface IWLMSpecificationsToSystemReference extends ICPSMDefinitionReference<IWLMSpecificationsToSystem>
-
-
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<IWLMSpecificationsToSystem>getCICSType()ICPSMDefinitionType<IWLMSpecificationsToSystem>getObjectType()java.lang.StringgetSpec()java.lang.StringgetSystem()-
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<IWLMSpecificationsToSystem> getCICSType()
- Specified by:
getCICSTypein interfaceICICSObjectReference<IWLMSpecificationsToSystem>
-
getObjectType
ICPSMDefinitionType<IWLMSpecificationsToSystem> getObjectType()
-
-