| Package | Description |
|---|---|
| org.eclipse.scada.base.extractor.extract.pattern | |
| org.eclipse.scada.core | |
| org.eclipse.scada.da.datasource |
A source of data in the OSGi based
master server. |
| org.eclipse.scada.da.datasource.base | |
| org.eclipse.scada.da.ui.common |
| Constructor and Description |
|---|
FieldSpec(VariantType variantType) |
MainFieldSpec(VariantType variantType) |
NumberFieldSpec(int group,
VariantType variantType) |
StringFieldSpec(String group,
VariantType variantType) |
| Modifier and Type | Method and Description |
|---|---|
static VariantType |
VariantType.fromJavaObject(Object object) |
static VariantType |
VariantType.fromJavaType(Class<?> clazz) |
static VariantType |
VariantType.fromValue(byte value)
converts ordinal value to corresponding VariantType
|
VariantType |
Variant.getType() |
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 |
|---|---|
Serializable |
Variant.as(VariantType variantType)
Convert the variant to a java object of the type specified by the
variantType parameter
|
Serializable |
Variant.as(VariantType variantType,
Serializable defaultValue)
Convert the variant to a java object of the type specified by the
variantType parameter
|
| Modifier and Type | Method and Description |
|---|---|
VariantType |
DataSourceHandlerImpl.getType() |
VariantType |
DataSourceHandler.getType() |
VariantType |
MultiDataSourceListener.getType(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiDataSourceListener.addDataSource(String datasourceKey,
String datasourceId,
VariantType type) |
| Constructor and Description |
|---|
DataSourceHandlerImpl(ObjectPoolTracker<DataSource> poolTracker,
String datasourceId,
DataSourceHandlerListener listener,
VariantType type) |
| Modifier and Type | Method and Description |
|---|---|
VariantType |
AbstractMultiSourceDataSource.getType(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMultiSourceDataSource.addDataSource(String datasourceKey,
String datasourceId,
VariantType type) |
| Modifier and Type | Method and Description |
|---|---|
static ValueType |
ValueType.fromVariantType(VariantType type) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.