Package com.ibm.cics.model
Interface IDB2EntryDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSDefinitionReference<IDB2EntryDefinition>
,ICICSObjectReference<IDB2EntryDefinition>
public interface IDB2EntryDefinitionReference extends ICICSDefinitionReference<IDB2EntryDefinition>
-
-
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 ICICSDefinitionType<IDB2EntryDefinition>
getCICSType()
ICICSDefinitionType<IDB2EntryDefinition>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSDefinitionReference
getCICSContainer, getCSDGroup, getName, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
-
-
-
Method Detail
-
getCICSType
ICICSDefinitionType<IDB2EntryDefinition> getCICSType()
- Specified by:
getCICSType
in interfaceICICSDefinitionReference<IDB2EntryDefinition>
- Specified by:
getCICSType
in interfaceICICSObjectReference<IDB2EntryDefinition>
-
getObjectType
ICICSDefinitionType<IDB2EntryDefinition> getObjectType()
-
-