Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.webcenter.portalframework.genericsiteresources
Enum GenericSiteResourceQueryOptions.SearchTypes

java.lang.Object
  extended by java.lang.Enum<GenericSiteResourceQueryOptions.SearchTypes>
      extended by oracle.webcenter.portalframework.genericsiteresources.GenericSiteResourceQueryOptions.SearchTypes

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<GenericSiteResourceQueryOptions.SearchTypes>
Enclosing class:
GenericSiteResourceQueryOptions

public static enum GenericSiteResourceQueryOptions.SearchTypes
extends java.lang.Enum<GenericSiteResourceQueryOptions.SearchTypes>

Enum Constant Summary
CONTAINS
          Search for resources contains the specified tokens
EQUALS
          Search for resources with exact specified tokens

 

Method Summary
static GenericSiteResourceQueryOptions.SearchTypes parseName(java.lang.String name)
           
static GenericSiteResourceQueryOptions.SearchTypes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenericSiteResourceQueryOptions.SearchTypes[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

CONTAINS

public static final GenericSiteResourceQueryOptions.SearchTypes CONTAINS
Search for resources contains the specified tokens

EQUALS

public static final GenericSiteResourceQueryOptions.SearchTypes EQUALS
Search for resources with exact specified tokens

Method Detail

values

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

valueOf

public static GenericSiteResourceQueryOptions.SearchTypes 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

parseName

public static GenericSiteResourceQueryOptions.SearchTypes parseName(java.lang.String name)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.