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.String
COPYRIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICSDDefinitionContainer
getCICSContainer()
ICICSObjectReference<? extends ICSDDefinition>
getCICSObjectReference()
java.lang.String
getCICSSystem()
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getCICSObjectReference
ICICSObjectReference<? extends ICSDDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
getCICSContainer
ICSDDefinitionContainer getCICSContainer()
- Specified by:
getCICSContainer
in interfaceICICSObject
-
getCICSSystem
java.lang.String getCICSSystem()
-
-