Uses of Class
com.featureprobe.sdk.server.model.PredicateType
-
Packages that use PredicateType Package Description com.featureprobe.sdk.server.model -
-
Uses of PredicateType in com.featureprobe.sdk.server.model
Methods in com.featureprobe.sdk.server.model that return PredicateType Modifier and Type Method Description static PredicateType
PredicateType. forValue(String value)
static PredicateType
PredicateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PredicateType[]
PredicateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.featureprobe.sdk.server.model with parameters of type PredicateType Modifier and Type Method Description void
Condition. setPredicate(PredicateType predicate)
-