Uses of Class
org.opennms.reporting.availability.Value
-
Packages that use Value Package Description org.opennms.reporting.availability -
-
Uses of Value in org.opennms.reporting.availability
Methods in org.opennms.reporting.availability that return Value Modifier and Type Method 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.Methods in org.opennms.reporting.availability that return types with arguments of type Value Modifier and Type Method Description java.util.Enumeration<Value>
Row. enumerateValue()
Method enumerateValue.java.util.List<Value>
Row. getValueCollection()
Method getValueCollection.Returns a reference to 'valueList'.java.util.Iterator<Value>
Row. iterateValue()
Method iterateValue.Methods in org.opennms.reporting.availability with parameters of type Value Modifier and Type Method 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)
Method parameters in org.opennms.reporting.availability with type arguments of type Value Modifier and Type Method Description void
Row. setValue(java.util.List<Value> vValueList)
Sets the value of 'valueList' by copying the given Vector.void
Row. setValueCollection(java.util.List<Value> valueList)
Deprecated.
-