Skip navigation links

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

E12853-03


oracle.imaging
Class Input.SectionSet

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

Enclosing class:
Input

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

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

 

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

 

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

 

Constructor Detail

Input.SectionSet

protected Input.SectionSet()

Input.SectionSet

protected Input.SectionSet(Input.SectionFlag... flags)

Method Detail

getEnumSet

public java.util.EnumSet getEnumSet()

size

public int size()

contains

public boolean contains(Input.SectionFlag flag)

of

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

all

public static Input.SectionSet all()

allExcept

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