| Package | Description |
|---|---|
| org.eclipse.scada.core |
| Modifier and Type | Method and Description |
|---|---|
static VariantType |
VariantType.fromJavaObject(java.lang.Object object) |
static VariantType |
VariantType.fromJavaType(java.lang.Class<?> clazz) |
static VariantType |
VariantType.fromValue(byte value)
converts ordinal value to corresponding VariantType
|
VariantType |
Variant.getType() |
static VariantType |
VariantType.valueOf(java.lang.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 |
|---|---|
java.io.Serializable |
Variant.as(VariantType variantType)
Convert the variant to a java object of the type specified by the
variantType parameter
|
java.io.Serializable |
Variant.as(VariantType variantType,
java.io.Serializable defaultValue)
Convert the variant to a java object of the type specified by the
variantType parameter
|
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0