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