Uses of Enum
org.pipservices3.expressions.variants.VariantType
Packages that use VariantType
-
Uses of VariantType in org.pipservices3.expressions.variants
Methods in org.pipservices3.expressions.variants that return VariantTypeModifier and TypeMethodDescriptionVariant.getType()
Gets a type of the variant valuestatic VariantType
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 VariantTypeModifier and TypeMethodDescriptionabstract Variant
AbstractVariantOperations.convert
(Variant value, VariantType newType) Converts variant to specified typeIVariantOperations.convert
(Variant value, VariantType newType) Converts variant to specified typeTypeSafeVariantOperations.convert
(Variant value, VariantType newType) Converts variant to specified typeTypeUnsafeVariantOperations.convert
(Variant value, VariantType newType) Converts variant to specified typeprotected String
AbstractVariantOperations.typeToString
(VariantType value) Convert variant type to string representation