Uses of Class
com.bazaarvoice.jolt.defaultr.OPS
-
Packages that use OPS Package Description com.bazaarvoice.jolt.defaultr -
-
Uses of OPS in com.bazaarvoice.jolt.defaultr
Fields in com.bazaarvoice.jolt.defaultr declared as OPS Modifier and Type Field Description private OPS
Key. op
Methods in com.bazaarvoice.jolt.defaultr that return OPS Modifier and Type Method Description OPS
Key. getOp()
static OPS
OPS. parse(java.lang.String key)
static OPS
OPS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OPS[]
OPS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bazaarvoice.jolt.defaultr with parameters of type OPS Modifier and Type Method Description int
OPS.OpsPrecedenceComparator. compare(OPS ops, OPS ops1)
The order we want to apply Defaultr logic is Literals, Or, and then Star.
-