Uses of Class
io.dialob.rule.parser.api.PrimitiveValueType
-
Packages that use PrimitiveValueType Package Description io.dialob.rule.parser.api -
-
Uses of PrimitiveValueType in io.dialob.rule.parser.api
Methods in io.dialob.rule.parser.api that return PrimitiveValueType Modifier and Type Method Description static PrimitiveValueTypePrimitiveValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveValueType[]PrimitiveValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-