| Package | Description |
|---|---|
| org.eclipse.scada.da.exec.configuration | |
| org.eclipse.scada.da.exec.configuration.impl | |
| org.eclipse.scada.da.exec.configuration.util |
| Modifier and Type | Field and Description |
|---|---|
static List<VariantTypeType> |
VariantTypeType.VALUES
A public read-only list of all the 'Variant Type Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static VariantTypeType |
VariantTypeType.get(int value)
Returns the 'Variant Type Type' literal with the specified integer value.
|
static VariantTypeType |
VariantTypeType.get(String literal)
Returns the 'Variant Type Type' literal with the specified literal value.
|
static VariantTypeType |
VariantTypeType.getByName(String name)
Returns the 'Variant Type Type' literal with the specified name.
|
VariantTypeType |
FieldType.getVariantType()
Returns the value of the 'Variant Type' attribute.
|
static VariantTypeType |
VariantTypeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariantTypeType[] |
VariantTypeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldType.setVariantType(VariantTypeType value)
Sets the value of the '
Variant Type' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected static VariantTypeType |
FieldTypeImpl.VARIANT_TYPE_EDEFAULT
The default value of the '
Variant Type' attribute. |
protected VariantTypeType |
FieldTypeImpl.variantType
The cached value of the '
Variant Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
VariantTypeType |
ConfigurationFactoryImpl.createVariantTypeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
VariantTypeType |
ConfigurationFactoryImpl.createVariantTypeTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
VariantTypeType |
FieldTypeImpl.getVariantType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldTypeImpl.setVariantType(VariantTypeType newVariantType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConfigurationValidator.validateVariantTypeType(VariantTypeType variantTypeType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
ConfigurationValidator.validateVariantTypeTypeObject(VariantTypeType variantTypeTypeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.