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 ExpressionComponent.Type

java.lang.Object
  extended by java.lang.Enum<ExpressionComponent.Type>
      extended by oracle.security.jps.service.policystore.info.ExpressionComponent.Type

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ExpressionComponent.Type>
Enclosing interface:
ExpressionComponent

public static enum ExpressionComponent.Type
extends java.lang.Enum<ExpressionComponent.Type>

Enum Constant Summary
ATTRIBUTE
          Represents an attribute entry type as expression component
BUILTIN_ATTRIBUTES
          Represents a built-in attribute type as expression component
EXPRESSION
          Represents an expressions as an expression component
LITERAL_LIST
          Represents a list of constants/ literals as expression component
LITERAL_VALUE
          Represents a constant/ literal value as expression component

 

Method Summary
static ExpressionComponent.Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExpressionComponent.Type[] 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

ATTRIBUTE

public static final ExpressionComponent.Type ATTRIBUTE
Represents an attribute entry type as expression component

BUILTIN_ATTRIBUTES

public static final ExpressionComponent.Type BUILTIN_ATTRIBUTES
Represents a built-in attribute type as expression component

LITERAL_VALUE

public static final ExpressionComponent.Type LITERAL_VALUE
Represents a constant/ literal value as expression component

LITERAL_LIST

public static final ExpressionComponent.Type LITERAL_LIST
Represents a list of constants/ literals as expression component

EXPRESSION

public static final ExpressionComponent.Type EXPRESSION
Represents an expressions as an expression component

Method Detail

values

public static ExpressionComponent.Type[] 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 (ExpressionComponent.Type c : ExpressionComponent.Type.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ExpressionComponent.Type 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.