Package com.ibm.cics.model
Interface IApplicationDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IApplicationDefinition>
,ICPSMDefinitionReference<IApplicationDefinition>
public interface IApplicationDefinitionReference extends ICPSMDefinitionReference<IApplicationDefinition>
-
-
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 ICPSMDefinitionType<IApplicationDefinition>
getCICSType()
java.lang.Long
getMajorVersion()
java.lang.Long
getMicroVersion()
java.lang.Long
getMinorVersion()
java.lang.String
getName()
ICPSMDefinitionType<IApplicationDefinition>
getObjectType()
java.lang.String
getPlatformDefinition()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinitionReference
getCICSContainer
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getPlatformDefinition
java.lang.String getPlatformDefinition()
-
getMajorVersion
java.lang.Long getMajorVersion()
-
getMinorVersion
java.lang.Long getMinorVersion()
-
getMicroVersion
java.lang.Long getMicroVersion()
-
getCICSType
ICPSMDefinitionType<IApplicationDefinition> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IApplicationDefinition>
-
getObjectType
ICPSMDefinitionType<IApplicationDefinition> getObjectType()
-
-