| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| 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 |
|---|---|
static java.util.List<ApplicationAction> |
ApplicationAction.getApplicationActions(EApplicationActionExecutionType pExecutionType)
Gets a sorted list of all modelled
RApplicationAction of the
given execution type. |
static void |
ApplicationAction.runApplicationActions(EApplicationActionExecutionType pType)
Run application actions from the given type.
|
| Modifier and Type | Method and Description |
|---|---|
EApplicationActionExecutionType |
TaurusFactoryImpl.createEApplicationActionExecutionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EApplicationActionExecutionType |
TaurusFactoryImpl.createEApplicationActionExecutionTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EApplicationActionExecutionType |
RApplicationActionImpl.getExecutionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RApplicationActionImpl.setExecutionType(EApplicationActionExecutionType newExecutionType) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EApplicationActionExecutionType> |
EApplicationActionExecutionType.VALUES
A public read-only list of all the 'EApplication Action Execution
Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EApplicationActionExecutionType |
EApplicationActionExecutionType.get(int value)
Returns the 'EApplication Action Execution Type' literal
with the specified integer value.
|
static EApplicationActionExecutionType |
EApplicationActionExecutionType.get(java.lang.String literal)
Returns the 'EApplication Action Execution Type' literal
with the specified literal value.
|
static EApplicationActionExecutionType |
EApplicationActionExecutionType.getByName(java.lang.String name)
Returns the 'EApplication Action Execution Type' literal
with the specified name.
|
EApplicationActionExecutionType |
RApplicationAction.getExecutionType()
Returns the value of the 'Execution Type' attribute.
|
static EApplicationActionExecutionType |
EApplicationActionExecutionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EApplicationActionExecutionType[] |
EApplicationActionExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RApplicationAction.setExecutionType(EApplicationActionExecutionType value)
Sets the value of the
'
Execution Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RApplicationActionValidator.validateExecutionType(EApplicationActionExecutionType value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEApplicationActionExecutionType(EApplicationActionExecutionType eApplicationActionExecutionType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEApplicationActionExecutionTypeObject(EApplicationActionExecutionType eApplicationActionExecutionTypeObject,
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.