Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.internal |
Modifier and Type | Method and Description |
---|---|
List<Value> |
Property.getValues()
Get all values of the property.
|
Modifier and Type | Method and Description |
---|---|
Property |
Section.createProperty(String name,
Value value)
Add a new Property to the Section.
|
void |
Value.swap(Value other)
Swap value with another value.
|
Modifier and Type | Method and Description |
---|---|
Property |
Section.createProperty(String name,
List<Value> values)
Add a new Property with values to the Section.
|
void |
Property.setValues(List<Value> values)
Set the values of the property.
|
Modifier and Type | Method and Description |
---|---|
List<Value> |
VectorUtils.ValueVector.getValues()
Get values.
|
Constructor and Description |
---|
ValueVector(List<Value> lst)
Set values.
|
Copyright © 2016. All rights reserved.