| 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 |
|---|---|
ETypes |
TaurusFactoryImpl.createETypesFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ETypes |
TaurusFactoryImpl.createETypesObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ETypes |
PropertyImpl.getType() |
ETypes |
DocumentRootImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyImpl.setType(ETypes newType) |
void |
DocumentRootImpl.setType(ETypes newType) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<ETypes> |
ETypes.VALUES
A public read-only list of all the 'ETypes' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ETypes |
ETypes.get(int value)
Returns the 'ETypes' literal with the specified integer
value.
|
static ETypes |
ETypes.get(java.lang.String literal)
Returns the 'ETypes' literal with the specified literal
value.
|
static ETypes |
ETypes.getByName(java.lang.String name)
Returns the 'ETypes' literal with the specified name.
|
ETypes |
Property.getType()
Returns the value of the 'Type' attribute.
|
ETypes |
DocumentRoot.getType()
Returns the value of the 'Type' attribute.
|
static ETypes |
ETypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ETypes[] |
ETypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Property.setType(ETypes value)
Sets the value of the
'
Type' attribute. |
void |
DocumentRoot.setType(ETypes value)
Sets the value of the
'
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PropertyValidator.validateType(ETypes value) |
boolean |
DocumentRootValidator.validateType(ETypes value) |
| Modifier and Type | Method and Description |
|---|---|
ETypes |
ModelPropertyExtension.getType()
Gets the type of the property.
|
ETypes |
LinkedPropertyExtension.getType()
Gets the type of the linked property.
|
| Constructor and Description |
|---|
LinkedPropertyExtension(java.lang.String pId,
java.lang.String pLabel,
java.lang.String pCategory,
PropertyProviderExtension pProvider,
boolean pRequiresResourceID,
boolean pCanSetValue,
java.lang.String pBooleanTrueValue,
java.lang.String pBooleanFalseValue,
ETypes pType)
Basic constructor.
|
ModelPropertyExtension(java.lang.String pId,
java.lang.String pLabel,
FunctionPackageExtension pFunctionPackage,
ETypes pPropertyType,
ESpecialProperties pSpecialProperty,
java.lang.String pDefaultValue,
java.lang.String pBooleanTrueValue,
java.lang.String pBooleanFalseValue,
java.lang.String[] pValueKeys,
java.lang.String[] pLabelKeys)
Creates a new model property extension.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateETypes(ETypes eTypes,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateETypesObject(ETypes eTypesObject,
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.