com.ibm.cics.model
Interface IGroupSystemGroupEntry

All Superinterfaces:
ICICSObject, ICPSMDefinition, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IGroupSystemGroupEntry
extends ICPSMDefinition

generated from CICS resourcetable CSGLCGCG


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getGroupName()
          Getter for field GROUP
 java.lang.String getTogroup()
          Getter for field TOGROUP
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getGroupName

java.lang.String getGroupName()
Getter for field GROUP

Group 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 TOGROUP

Name of containing group

The name of the CICS system group that contains one or more other system groups.



Copyright © 2008-2012 IBM Corp. All Rights Reserved.