public class NullValue extends AbstractValue implements Value
| Modifier and Type | Field and Description |
|---|---|
static NullValue |
NULL_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Value obj) |
java.lang.Object |
getValue() |
java.lang.String |
toString() |
getName, setNamepublic static NullValue NULL_VALUE
public int compareTo(Value obj)
compareTo in interface java.lang.Comparable<Value>public java.lang.Object getValue()
getValue in interface ValuegetValue in class AbstractValuepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2023. All Rights Reserved.