com.ibm.cics.model
Interface ICICSRegionGroupDefinition

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

public interface ICICSRegionGroupDefinition
extends ICPSMDefinition

generated from CICS resourcetable CSYSGRP


Nested Class Summary
static class ICICSRegionGroupDefinition.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,ICICSRegionGroupDefinition> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 ICICSRegionGroupDefinitionReference getCICSObjectReference()
           
 ICICSRegionGroupDefinition.CreateOriginValue getCreateOrigin()
          Getter for field CREATEORIGIN
 java.lang.String getDescription()
          Getter for field DESC
 java.lang.String getGroup()
          Getter for field GROUP
 ICICSType<ICICSRegionGroupDefinition> getObjectType()
           
 java.lang.String getPlatdef()
          Getter for field PLATDEF
 java.lang.String getRegiontype()
          Getter for field REGIONTYPE
 
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<ICICSRegionGroupDefinition> 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

System group name

The name of the system group.


getDescription

java.lang.String getDescription()
Getter for field DESC

Description

A 1- to 58-character description of the system group.


getPlatdef

java.lang.String getPlatdef()
Getter for field PLATDEF

Associated platform definition

The name of the platform definition the system group is associated with.


getRegiontype

java.lang.String getRegiontype()
Getter for field REGIONTYPE

Region type

The name of the region type that this system group defines.


getCreateOrigin

ICICSRegionGroupDefinition.CreateOriginValue getCreateOrigin()
Getter for field CREATEORIGIN

Definition origin

Identifies where the definition originated:


getCICSObjectReference

ICICSRegionGroupDefinitionReference 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,ICICSRegionGroupDefinition> 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.