Uses of Class
com.featureprobe.sdk.server.model.ConditionType
-
Packages that use ConditionType Package Description com.featureprobe.sdk.server.model -
-
Uses of ConditionType in com.featureprobe.sdk.server.model
Methods in com.featureprobe.sdk.server.model that return ConditionType Modifier and Type Method Description static ConditionType
ConditionType. forValue(String value)
ConditionType
Condition. getType()
static ConditionType
ConditionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConditionType[]
ConditionType. 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 ConditionType Modifier and Type Method Description void
Condition. setType(ConditionType type)
-