Package com.ibm.cics.model
Interface IWLMSpecificationsToSystemGroupReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IWLMSpecificationsToSystemGroup>
,ICPSMDefinitionReference<IWLMSpecificationsToSystemGroup>
public interface IWLMSpecificationsToSystemGroupReference extends ICPSMDefinitionReference<IWLMSpecificationsToSystemGroup>
-
-
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<IWLMSpecificationsToSystemGroup>
getCICSType()
java.lang.String
getGroup()
ICPSMDefinitionType<IWLMSpecificationsToSystemGroup>
getObjectType()
java.lang.String
getSpec()
-
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()
-
getGroup
java.lang.String getGroup()
-
getCICSType
ICPSMDefinitionType<IWLMSpecificationsToSystemGroup> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IWLMSpecificationsToSystemGroup>
-
getObjectType
ICPSMDefinitionType<IWLMSpecificationsToSystemGroup> getObjectType()
-
-