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