| 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.internal.modelextension | |
| 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 |
|---|---|
ESpecialProperties |
TaurusFactoryImpl.createESpecialPropertiesFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ESpecialProperties |
TaurusFactoryImpl.createESpecialPropertiesObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ESpecialProperties |
PropertyImpl.getSpecialProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyImpl.setSpecialProperty(ESpecialProperties newSpecialProperty) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<ESpecialProperties> |
ESpecialProperties.VALUES
A public read-only list of all the 'ESpecial Properties'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ESpecialProperties |
ESpecialProperties.get(int value)
Returns the 'ESpecial Properties' literal with the
specified integer value.
|
static ESpecialProperties |
ESpecialProperties.get(java.lang.String literal)
Returns the 'ESpecial Properties' literal with the
specified literal value.
|
static ESpecialProperties |
ESpecialProperties.getByName(java.lang.String name)
Returns the 'ESpecial Properties' literal with the
specified name.
|
ESpecialProperties |
Property.getSpecialProperty()
Returns the value of the 'Special Property' attribute.
|
static ESpecialProperties |
ESpecialProperties.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESpecialProperties[] |
ESpecialProperties.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.setSpecialProperty(ESpecialProperties value)
Sets the value of the
'
Special Property' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RElementPropertyValidator.validateSpecialProperty(ESpecialProperties value) |
boolean |
PropertyValidator.validateSpecialProperty(ESpecialProperties value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ESpecialProperties> |
AbstractSpecialPropertyRestriction.getRestrictions()
Returns a
Collection of ESpecialProperties which should
be displayed as special property attribute values of Propertys. |
| Modifier and Type | Method and Description |
|---|---|
ESpecialProperties |
ModelPropertyExtension.getSpecialProperty()
Gets
ESpecialProperties attribute of the property. |
| Constructor and Description |
|---|
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.validateESpecialProperties(ESpecialProperties eSpecialProperties,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateESpecialPropertiesObject(ESpecialProperties eSpecialPropertiesObject,
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.