Package com.ibm.cics.model
Interface ICSDDefinitionReference<T extends ICSDDefinition>
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<T>
- All Known Subinterfaces:
ICSDGroupDefinitionReference
,ICSDGroupInListDefinitionReference
,ICSDListDefinitionReference
,ICSDResourceDefinitionReference
public interface ICSDDefinitionReference<T extends ICSDDefinition> extends ICICSObjectReference<T>
-
-
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 ICSDDefinitionContainer
getCICSContainer()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getCICSType, getDescription, getFilterExpression, resolve
-
-
-
-
Method Detail
-
getCICSContainer
ICSDDefinitionContainer getCICSContainer()
- Specified by:
getCICSContainer
in interfaceICICSObjectReference<T extends ICSDDefinition>
-
-