public class ListValue extends AbstractValue
| Modifier and Type | Field and Description |
|---|---|
protected Datatype |
listDatatype |
protected int |
numberOfValues |
protected Value[] |
values |
slen, valueType| Constructor and Description |
|---|
ListValue(Value[] values,
Datatype listDatatype) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
_equals(ListValue o) |
boolean |
equals(Object o) |
void |
getCharacters(char[] cbuffer,
int offset)
Fills character array with the value represented as String
|
int |
getCharactersLength()
Length of string representation
|
Datatype |
getListDatatype() |
int |
getNumberOfValues() |
int |
hashCode() |
static ListValue |
parse(String value,
Datatype listDatatype) |
Value[] |
toValues() |
getCharacters, getValueType, toString, toStringprotected final Value[] values
protected final Datatype listDatatype
protected final int numberOfValues
public int getNumberOfValues()
public Value[] toValues()
public Datatype getListDatatype()
public int getCharactersLength()
Valuepublic void getCharacters(char[] cbuffer,
int offset)
Valuecbuffer - character bufferoffset - character buffer offsetprotected final boolean _equals(ListValue o)
Copyright © 2018 Siemens AG. All rights reserved.