Package com.ibm.cics.model
Interface ICSDGroupInListDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<ICSDGroupInListDefinition>
,ICSDDefinitionReference<ICSDGroupInListDefinition>
public interface ICSDGroupInListDefinitionReference extends ICSDDefinitionReference<ICSDGroupInListDefinition>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICSDDefinitionType<ICSDGroupInListDefinition>
getCICSType()
java.lang.String
getCsdgroup()
java.lang.String
getCsdlist()
java.lang.Long
getListseq()
ICSDDefinitionType<ICSDGroupInListDefinition>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICSDDefinitionReference
getCICSContainer
-
-
-
-
Method Detail
-
getCsdlist
java.lang.String getCsdlist()
-
getCsdgroup
java.lang.String getCsdgroup()
-
getListseq
java.lang.Long getListseq()
-
getCICSType
ICSDDefinitionType<ICSDGroupInListDefinition> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<ICSDGroupInListDefinition>
-
getObjectType
ICSDDefinitionType<ICSDGroupInListDefinition> getObjectType()
-
-