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