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 ConditionTypeConditionType. forValue(String value)ConditionTypeCondition. getType()static ConditionTypeConditionType. 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 voidCondition. setType(ConditionType type)
-