Uses of Class
com.blazebit.persistence.parser.expression.NumericType
| Package | Description |
|---|---|
| com.blazebit.persistence.parser.expression |
-
Uses of NumericType in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression that return NumericType Modifier and Type Method Description NumericTypeAbstractNumericExpression. getNumericType()NumericTypeNumericExpression. getNumericType()static NumericTypeNumericType. valueOf(String name)Returns the enum constant of this type with the specified name.static NumericType[]NumericType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.parser.expression with parameters of type NumericType Constructor Description AbstractNumericExpression(NumericType numericType)NumericLiteral(String value, NumericType numericType)