public static class PointValue.Null extends PointValue
PointValue.NullNULL, POINT_FIELD, STAMP_FIELD, STATE_FIELD, UUID_FIELD, VALUE_FIELDSERIALIZABLE_MODE, SIMPLE_STRING_MODE| Constructor and Description |
|---|
Null()
Constructs an instance.
|
Null(PointValue pointValue)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
PointValue.Null |
copy()
Creates a copy of this point value.
|
boolean |
equals(Object object) |
int |
hashCode() |
NormalizedValue |
normalized()
Normalizes this point value.
|
boolean |
sameValueAs(PointValue pointValue)
Asks if an other point value has the same value.
|
checkNotFrozen, clearStamp, confirm, copyValueFrom, decoded, denormalized, encoded, freeze, frozen, getNullablePoint, getPoint, getPointName, getPointUUID, getStamp, getStampString, getState, getSynthesizedString, getThisLogger, getValue, getVersion, hasPointUUID, hasStamp, isAbsent, isCacheable, isDeleted, isExtrapolated, isFrozen, isInterpolated, isNormalized, isPresent, isSynthesized, morph, morph, pointString, readExternal, readMap, reset, restore, restore, setFrozen, setPointName, setPointUUID, setStamp, setState, setValue, setVersion, thawed, toDouble, toLong, toString, toString, updateStore, validate, valueString, writeExternal, writeMappublic Null()
public Null(@Nonnull
PointValue pointValue)
pointValue - The source point value.public PointValue.Null copy()
copy in class PointValuepublic boolean equals(Object object)
equals in class PointValuepublic int hashCode()
hashCode in class PointValuepublic NormalizedValue normalized()
The point's content instance is called to perform the actual normalization.
normalized in class PointValuepublic boolean sameValueAs(PointValue pointValue)
A subclass supporting additional value informations should override this method.
sameValueAs in class PointValuepointValue - The other point value.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.