|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<SearchQuery.MATCHER>
oracle.security.jps.search.SearchQuery.MATCHER
public static enum SearchQuery.MATCHER
Rules to match two Strings.
Enum Constant Summary | |
---|---|
ANY The string value being compared to should be non-null. |
|
BEGINS_WITH This string begins with the string being compared to. |
|
CONTAINED_IN This string is contained in |
|
ENDS_WITH This string ends with |
|
EXACT The string values being compared should be identical. |
Method Summary | |
---|---|
static SearchQuery.MATCHER |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
static SearchQuery.MATCHER[] |
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 SearchQuery.MATCHER ANY
public static final SearchQuery.MATCHER EXACT
public static final SearchQuery.MATCHER BEGINS_WITH
public static final SearchQuery.MATCHER CONTAINED_IN
public static final SearchQuery.MATCHER ENDS_WITH
Method Detail |
---|
public static SearchQuery.MATCHER[] values()
for (SearchQuery.MATCHER c : SearchQuery.MATCHER.values()) System.out.println(c);
public static SearchQuery.MATCHER 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 Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |