| 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 |
|---|---|
EEditorSelectionType |
TaurusFactoryImpl.createEEditorSelectionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EEditorSelectionType |
TaurusFactoryImpl.createEEditorSelectionTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EEditorSelectionType |
SelectionPropertyMappingImpl.getValueFrom() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionPropertyMappingImpl.setValueFrom(EEditorSelectionType newValueFrom) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EEditorSelectionType> |
EEditorSelectionType.VALUES
A public read-only list of all the 'EEditor Selection Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EEditorSelectionType |
EEditorSelectionType.get(int value)
Returns the 'EEditor Selection Type' literal with the specified integer value.
|
static EEditorSelectionType |
EEditorSelectionType.get(java.lang.String literal)
Returns the 'EEditor Selection Type' literal with the specified literal value.
|
static EEditorSelectionType |
EEditorSelectionType.getByName(java.lang.String name)
Returns the 'EEditor Selection Type' literal with the specified name.
|
EEditorSelectionType |
SelectionPropertyMapping.getValueFrom()
Returns the value of the 'Value From' attribute.
|
static EEditorSelectionType |
EEditorSelectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EEditorSelectionType[] |
EEditorSelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionPropertyMapping.setValueFrom(EEditorSelectionType value)
Sets the value of the
'
Value From' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SelectionPropertyMappingValidator.validateValueFrom(EEditorSelectionType value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEEditorSelectionType(EEditorSelectionType eEditorSelectionType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEEditorSelectionTypeObject(EEditorSelectionType eEditorSelectionTypeObject,
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.