public interface ApplicationOptions extends AWMObject
The following features are supported:
TaurusPackage.getApplicationOptions()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RApplicationAction> |
getApplicationAction()
Returns the value of the 'Application Action' containment
reference list.
|
org.eclipse.emf.common.util.EList<RApplicationProperty> |
getApplicationProperty()
Returns the value of the 'Application Property'
containment reference list.
|
org.eclipse.emf.common.util.EList<SpecificAttribute> |
getCustomOption()
Returns the value of the 'Custom Option' containment
reference list.
|
java.lang.String |
getDefaultGenericSymbol()
Returns the value of the 'Default Generic Symbol'
attribute.
|
java.lang.String |
getEndReference()
Returns the value of the 'End Reference' attribute.
|
java.lang.String |
getEXITPARM()
Deprecated.
this parameter was moved to the ISPF function package. Use
TaurusModelUtil#getExitParameter to access the Exitparm
parameter value.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getGenericSymbols()
Returns the value of the 'Generic Symbols' attribute
list.
|
java.lang.String |
getLastEditClientVersion()
Returns the value of the 'Last Edit Client Version'
attribute.
|
int |
getMaxRC()
Returns the value of the 'Max RC' attribute.
|
java.lang.String |
getModelID()
Returns the value of the 'Model ID' attribute.
|
ActionDescriptor |
getRootContainersAction()
Returns the value of the 'Root Containers Action'
reference.
|
java.lang.String |
getStartReference()
Returns the value of the 'Start Reference' attribute.
|
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute.
|
boolean |
isCacheElements()
Returns the value of the 'Cache Elements' attribute.
|
boolean |
isIndependentAffectedResourceContexts()
Returns the value of the 'Independent Affected Resource
Contexts' attribute.
|
boolean |
isSetCacheElements()
Returns whether the value of the
'
Cache Elements' attribute is set. |
boolean |
isSetEndReference()
Returns whether the value of the
'
End Reference' attribute is set. |
boolean |
isSetEXITPARM()
Deprecated.
the EXITPARM parameter was moved to the ISPF function
package.
|
boolean |
isSetIndependentAffectedResourceContexts()
Returns whether the value of the
'
Independent Affected Resource Contexts' attribute is set. |
boolean |
isSetLastEditClientVersion()
Returns whether the value of the
'
Last Edit Client Version' attribute is set. |
boolean |
isSetMaxRC()
Returns whether the value of the
'
Max RC' attribute is set. |
boolean |
isSetModelID()
Returns whether the value of the
'
Model ID' attribute is set. |
boolean |
isSetStartReference()
Returns whether the value of the
'
Start Reference' attribute is set. |
void |
setCacheElements(boolean value)
Sets the value of the
'
Cache Elements' attribute. |
void |
setDefaultGenericSymbol(java.lang.String value)
Sets the value of the
'
Default Generic Symbol' attribute. |
void |
setEndReference(java.lang.String value)
Sets the value of the
'
End Reference' attribute. |
void |
setEXITPARM(java.lang.String value)
Deprecated.
the EXITPARM parameter was moved to the ISPF function
package.
|
void |
setIndependentAffectedResourceContexts(boolean value)
Sets the value of the
'
Independent Affected Resource Contexts' attribute. |
void |
setLastEditClientVersion(java.lang.String value)
Sets the value of the
'
Last Edit Client Version' attribute. |
void |
setMaxRC(int value)
Sets the value of the
'
Max RC' attribute. |
void |
setModelID(java.lang.String value)
Sets the value of the
'
Model ID' attribute. |
void |
setRootContainersAction(ActionDescriptor value)
Sets the value of the
'
Root Containers Action' reference. |
void |
setStartReference(java.lang.String value)
Sets the value of the
'
Start Reference' attribute. |
void |
setVersion(java.lang.String value)
Sets the value of the
'
Version' attribute. |
void |
unsetCacheElements()
Unsets the value of the
'
Cache Elements' attribute. |
void |
unsetEndReference()
Unsets the value of the
'
End Reference' attribute. |
void |
unsetEXITPARM()
Deprecated.
the EXITPARM parameter was moved to the ISPF function
package.
|
void |
unsetIndependentAffectedResourceContexts()
Unsets the value of the
'
Independent Affected Resource Contexts' attribute. |
void |
unsetLastEditClientVersion()
Unsets the value of the
'
Last Edit Client Version' attribute. |
void |
unsetMaxRC()
Unsets the value of the
'
Max RC' attribute. |
void |
unsetModelID()
Unsets the value of the
'
Model ID' attribute. |
void |
unsetStartReference()
Unsets the value of the
'
Start Reference' attribute. |
getComment, isSetComment, setComment, unsetCommentorg.eclipse.emf.common.util.EList<java.lang.String> getGenericSymbols()
String. TaurusPackage.getApplicationOptions_GenericSymbols()org.eclipse.emf.common.util.EList<SpecificAttribute> getCustomOption()
SpecificAttribute.
Relationship to customer specific attributes. TaurusPackage.getApplicationOptions_CustomOption()org.eclipse.emf.common.util.EList<RApplicationAction> getApplicationAction()
RApplicationAction. By
using the Application Options have Application Actions relationship,
actions are assigned to an AWM application. The actions are executed on
the application level. Action descriptors referenced using this
relationship appear either in the context menu of the application entry
or are executed automatically on specific conditions (e.g. when the
application is loaded). TaurusPackage.getApplicationOptions_ApplicationAction()org.eclipse.emf.common.util.EList<RApplicationProperty> getApplicationProperty()
RApplicationProperty. By
assigning properties to the application options, properties are created
which values can be accessed within the whole model. TaurusPackage.getApplicationOptions_ApplicationProperty()java.lang.String getDefaultGenericSymbol()
setDefaultGenericSymbol(String),
TaurusPackage.getApplicationOptions_DefaultGenericSymbol()void setDefaultGenericSymbol(java.lang.String value)
Default Generic Symbol' attribute. value - the new value of the 'Default Generic Symbol'
attribute.getDefaultGenericSymbol()java.lang.String getEndReference()
".". isSetEndReference(),
unsetEndReference(),
setEndReference(String),
TaurusPackage.getApplicationOptions_EndReference()void setEndReference(java.lang.String value)
End Reference' attribute. value - the new value of the 'End Reference' attribute.isSetEndReference(),
unsetEndReference(),
getEndReference()void unsetEndReference()
End Reference' attribute. boolean isSetEndReference()
End Reference' attribute is set. unsetEndReference(),
getEndReference(),
setEndReference(String)@Deprecated java.lang.String getEXITPARM()
"". isSetEXITPARM(),
unsetEXITPARM(),
setEXITPARM(String),
TaurusPackage.getApplicationOptions_EXITPARM()@Deprecated void setEXITPARM(java.lang.String value)
EXITPARM' attribute. value - the new value of the 'EXITPARM' attribute.isSetEXITPARM(),
unsetEXITPARM(),
getEXITPARM()@Deprecated void unsetEXITPARM()
EXITPARM' attribute. isSetEXITPARM(),
getEXITPARM(),
setEXITPARM(String)@Deprecated boolean isSetEXITPARM()
EXITPARM' attribute is set. unsetEXITPARM(),
getEXITPARM(),
setEXITPARM(String)int getMaxRC()
"4".
isSetMaxRC(),
unsetMaxRC(),
setMaxRC(int),
TaurusPackage.getApplicationOptions_MaxRC()void setMaxRC(int value)
Max RC' attribute. value - the new value of the 'Max RC' attribute.isSetMaxRC(),
unsetMaxRC(),
getMaxRC()void unsetMaxRC()
Max RC' attribute. isSetMaxRC(),
getMaxRC(),
setMaxRC(int)boolean isSetMaxRC()
Max RC' attribute is set. unsetMaxRC(),
getMaxRC(),
setMaxRC(int)java.lang.String getModelID()
"AWM_Model". isSetModelID(),
unsetModelID(),
setModelID(String),
TaurusPackage.getApplicationOptions_ModelID()void setModelID(java.lang.String value)
Model ID' attribute. value - the new value of the 'Model ID' attribute.isSetModelID(),
unsetModelID(),
getModelID()void unsetModelID()
Model ID' attribute. isSetModelID(),
getModelID(),
setModelID(String)boolean isSetModelID()
Model ID' attribute is set. unsetModelID(),
getModelID(),
setModelID(String)ActionDescriptor getRootContainersAction()
setRootContainersAction(ActionDescriptor),
TaurusPackage.getApplicationOptions_RootContainersAction()void setRootContainersAction(ActionDescriptor value)
Root Containers Action' reference. value - the new value of the 'Root Containers Action'
reference.getRootContainersAction()java.lang.String getStartReference()
"&". isSetStartReference(),
unsetStartReference(),
setStartReference(String),
TaurusPackage.getApplicationOptions_StartReference()void setStartReference(java.lang.String value)
Start Reference' attribute. value - the new value of the 'Start Reference' attribute.isSetStartReference(),
unsetStartReference(),
getStartReference()void unsetStartReference()
Start Reference' attribute. boolean isSetStartReference()
Start Reference' attribute is set. unsetStartReference(),
getStartReference(),
setStartReference(String)java.lang.String getVersion()
"0.0". setVersion(String),
TaurusPackage.getApplicationOptions_Version()void setVersion(java.lang.String value)
Version' attribute. value - the new value of the 'Version' attribute.getVersion()java.lang.String getLastEditClientVersion()
isSetLastEditClientVersion(),
unsetLastEditClientVersion(),
setLastEditClientVersion(String),
TaurusPackage.getApplicationOptions_LastEditClientVersion()void setLastEditClientVersion(java.lang.String value)
Last Edit Client Version' attribute.
value - the new value of the 'Last Edit Client Version'
attribute.isSetLastEditClientVersion(),
unsetLastEditClientVersion(),
getLastEditClientVersion()void unsetLastEditClientVersion()
Last Edit Client Version' attribute.
boolean isSetLastEditClientVersion()
Last Edit Client Version' attribute is set. unsetLastEditClientVersion(),
getLastEditClientVersion(),
setLastEditClientVersion(String)boolean isIndependentAffectedResourceContexts()
"true".
isSetIndependentAffectedResourceContexts(),
unsetIndependentAffectedResourceContexts(),
setIndependentAffectedResourceContexts(boolean),
TaurusPackage.getApplicationOptions_IndependentAffectedResourceContexts()void setIndependentAffectedResourceContexts(boolean value)
Independent Affected Resource Contexts' attribute. value - the new value of the 'Independent Affected Resource
Contexts' attribute.isSetIndependentAffectedResourceContexts(),
unsetIndependentAffectedResourceContexts(),
isIndependentAffectedResourceContexts()void unsetIndependentAffectedResourceContexts()
Independent Affected Resource Contexts' attribute. boolean isSetIndependentAffectedResourceContexts()
Independent Affected Resource Contexts' attribute is set. unsetIndependentAffectedResourceContexts(),
isIndependentAffectedResourceContexts(),
setIndependentAffectedResourceContexts(boolean)boolean isCacheElements()
"true". isSetCacheElements(),
unsetCacheElements(),
setCacheElements(boolean),
TaurusPackage.getApplicationOptions_CacheElements()void setCacheElements(boolean value)
Cache Elements' attribute. value - the new value of the 'Cache Elements' attribute.isSetCacheElements(),
unsetCacheElements(),
isCacheElements()void unsetCacheElements()
Cache Elements' attribute. boolean isSetCacheElements()
Cache Elements' attribute is set. unsetCacheElements(),
isCacheElements(),
setCacheElements(boolean)Copyright © 2015 Micro Focus GmbH. All rights reserved.