Package com.ibm.cics.model
Interface ICMASInCICSplexDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<ICMASInCICSplexDefinition>
,ICPSMConfigurationDefinitionReference<ICMASInCICSplexDefinition>
public interface ICMASInCICSplexDefinitionReference extends ICPSMConfigurationDefinitionReference<ICMASInCICSplexDefinition>
-
-
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<ICMASInCICSplexDefinition>
getCICSType()
java.lang.String
getCmasname()
ICPSMConfigurationDefinitionType<ICMASInCICSplexDefinition>
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
-
getCmasname
java.lang.String getCmasname()
-
getCicsplex
java.lang.String getCicsplex()
-
getCICSType
ICPSMConfigurationDefinitionType<ICMASInCICSplexDefinition> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<ICMASInCICSplexDefinition>
-
getObjectType
ICPSMConfigurationDefinitionType<ICMASInCICSplexDefinition> getObjectType()
-
-