public class PrimitiveTypeValueImpl<T> extends AbstractTypedValue<T> implements PrimitiveValue<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimitiveTypeValueImpl.BooleanValueImpl |
static class |
PrimitiveTypeValueImpl.BytesValueImpl |
static class |
PrimitiveTypeValueImpl.DateValueImpl |
static class |
PrimitiveTypeValueImpl.DoubleValueImpl |
static class |
PrimitiveTypeValueImpl.IntegerValueImpl |
static class |
PrimitiveTypeValueImpl.LongValueImpl |
static class |
PrimitiveTypeValueImpl.NumberValueImpl |
static class |
PrimitiveTypeValueImpl.ShortValueImpl |
static class |
PrimitiveTypeValueImpl.StringValueImpl |
isTransient, type, value| Constructor and Description |
|---|
PrimitiveTypeValueImpl(T value,
PrimitiveValueType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PrimitiveValueType |
getType()
The type of the value.
|
int |
hashCode() |
getValue, isTransient, setTransient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValueisTransientpublic PrimitiveTypeValueImpl(T value, PrimitiveValueType type)
public PrimitiveValueType getType()
TypedValuegetType in interface PrimitiveValue<T>getType in interface TypedValuegetType in class AbstractTypedValue<T>Copyright © 2021. All rights reserved.