public class JsonLogicNumber extends java.lang.Object implements JsonLogicPrimitive<java.lang.Double>
| Constructor and Description |
|---|
JsonLogicNumber(java.lang.Number value) |
| Modifier and Type | Method and Description |
|---|---|
JsonLogicPrimitiveType |
getPrimitiveType() |
java.lang.Double |
getValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic java.lang.Double getValue()
getValue in interface JsonLogicPrimitive<java.lang.Double>public JsonLogicPrimitiveType getPrimitiveType()
getPrimitiveType in interface JsonLogicPrimitive<java.lang.Double>