Package | Description |
---|---|
org.opennms.netmgt.config.translator |
Modifier and Type | Method and Description |
---|---|
Value |
Assignment.getValue()
Returns the value of field 'value'.
|
Value[] |
Value.getValue()
Method getValue.Returns the contents of the collection in an
Array.
|
Value |
Value.getValue(int index)
Method getValue.
|
Value |
Value.removeValueAt(int index)
Method removeValueAt.
|
static Value |
Value.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Value> |
Value.enumerateValue()
Method enumerateValue.
|
List<Value> |
Value.getValueCollection()
Method getValueCollection.Returns a reference to
'_valueList'.
|
Iterator<Value> |
Value.iterateValue()
Method iterateValue.
|
Modifier and Type | Method and Description |
---|---|
void |
Value.addValue(int index,
Value vValue) |
void |
Value.addValue(Value vValue) |
boolean |
Value.removeValue(Value vValue)
Method removeValue.
|
void |
Value.setValue(int index,
Value vValue) |
void |
Assignment.setValue(Value value)
Sets the value of field 'value'.
|
void |
Value.setValue(Value[] vValueArray) |
Modifier and Type | Method and Description |
---|---|
void |
Value.setValue(List<Value> vValueList)
Sets the value of '_valueList' by copying the given Vector.
|
void |
Value.setValueCollection(List<Value> valueList)
Deprecated.
|
Copyright © 2017. All rights reserved.