T - The Java Value Type to be represented@ProviderType public interface TypedValue<T> extends java.lang.Comparable<TypedValue<T>>
TypedValues,
BooleanValue,
ByteArrayValue,
FloatValue,
DoubleValue,
IntegerValue,
StringValue,
DataType| Modifier and Type | Method and Description |
|---|---|
DataType |
getType()
Returns the data type of the represented value
|
T |
getValue()
Returns the actual value as represented
|