Package com.ibm.cics.model
Interface ICSDDefinition
-
- All Superinterfaces:
ICICSObject,IDefinition,com.ibm.cics.model.meta.ITypedObject
- All Known Subinterfaces:
ICSDGroupDefinition,ICSDGroupInListDefinition,ICSDListDefinition,ICSDResourceDefinition
public interface ICSDDefinition extends IDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOPYRIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICSDDefinitionContainergetCICSContainer()ICICSObjectReference<? extends ICSDDefinition>getCICSObjectReference()java.lang.StringgetCICSSystem()ICICSType<? extends ICSDDefinition>getObjectType()-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getObjectType
ICICSType<? extends ICSDDefinition> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getCICSObjectReference
ICICSObjectReference<? extends ICSDDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
getCICSContainer
ICSDDefinitionContainer getCICSContainer()
- Specified by:
getCICSContainerin interfaceICICSObject
-
getCICSSystem
java.lang.String getCICSSystem()
-
-