| Package | Description |
|---|---|
| com.siemens.ct.exi.core.values |
Typed value support such as float values, list values et cetera.
|
| Modifier and Type | Field and Description |
|---|---|
protected ValueType |
AbstractValue.valueType |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
Value.getValueType()
Returns type of the boxed value e.g., int or boolean.
|
ValueType |
AbstractValue.getValueType() |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractBinaryValue(ValueType valueType,
byte[] bytes) |
AbstractValue(ValueType valueType) |
Copyright © 2018 Siemens AG. All rights reserved.