Skip navigation links


com.bea.netuix.laf
Enum RenderFormat.Type

java.lang.Object
  extended by java.lang.Enum<RenderFormat.Type>
      extended by com.bea.netuix.laf.RenderFormat.Type

All Implemented Interfaces
Serializable, Comparable<RenderFormat.Type>
Enclosing interface:
RenderFormat

public static enum RenderFormat.Type
extends Enum<RenderFormat.Type>

Enumeration of the possible render format types supported by Look and Feel.


Enum Constant Summary
HTML
           
XHTML
           

 

Method Summary
static RenderFormat.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RenderFormat.Type[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

HTML

public static final RenderFormat.Type HTML

XHTML

public static final RenderFormat.Type XHTML

Method Detail

values

public static final RenderFormat.Type[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.

valueOf

public static RenderFormat.Type valueOf(String name)
Returns the enum constant of this type with the specified name.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.