Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Class RendererSelection

java.lang.Object
  extended byoracle.panama.util.Enum
      extended byoracle.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

getAllRendererSelection

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

getRendererSelection

public static RendererSelection getRendererSelection(int intValue)

intValue

public int intValue()
Get the integer value of this enum.
Returns:
the int value of this enum.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.