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