com.ibm.cics.model
Interface ISystemSystemGroupEntry

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

public interface ISystemSystemGroupEntry
extends ICPSMDefinition

generated from CICS resourcetable CSGLCGCS


Nested Class Summary
static class ISystemSystemGroupEntry.CreateOriginValue
          Enumeration type for field CREATEORIGIN
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,ISystemSystemGroupEntry> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 ISystemSystemGroupEntryReference getCICSObjectReference()
           
 ISystemSystemGroupEntry.CreateOriginValue getCreateOrigin()
          Getter for field CREATEORIGIN
 java.lang.String getGroup()
          Getter for field GROUP
 ICICSType<ISystemSystemGroupEntry> getObjectType()
           
 java.lang.String getSystemName()
          Getter for field CICSNAME
 
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<ISystemSystemGroupEntry> 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

getGroup

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

CICS system group

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


getSystemName

java.lang.String getSystemName()
Getter for field CICSNAME

CICS system

The name of the CICS system associated with a CICS system group.


getCreateOrigin

ISystemSystemGroupEntry.CreateOriginValue getCreateOrigin()
Getter for field CREATEORIGIN

Definition origin

Identifies where the definition originated:


getCICSObjectReference

ISystemSystemGroupEntryReference 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,ISystemSystemGroupEntry> 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.