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 ICSDGroupInListDefinitionReference
getCICSObjectReference()
java.lang.String
getCsdgroup()
Getter for field CSDGROUPICSDGroupDefinitionReference
getCSDGroup()
java.lang.String
getCsdlist()
Getter for field CSDLISTICSDListDefinitionReference
getCSDList()
java.lang.Long
getListseq()
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICSDDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in 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:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICSDDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-