- validate(boolean, T) - Method in class org.gcube.portlets.user.timeseries.charts.support.assertions.Assertion
-
Makes an assertion and if the expression evaluation fails, throws an
exception of type T.
- ValueEntry<T extends java.lang.Number> - Class in org.gcube.portlets.user.timeseries.charts.support.types
-
Each value entry in a graph is identified by its numerical value and
possibly its label.
- ValueEntry(T) - Constructor for class org.gcube.portlets.user.timeseries.charts.support.types.ValueEntry
-
- ValueEntry(String, T) - Constructor for class org.gcube.portlets.user.timeseries.charts.support.types.ValueEntry
-
- valueOf(String) - Static method in enum org.gcube.portlets.user.timeseries.charts.support.tablemodel.FieldType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.gcube.portlets.user.timeseries.charts.support.tablemodel.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.