Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.search
Class SearchQuery.MATCHER

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.security.jps.search.SearchQuery.MATCHER

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
SearchQuery

public static final class SearchQuery.MATCHER
extends java.lang.Enum

Rules to match two Strings.

See Also:
Serialized Form

Field Summary
static SearchQuery.MATCHER ANY
          The string value being compared to should be non-null.
static SearchQuery.MATCHER BEGINS_WITH
          This string begins with the string being compared to.
static SearchQuery.MATCHER CONTAINED_IN
          This string is contained in
static SearchQuery.MATCHER ENDS_WITH
          This string ends with
static SearchQuery.MATCHER EXACT
          The string values being compared should be identical.

 

Method Summary
static SearchQuery.MATCHER valueOf(java.lang.String name)
           
static SearchQuery.MATCHER[] values()
           

 

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

 

Field Detail

ANY

public static final SearchQuery.MATCHER ANY
The string value being compared to should be non-null. The value does not matter.

EXACT

public static final SearchQuery.MATCHER EXACT
The string values being compared should be identical.

BEGINS_WITH

public static final SearchQuery.MATCHER BEGINS_WITH
This string begins with the string being compared to.

CONTAINED_IN

public static final SearchQuery.MATCHER CONTAINED_IN
This string is contained in

ENDS_WITH

public static final SearchQuery.MATCHER ENDS_WITH
This string ends with

Method Detail

values

public static SearchQuery.MATCHER[] values()

valueOf

public static SearchQuery.MATCHER valueOf(java.lang.String name)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.