Uses of Class
global.maplink.tracking.schema.domain.Value
-
Packages that use Value Package Description global.maplink.tracking.schema.domain -
-
Uses of Value in global.maplink.tracking.schema.domain
Methods in global.maplink.tracking.schema.domain that return Value Modifier and Type Method Description ValueOrderStatus. getValue()static ValueValue. valueOf(String name)Returns the enum constant of this type with the specified name.static Value[]Value. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in global.maplink.tracking.schema.domain with parameters of type Value Modifier and Type Method Description OrderStatus.OrderStatusBuilderOrderStatus.OrderStatusBuilder. value(Value value)Constructors in global.maplink.tracking.schema.domain with parameters of type Value Constructor Description OrderStatus(Value value, String label)
-