Package com.ibm.cics.model
Interface ICSDListDefinition
-
- All Superinterfaces:
ICICSObject
,ICSDDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface ICSDListDefinition 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 ICSDListDefinitionReference
getCICSObjectReference()
ICICSObjectSet<ICSDGroupInListDefinition>
getCSDGroupMembers()
java.lang.String
getName()
Getter for field NAMEICICSType<ICSDListDefinition>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICSDDefinition
getCICSContainer, getCICSSystem
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ICSDListDefinition> 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
-
getName
java.lang.String getName()
Getter for field NAMECSD list name
The name of the CSD list
- Specified by:
getName
in interfaceICICSObject
-
getCSDGroupMembers
ICICSObjectSet<ICSDGroupInListDefinition> getCSDGroupMembers()
-
getCICSObjectReference
ICSDListDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICSDDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-