Package com.ibm.cics.model
Interface ICSDGroupDefinition
-
- All Superinterfaces:
ICICSObject
,ICSDDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface ICSDGroupDefinition 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 ICSDGroupDefinitionReference
getCICSObjectReference()
ICICSObjectSet<ICSDGroupInListDefinition>
getCSDListMembers()
java.lang.String
getName()
Getter for field NAMEICICSType<ICSDGroupDefinition>
getObjectType()
ICICSObjectSet<ICSDResourceDefinition>
getResourcesInGroup()
-
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<ICSDGroupDefinition> 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 group name
The name of the CSD group
- Specified by:
getName
in interfaceICICSObject
-
getResourcesInGroup
ICICSObjectSet<ICSDResourceDefinition> getResourcesInGroup()
-
getCSDListMembers
ICICSObjectSet<ICSDGroupInListDefinition> getCSDListMembers()
-
getCICSObjectReference
ICSDGroupDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICSDDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-