Uses of Class
net.enilink.commons.util.ValueType
-
Packages that use ValueType Package Description net.enilink.commons.util -
-
Uses of ValueType in net.enilink.commons.util
Fields in net.enilink.commons.util with type parameters of type ValueType Modifier and Type Field Description protected Map<Class<?>,ValueType>ValueUtils. typeMapMethods in net.enilink.commons.util that return ValueType Modifier and Type Method Description ValueTypeValueUtils. getNumericType(ValueType t1, ValueType t2, boolean canBeNonNumeric)Returns the constant from the NumericTypes interface that best expresses the type of an operation, which can be either numeric or not, on the two given types.ValueTypeValueUtils. getType(Object value)static ValueTypeValueType. max(ValueType t1, ValueType t2)static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.enilink.commons.util with parameters of type ValueType Modifier and Type Method Description NumberValueUtils. createInteger(ValueType type, long value)Returns a new Number object of an appropriate type to hold the given integer value.NumberValueUtils. createReal(ValueType type, double value)Returns a new Number object of an appropriate type to hold the given real value.ValueTypeValueUtils. getNumericType(ValueType t1, ValueType t2, boolean canBeNonNumeric)Returns the constant from the NumericTypes interface that best expresses the type of an operation, which can be either numeric or not, on the two given types.static ValueTypeValueType. max(ValueType t1, ValueType t2)
-