Oracle Application Server Wireless Java API Reference
B10400-01

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 oracle.panama.util.Enum

The Supported Folder Renderer Selection.

See Also:
Serialized Form

Field Summary
static RendererSelection DEFAULT
           
static RendererSelection INHERIT
           
static RendererSelection SPECIFY
           

 

Method Summary
 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 oracle.panama.util.Enum
Returns:
the int value of this enum.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.