| 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 |
|---|---|
EFileAttributeType |
TaurusFactoryImpl.createEFileAttributeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EFileAttributeType |
RFileAttributeImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RFileAttributeImpl.setType(EFileAttributeType newType) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EFileAttributeType> |
EFileAttributeType.VALUES
A public read-only list of all the 'EFile Attribute Type'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EFileAttributeType |
EFileAttributeType.get(int value)
Returns the 'EFile Attribute Type' literal with the
specified integer value.
|
static EFileAttributeType |
EFileAttributeType.get(java.lang.String literal)
Returns the 'EFile Attribute Type' literal with the
specified literal value.
|
static EFileAttributeType |
EFileAttributeType.getByName(java.lang.String name)
Returns the 'EFile Attribute Type' literal with the
specified name.
|
EFileAttributeType |
RFileAttribute.getType()
Returns the value of the 'Type' attribute.
|
static EFileAttributeType |
EFileAttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EFileAttributeType[] |
EFileAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RFileAttribute.setType(EFileAttributeType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RFileAttributeValidator.validateType(EFileAttributeType value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEFileAttributeType(EFileAttributeType eFileAttributeType,
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.