public interface IApplicationDefinition extends ICPSMDefinition
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationDirectory()
Getter for field APPLDIR
|
java.lang.String |
getBindingDirectory()
Getter for field BINDDIR
|
IApplicationDefinitionReference |
getCICSObjectReference() |
java.lang.String |
getDescription()
Getter for field DESCRIPTION
|
java.lang.Long |
getMajorVersion()
Getter for field MAJORVERSION
|
java.lang.Long |
getMicroVersion()
Getter for field MICROVERSION
|
java.lang.Long |
getMinorVersion()
Getter for field MINORVERSION
|
java.lang.String |
getName()
Getter for field NAME
|
ICICSType<IApplicationDefinition> |
getObjectType() |
java.lang.String |
getPlatformDefinition()
Getter for field PLATDEF
|
IPlatformDefinitionReference |
getPlatformDefinitionReference() |
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
getCICSType
ICICSType<IApplicationDefinition> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMDefinition
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Application definition
The application definition name.
getName
in interface ICICSObject
java.lang.String getDescription()
Description
A description of the application definition.
java.lang.String getPlatformDefinition()
Platform definition
The definition name of the target platform for this application.
java.lang.String getApplicationDirectory()
Application directory on the zFS
The application directory on the zFS.
java.lang.Long getMajorVersion()
Application Major Version
The application Major Version.
java.lang.Long getMinorVersion()
Application Minor Version
The application Minor Version.
java.lang.Long getMicroVersion()
Application Micro Version
The application Micro Version.
java.lang.String getBindingDirectory()
Binding bundle directory on the zFS
The binding bundle directory on the zFS.
IPlatformDefinitionReference getPlatformDefinitionReference()
IApplicationDefinitionReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICPSMDefinition
getCICSObjectReference
in interface IDefinition
Copyright © 2008-2013 IBM Corp. All Rights Reserved.