| Package | Description |
|---|---|
| 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 |
|---|---|
EParmFromTypes |
TaurusFactoryImpl.createEParmFromTypesFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EParmFromTypes |
TaurusFactoryImpl.createEParmFromTypesObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EParmFromTypes |
RActionParmOverrideImpl.getNewParmFrom() |
EParmFromTypes |
RToolInParameterImpl.getParameterFrom() |
| Modifier and Type | Method and Description |
|---|---|
void |
RActionParmOverrideImpl.setNewParmFrom(EParmFromTypes newNewParmFrom) |
void |
RToolInParameterImpl.setParameterFrom(EParmFromTypes newParameterFrom) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EParmFromTypes> |
EParmFromTypes.VALUES
A public read-only list of all the 'EParm From Types'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EParmFromTypes |
EParmFromTypes.get(int value)
Returns the 'EParm From Types' literal with the specified
integer value.
|
static EParmFromTypes |
EParmFromTypes.get(java.lang.String literal)
Returns the 'EParm From Types' literal with the specified
literal value.
|
static EParmFromTypes |
EParmFromTypes.getByName(java.lang.String name)
Returns the 'EParm From Types' literal with the specified
name.
|
EParmFromTypes |
RActionParmOverride.getNewParmFrom()
Returns the value of the 'New Parm From' attribute.
|
EParmFromTypes |
RToolInParameter.getParameterFrom()
Returns the value of the 'Parameter From' attribute.
|
static EParmFromTypes |
EParmFromTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EParmFromTypes[] |
EParmFromTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RActionParmOverride.setNewParmFrom(EParmFromTypes value)
Sets the value of the
'
New Parm From' attribute. |
void |
RToolInParameter.setParameterFrom(EParmFromTypes value)
Sets the value of the
'
Parameter From' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RActionParmOverrideValidator.validateNewParmFrom(EParmFromTypes value) |
boolean |
RToolInParameterValidator.validateParameterFrom(EParmFromTypes value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEParmFromTypes(EParmFromTypes eParmFromTypes,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEParmFromTypesObject(EParmFromTypes eParmFromTypesObject,
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.