Skip navigation links

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

E12853-03


oracle.imaging
Class Document.SectionSet

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

Enclosing class:
Document

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

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

 

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

 

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

 

Constructor Detail

Document.SectionSet

protected Document.SectionSet()

Document.SectionSet

protected Document.SectionSet(Document.SectionFlag... flags)

Method Detail

getEnumSet

public java.util.EnumSet getEnumSet()

size

public int size()

contains

public boolean contains(Document.SectionFlag flag)

of

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

all

public static Document.SectionSet all()

allExcept

public static Document.SectionSet allExcept(Document.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.