public class RTValue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<BigDecimal> |
value |
| Constructor and Description |
|---|
RTValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<BigDecimal> |
getValue()
Defines the real-time sample array value type comprising a whitespace separated list of
decimal numbers.
|
int |
hashCode() |
void |
setValue(List<BigDecimal> value) |
String |
toString() |
protected List<BigDecimal> value
public List<BigDecimal> getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
BigDecimal
public void setValue(List<BigDecimal> value)
Copyright © 2017. All rights reserved.