| 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 |
|---|---|
EIcons |
TaurusFactoryImpl.createEIconsFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EIcons |
TaurusFactoryImpl.createEIconsObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EIcons |
PredefinedIconImpl.getPredefined() |
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedIconImpl.setPredefined(EIcons newPredefined) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EIcons> |
EIcons.VALUES
A public read-only list of all the 'EIcons' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EIcons |
EIcons.get(int value)
Returns the 'EIcons' literal with the specified integer
value.
|
static EIcons |
EIcons.get(java.lang.String literal)
Returns the 'EIcons' literal with the specified literal
value.
|
static EIcons |
EIcons.getByName(java.lang.String name)
Returns the 'EIcons' literal with the specified name.
|
EIcons |
PredefinedIcon.getPredefined()
Returns the value of the 'Predefined' attribute.
|
static EIcons |
EIcons.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EIcons[] |
EIcons.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedIcon.setPredefined(EIcons value)
Sets the value of the
'
Predefined' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PredefinedIconValidator.validatePredefined(EIcons value) |
boolean |
IconValidator.validatePredefined(EIcons value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEIcons(EIcons eIcons,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEIconsObject(EIcons eIconsObject,
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.