| Package | Description |
|---|---|
| org.eclipse.scada.da.server.component.parser.factory.configuration | |
| org.eclipse.scada.da.server.component.parser.factory.configuration.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<VariantType> |
VariantType.VALUES
A public read-only list of all the 'Variant Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static VariantType |
VariantType.get(int value)
Returns the 'Variant Type' literal with the specified integer value.
|
static VariantType |
VariantType.get(String literal)
Returns the 'Variant Type' literal with the specified literal value.
|
static VariantType |
VariantType.getByName(String name)
Returns the 'Variant Type' literal with the specified name.
|
VariantType |
Field.getType()
Returns the value of the 'Type' attribute.
|
static VariantType |
VariantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariantType[] |
VariantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setType(VariantType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected VariantType |
FieldImpl.type
The cached value of the '
Type' attribute. |
protected static VariantType |
FieldImpl.TYPE_EDEFAULT
The default value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
VariantType |
ParserFactoryImpl.createVariantTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
VariantType |
FieldImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldImpl.setType(VariantType newType) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.