| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.meta.impl |
Implementations of AWM model access interfaces.
|
| com.microfocus.awm.meta.interfaces |
Provides access to the AWM modeled data like AWM
action descriptors, application options, element list structures,
element types, file descriptors, filter types, function packages,
global actions, icons, tool descriptors, and so on.
|
| com.microfocus.awm.meta.interfaces.validation |
Internal validation interfaces for objects of the AWM meta model.
|
| com.microfocus.awm.meta.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| Modifier and Type | Method and Description |
|---|---|
EActionExecutionMode |
ActionExecutorResult.getExecutionMode()
Gets the execution mode of the executed action descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
EActionExecutionMode |
TaurusFactoryImpl.createEActionExecutionModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EActionExecutionMode |
TaurusFactoryImpl.createEActionExecutionModeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EActionExecutionMode |
ActionDescriptorImpl.getExecutionMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionDescriptorImpl.setExecutionMode(EActionExecutionMode newExecutionMode) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EActionExecutionMode> |
EActionExecutionMode.VALUES
A public read-only list of all the 'EAction Execution
Mode' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EActionExecutionMode |
EActionExecutionMode.get(int value)
Returns the 'EAction Execution Mode' literal with the
specified integer value.
|
static EActionExecutionMode |
EActionExecutionMode.get(java.lang.String literal)
Returns the 'EAction Execution Mode' literal with the
specified literal value.
|
static EActionExecutionMode |
EActionExecutionMode.getByName(java.lang.String name)
Returns the 'EAction Execution Mode' literal with the
specified name.
|
EActionExecutionMode |
ActionDescriptor.getExecutionMode()
Returns the value of the 'Execution Mode' attribute.
|
static EActionExecutionMode |
EActionExecutionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EActionExecutionMode[] |
EActionExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionDescriptor.setExecutionMode(EActionExecutionMode value)
Sets the value of the
'
Execution Mode' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActionDescriptorValidator.validateExecutionMode(EActionExecutionMode value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEActionExecutionMode(EActionExecutionMode eActionExecutionMode,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEActionExecutionModeObject(EActionExecutionMode eActionExecutionModeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.