oracle.panama.model
Class RendererSelection

java.lang.Object
  |
  +--oracle.panama.util.Enum
        |
        +--oracle.panama.model.RendererSelection
All Implemented Interfaces:
java.io.Serializable

public final class RendererSelection
extends Enum

The Supported Folder Renderer Selection.

See Also:
Serialized Form

Field Summary
TypeField
static RendererSelection DEFAULT
           
static RendererSelection INHERIT
           
static RendererSelection SPECIFY
           
 
Method Summary
TypeMethod
 RendererSelection[] getAllRendererSelection()
          Get all possible RenderSelection.
static RendererSelection getRendererSelection(int intValue)
           
 int intValue()
          Get the integer value of this enum.
 
Methods inherited from class oracle.panama.util.Enum
equals, toString, valueOf, valueOf
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final RendererSelection DEFAULT

INHERIT

public static final RendererSelection INHERIT

SPECIFY

public static final RendererSelection SPECIFY
Method Detail

getRendererSelection

public static RendererSelection getRendererSelection(int intValue)

getAllRendererSelection

public RendererSelection[] getAllRendererSelection()
Get all possible RenderSelection.

intValue

public int intValue()
Get the integer value of this enum.
Overrides:
intValue in class Enum
Returns:
the int value of this enum.