Uses of Enum
com.blazebit.persistence.parser.expression.NumericType
Packages that use NumericType
-
Uses of NumericType in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression that return NumericTypeModifier and TypeMethodDescriptionAbstractNumericExpression.getNumericType()NumericExpression.getNumericType()static NumericTypeReturns 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 NumericTypeModifierConstructorDescriptionAbstractNumericExpression(NumericType numericType) NumericLiteral(String value, NumericType numericType)