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