Package | Description |
---|---|
org.eclipse.emfforms.internal.common.converter | |
org.eclipse.emfforms.spi.common.converter |
Modifier and Type | Method and Description |
---|---|
double |
DefaultEAttributeValueConverterImpl.isApplicable(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature feature,
Object value,
EStructuralFeatureValueConverter.Direction direction) |
Modifier and Type | Method and Description |
---|---|
static EStructuralFeatureValueConverter.Direction |
EStructuralFeatureValueConverter.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EStructuralFeatureValueConverter.Direction[] |
EStructuralFeatureValueConverter.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
EStructuralFeatureValueConverter.isApplicable(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature feature,
Object value,
EStructuralFeatureValueConverter.Direction direction)
Check whether this converter instance is applicable for the given feature.
|
Copyright © 2017. All rights reserved.