Package com.ibm.cics.model
Interface ICSDGroupInListDefinition
-
- All Superinterfaces:
ICICSObject,ICSDDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface ICSDGroupInListDefinition extends ICSDDefinition
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICSDDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICSDGroupInListDefinitionReferencegetCICSObjectReference()java.lang.StringgetCsdgroup()Getter for field CSDGROUPICSDGroupDefinitionReferencegetCSDGroup()java.lang.StringgetCsdlist()Getter for field CSDLISTICSDListDefinitionReferencegetCSDList()java.lang.LonggetListseq()Getter for field LISTSEQICICSType<ICSDGroupInListDefinition>getObjectType()-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICSDDefinition
getCICSContainer, getCICSSystem
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ICSDGroupInListDefinition> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICSDDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getCsdlist
java.lang.String getCsdlist()
Getter for field CSDLISTCSD list name
The name of the CSD list
-
getCsdgroup
java.lang.String getCsdgroup()
Getter for field CSDGROUPCSD group name
The name of the CSD group
-
getListseq
java.lang.Long getListseq()
Getter for field LISTSEQCSD list sequence number
The sequence in the CSD list for this group.
-
getCSDList
ICSDListDefinitionReference getCSDList()
-
getCSDGroup
ICSDGroupDefinitionReference getCSDGroup()
-
getCICSObjectReference
ICSDGroupInListDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICSDDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-