Skip navigation links

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

E12853-03


oracle.imaging
Class Connection.SectionSet

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

Enclosing class:
Connection

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

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

 

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

 

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

 

Constructor Detail

Connection.SectionSet

protected Connection.SectionSet()

Connection.SectionSet

protected Connection.SectionSet(Connection.SectionFlag... flags)

Method Detail

getEnumSet

public java.util.EnumSet getEnumSet()

size

public int size()

contains

public boolean contains(Connection.SectionFlag flag)

of

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

all

public static Connection.SectionSet all()

allExcept

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