Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Class Search.SectionSet

java.lang.Object
  extended by oracle.imaging.Search.SectionSet

Enclosing class:
Search

public static class Search.SectionSet
extends java.lang.Object

Constructor Summary
protected Search.SectionSet()
           
protected Search.SectionSet(Search.SectionFlag... flags)
           

 

Method Summary
static Search.SectionSet all()
           
static Search.SectionSet allExcept(Search.SectionFlag... flags)
           
 boolean contains(Search.SectionFlag flag)
           
 java.util.EnumSet getEnumSet()
           
static Search.SectionSet of(Search.SectionFlag... flags)
           
 int size()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Search.SectionSet

protected Search.SectionSet()

Search.SectionSet

protected Search.SectionSet(Search.SectionFlag... flags)

Method Detail

getEnumSet

public java.util.EnumSet getEnumSet()

size

public int size()

contains

public boolean contains(Search.SectionFlag flag)

of

public static Search.SectionSet of(Search.SectionFlag... flags)

all

public static Search.SectionSet all()

allExcept

public static Search.SectionSet allExcept(Search.SectionFlag... flags)

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


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