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