| 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 |
|---|---|
EIntegratedTools |
TaurusFactoryImpl.createEIntegratedToolsFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EIntegratedTools |
TaurusFactoryImpl.createEIntegratedToolsObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EIntegratedTools |
ToolDescriptorImpl.getIntegratedTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolDescriptorImpl.setIntegratedTool(EIntegratedTools newIntegratedTool) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EIntegratedTools> |
EIntegratedTools.VALUES
A public read-only list of all the 'EIntegrated Tools'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EIntegratedTools |
EIntegratedTools.get(int value)
Returns the 'EIntegrated Tools' literal with the
specified integer value.
|
static EIntegratedTools |
EIntegratedTools.get(java.lang.String literal)
Returns the 'EIntegrated Tools' literal with the
specified literal value.
|
static EIntegratedTools |
EIntegratedTools.getByName(java.lang.String name)
Returns the 'EIntegrated Tools' literal with the
specified name.
|
EIntegratedTools |
ToolDescriptor.getIntegratedTool()
Returns the value of the 'Integrated Tool' attribute.
|
static EIntegratedTools |
EIntegratedTools.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EIntegratedTools[] |
EIntegratedTools.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolDescriptor.setIntegratedTool(EIntegratedTools value)
Sets the value of the
'
Integrated Tool' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ToolDescriptorValidator.validateIntegratedTool(EIntegratedTools value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEIntegratedTools(EIntegratedTools eIntegratedTools,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEIntegratedToolsObject(EIntegratedTools eIntegratedToolsObject,
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.