com.ibm.cics.model
Interface ICSDGroupDefinition

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

public interface ICSDGroupDefinition
extends ICSDDefinition

generated from CICS resourcetable CSDGROUP


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICSDDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,ICSDGroupDefinition> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 ICSDGroupDefinitionReference getCICSObjectReference()
           
 java.lang.String getCICSSystem()
          Getter for field CICSSYS
 java.lang.String getName()
          Getter for field NAME
 ICICSType<ICSDGroupDefinition> getObjectType()
           
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

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

getName

java.lang.String getName()
Getter for field NAME

CSD group name

The name of the CSD group

Specified by:
getName in interface ICICSObject

getCICSSystem

java.lang.String getCICSSystem()
Getter for field CICSSYS

CICS system name

The name of the CICS system from which this CSD group was retrieved.


getCICSObjectReference

ICSDGroupDefinitionReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICSDDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ICSDGroupDefinition> 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.