| 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.modelextension |
Copyright (C) Micro Focus.
|
| 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 |
|---|---|
EFileStructures |
TaurusFactoryImpl.createEFileStructuresFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EFileStructures |
TaurusFactoryImpl.createEFileStructuresObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EFileStructures |
FileDescriptorImpl.getStructure() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileDescriptorImpl.setStructure(EFileStructures newStructure) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EFileStructures> |
EFileStructures.VALUES
A public read-only list of all the 'EFile Structures'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EFileStructures |
EFileStructures.get(int value)
Returns the 'EFile Structures' literal with the specified
integer value.
|
static EFileStructures |
EFileStructures.get(java.lang.String literal)
Returns the 'EFile Structures' literal with the specified
literal value.
|
static EFileStructures |
EFileStructures.getByName(java.lang.String name)
Returns the 'EFile Structures' literal with the specified
name.
|
EFileStructures |
FileDescriptor.getStructure()
Returns the value of the 'Structure' attribute.
|
static EFileStructures |
EFileStructures.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EFileStructures[] |
EFileStructures.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileDescriptor.setStructure(EFileStructures value)
Sets the value of the
'
Structure' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileDescriptorValidator.validateStructure(EFileStructures value) |
| Modifier and Type | Method and Description |
|---|---|
EFileStructures |
FileDescriptorExtension.getFileStructures()
Gets the fileStructures.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEFileStructures(EFileStructures eFileStructures,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEFileStructuresObject(EFileStructures eFileStructuresObject,
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.