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
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IGroupSystemGroupEntry> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IGroupSystemGroupEntryReference getCICSObjectReference()
           
 java.lang.String getGroupName()
          Getter for field GROUP
 ICICSType<IGroupSystemGroupEntry> getObjectType()
           
 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
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IGroupSystemGroupEntry> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICPSMDefinition
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

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.


getCICSObjectReference

IGroupSystemGroupEntryReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICPSMDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IGroupSystemGroupEntry> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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