|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<ExpressionComponent.Type>
oracle.security.jps.service.policystore.info.ExpressionComponent.Type
public static enum ExpressionComponent.Type
| Enum Constant Summary | |
|---|---|
ATTRIBUTERepresents an attribute entry type as expression component |
|
BUILTIN_ATTRIBUTESRepresents a built-in attribute type as expression component |
|
EXPRESSIONRepresents an expressions as an expression component |
|
LITERAL_LISTRepresents a list of constants/ literals as expression component |
|
LITERAL_VALUERepresents 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 |
|---|
public static final ExpressionComponent.Type ATTRIBUTE
public static final ExpressionComponent.Type BUILTIN_ATTRIBUTES
public static final ExpressionComponent.Type LITERAL_VALUE
public static final ExpressionComponent.Type LITERAL_LIST
public static final ExpressionComponent.Type EXPRESSION
| Method Detail |
|---|
public static ExpressionComponent.Type[] values()
for (ExpressionComponent.Type c : ExpressionComponent.Type.values())
System.out.println(c);
public static ExpressionComponent.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||