| Modifier and Type | Field and Description |
|---|---|
static List<DataType> |
DataType.VALUES
A public read-only list of all the 'Data Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.get(int value)
Returns the 'Data Type' literal with the specified integer value.
|
static DataType |
DataType.get(String literal)
Returns the 'Data Type' literal with the specified literal value.
|
static DataType |
DataType.getByName(String name)
Returns the 'Data Type' literal with the specified name.
|
DataType |
Item.getType()
Returns the value of the 'Type' attribute.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setType(DataType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
ItemImpl.type
The cached value of the '
Type' attribute. |
protected static DataType |
ItemImpl.TYPE_EDEFAULT
The default value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
DataType |
IEC60870FactoryImpl.createDataTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
DataType |
ItemImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemImpl.setType(DataType newType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExporterInterceptorHandler.processExport(ExporterItemInterceptor interceptor,
org.eclipse.scada.configuration.generator.GeneratorContext.MasterContext masterContext,
org.eclipse.scada.configuration.world.osgi.Item item,
AddressInformation address,
DataType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IEC60870Validator.validateDataType(DataType dataType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.