Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.service.policystore.info
Enum RuleExpressionEntry.FunctionCategory

java.lang.Object
  extended by java.lang.Enum<RuleExpressionEntry.FunctionCategory>
      extended by oracle.security.jps.service.policystore.info.RuleExpressionEntry.FunctionCategory

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RuleExpressionEntry.FunctionCategory>
Enclosing class:
RuleExpressionEntry<ReturnType extends DataType>

public static enum RuleExpressionEntry.FunctionCategory
extends java.lang.Enum<RuleExpressionEntry.FunctionCategory>

Categories of functions


Enum Constant Summary
CUSTOM_FUNCTION
          All user defined functions.
EQUALITY_COMPARISON_FUNCTION
          All *_EQUAL functions like STRING_EQUAL, INTEGER_EQUAL
GREATER_THAN_COMPARISON_FUNCTION
          All *_GREATER_THAN functions like TIME_GREATER_THAN
GREATER_THAN_EQUAL_COMPARISON_FUNCTION
          All *_GREATER_THAN_OR_EQUAL functions like * TIME_GREATER_THAN_OR_EQUAL
HAS_VALUE_EXISTENCE_FUNCTION
          Functions like ATTRIBUTE_HAS_VALUE
LESS_THAN_COMPARISON_FUNCTION
          All *_LESS_THAN functions like DATE_LESS_THAN
LESS_THAN_EQUAL_COMPARISON_FUNCTION
          All *_LESS_THAN_OR_EQUAL functions like * INTEGER_LESS_THAN_OR_EQUAL
LOGICAL_FUNCTION
          Logical functions like AND, OR, NOT.
REGEXP_STRING_FUNCTION
          Regular expression match functions like STRING_REGEXP_MATCH
TYPE_IS_IN_EXISTENCE_FUNCTION
          All TYPE_IS_IN functions like STRING_IS_IN
VALID_FOR_FUNCTION
          All VALID_FOR_* functions like VALID_FOR_SECONDS

 

Method Summary
static RuleExpressionEntry.FunctionCategory valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuleExpressionEntry.FunctionCategory[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

LOGICAL_FUNCTION

public static final RuleExpressionEntry.FunctionCategory LOGICAL_FUNCTION
Logical functions like AND, OR, NOT.

EQUALITY_COMPARISON_FUNCTION

public static final RuleExpressionEntry.FunctionCategory EQUALITY_COMPARISON_FUNCTION
All *_EQUAL functions like STRING_EQUAL, INTEGER_EQUAL

LESS_THAN_COMPARISON_FUNCTION

public static final RuleExpressionEntry.FunctionCategory LESS_THAN_COMPARISON_FUNCTION
All *_LESS_THAN functions like DATE_LESS_THAN

GREATER_THAN_COMPARISON_FUNCTION

public static final RuleExpressionEntry.FunctionCategory GREATER_THAN_COMPARISON_FUNCTION
All *_GREATER_THAN functions like TIME_GREATER_THAN

LESS_THAN_EQUAL_COMPARISON_FUNCTION

public static final RuleExpressionEntry.FunctionCategory LESS_THAN_EQUAL_COMPARISON_FUNCTION
All *_LESS_THAN_OR_EQUAL functions like * INTEGER_LESS_THAN_OR_EQUAL

GREATER_THAN_EQUAL_COMPARISON_FUNCTION

public static final RuleExpressionEntry.FunctionCategory GREATER_THAN_EQUAL_COMPARISON_FUNCTION
All *_GREATER_THAN_OR_EQUAL functions like * TIME_GREATER_THAN_OR_EQUAL

TYPE_IS_IN_EXISTENCE_FUNCTION

public static final RuleExpressionEntry.FunctionCategory TYPE_IS_IN_EXISTENCE_FUNCTION
All TYPE_IS_IN functions like STRING_IS_IN

HAS_VALUE_EXISTENCE_FUNCTION

public static final RuleExpressionEntry.FunctionCategory HAS_VALUE_EXISTENCE_FUNCTION
Functions like ATTRIBUTE_HAS_VALUE

REGEXP_STRING_FUNCTION

public static final RuleExpressionEntry.FunctionCategory REGEXP_STRING_FUNCTION
Regular expression match functions like STRING_REGEXP_MATCH

VALID_FOR_FUNCTION

public static final RuleExpressionEntry.FunctionCategory VALID_FOR_FUNCTION
All VALID_FOR_* functions like VALID_FOR_SECONDS

CUSTOM_FUNCTION

public static final RuleExpressionEntry.FunctionCategory CUSTOM_FUNCTION
All user defined functions.

Method Detail

values

public static RuleExpressionEntry.FunctionCategory[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (RuleExpressionEntry.FunctionCategory c : RuleExpressionEntry.FunctionCategory.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RuleExpressionEntry.FunctionCategory valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.