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