Package com.ibm.cics.model
Interface IGroupSystemGroupEntry
-
- All Superinterfaces:
ICICSObject,ICPSMDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IGroupSystemGroupEntry extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIGroupSystemGroupEntry.ChangeAgentValueEnumeration type for field CHANGEAGENT
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGroupSystemGroupEntry.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTICICSRegionGroupDefinitionReferencegetChildGroup()IGroupSystemGroupEntryReferencegetCICSObjectReference()java.lang.StringgetGroupName()Getter for field GROUPICICSType<IGroupSystemGroupEntry>getObjectType()ICICSRegionGroupDefinitionReferencegetParentGroup()java.lang.StringgetTogroup()Getter for field TOGROUP-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IGroupSystemGroupEntry> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IGroupSystemGroupEntry.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getGroupName
java.lang.String getGroupName()
Getter for field GROUPGroup within containing group
The name of the CICS system group that is contained in another system group.
-
getTogroup
java.lang.String getTogroup()
Getter for field TOGROUPName of containing group
The name of the CICS system group that contains one or more other system groups.
-
getParentGroup
ICICSRegionGroupDefinitionReference getParentGroup()
-
getChildGroup
ICICSRegionGroupDefinitionReference getChildGroup()
-
getCICSObjectReference
IGroupSystemGroupEntryReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-