Uses of Class
com.sun.identity.entitlement.NumericAttributeCondition.Operator
-
Packages that use NumericAttributeCondition.Operator Package Description com.sun.identity.entitlement Defines classes and interfaces to work with entitlements. -
-
Uses of NumericAttributeCondition.Operator in com.sun.identity.entitlement
Methods in com.sun.identity.entitlement that return NumericAttributeCondition.Operator Modifier and Type Method Description NumericAttributeCondition.OperatorNumericAttributeCondition. getOperator()static NumericAttributeCondition.OperatorNumericAttributeCondition.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static NumericAttributeCondition.Operator[]NumericAttributeCondition.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.identity.entitlement with parameters of type NumericAttributeCondition.Operator Modifier and Type Method Description voidNumericAttributeCondition. setOperator(NumericAttributeCondition.Operator operator)
-