Package com.ibm.cics.model
Interface IDB2ConnectionDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSDefinitionReference<IDB2ConnectionDefinition>
,ICICSObjectReference<IDB2ConnectionDefinition>
public interface IDB2ConnectionDefinitionReference extends ICICSDefinitionReference<IDB2ConnectionDefinition>
-
-
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<IDB2ConnectionDefinition>
getCICSType()
ICICSDefinitionType<IDB2ConnectionDefinition>
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<IDB2ConnectionDefinition> getCICSType()
- Specified by:
getCICSType
in interfaceICICSDefinitionReference<IDB2ConnectionDefinition>
- Specified by:
getCICSType
in interfaceICICSObjectReference<IDB2ConnectionDefinition>
-
getObjectType
ICICSDefinitionType<IDB2ConnectionDefinition> getObjectType()
-
-