Uses of Class
io.virtdata.api.ValueType
-
Packages that use ValueType Package Description io.virtdata.api -
-
Uses of ValueType in io.virtdata.api
Methods in io.virtdata.api that return ValueType Modifier and Type Method Description ValueTypeFunctionType. getInputValueType()static ValueTypeValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValueTypeValueType. valueOfAssignableClass(java.lang.Class<?> clazz)static ValueTypeValueType. valueOfClassName(java.lang.String typeName)static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.virtdata.api with parameters of type ValueType Modifier and Type Method Description intValueType. compare(ValueType o1, ValueType o2)
-