Uses of Class
org.pipservices3.expressions.variants.VariantType
-
Packages that use VariantType Package Description org.pipservices3.expressions.variants -
-
Uses of VariantType in org.pipservices3.expressions.variants
Methods in org.pipservices3.expressions.variants that return VariantType Modifier and Type Method Description VariantTypeVariant. getType()Gets a type of the variant valuestatic VariantTypeVariantType. valueOf(String name)Returns the enum constant of this type with the specified name.static VariantType[]VariantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pipservices3.expressions.variants with parameters of type VariantType Modifier and Type Method Description abstract VariantAbstractVariantOperations. convert(Variant value, VariantType newType)Converts variant to specified typeVariantIVariantOperations. convert(Variant value, VariantType newType)Converts variant to specified typeVariantTypeSafeVariantOperations. convert(Variant value, VariantType newType)Converts variant to specified typeVariantTypeUnsafeVariantOperations. convert(Variant value, VariantType newType)Converts variant to specified typeprotected StringAbstractVariantOperations. typeToString(VariantType value)Convert variant type to string representation
-