Skip navigation links


com.bea.wlp.rest.results
Enum RestResult.FormatType

java.lang.Object
  extended by java.lang.Enum<RestResult.FormatType>
      extended by com.bea.wlp.rest.results.RestResult.FormatType

All Implemented Interfaces
Serializable, Comparable<RestResult.FormatType>
Enclosing interface:
RestResult

public static enum RestResult.FormatType
extends Enum<RestResult.FormatType>

An enumeration of the supported FormatTypes known by the REST framework.


Enum Constant Summary
json
           
xml
           

 

Method Summary
static RestResult.FormatType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RestResult.FormatType[] 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

json

public static final RestResult.FormatType json

xml

public static final RestResult.FormatType xml

Method Detail

values

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

valueOf

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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.