|
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<AttributeSearchQuery.SEARCH_PROPERTY>
oracle.security.jps.service.policystore.search.AttributeSearchQuery.SEARCH_PROPERTY
public static enum AttributeSearchQuery.SEARCH_PROPERTY
search property for attribute
| Enum Constant Summary | |
|---|---|
ATTRIBUTE_CATEGORYSearch by attribute category. |
|
ATTRIBUTE_TYPESearch by attribute type. |
|
DISPLAY_NAMESearch by attribute display name. |
|
NAMESearch by attribute name. |
|
| Method Summary | |
|---|---|
static AttributeSearchQuery.SEARCH_PROPERTY |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static AttributeSearchQuery.SEARCH_PROPERTY[] |
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 AttributeSearchQuery.SEARCH_PROPERTY NAME
public static final AttributeSearchQuery.SEARCH_PROPERTY DISPLAY_NAME
public static final AttributeSearchQuery.SEARCH_PROPERTY ATTRIBUTE_TYPE
public static final AttributeSearchQuery.SEARCH_PROPERTY ATTRIBUTE_CATEGORY
| Method Detail |
|---|
public static AttributeSearchQuery.SEARCH_PROPERTY[] values()
for (AttributeSearchQuery.SEARCH_PROPERTY c : AttributeSearchQuery.SEARCH_PROPERTY.values())
System.out.println(c);
public static AttributeSearchQuery.SEARCH_PROPERTY 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 | |||||||||