| Constructor and Description |
|---|
SimpleProperty(java.util.List<Value> values)
Constructs a property with multiple values.
|
SimpleProperty(Value value)
Constructs a property with a single value.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
nextValue()
Returns the next
Value in this property, if there is one. |