com.webmethods.caf.faces.data.export.atom
Class Element.ElementContentType

java.lang.Object
  extended by java.lang.Enum
      extended by com.webmethods.caf.faces.data.export.atom.Element.ElementContentType
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
Element

protected static final class Element.ElementContentType
extends Enum

See Also:
Serialized Form

Field Summary
static Element.ElementContentType CHILD_ELEMENTS
           
static Element.ElementContentType EMPTY
           
static Element.ElementContentType TEXTUAL
           
 
Method Summary
static Element.ElementContentType valueOf(String name)
           
static Element.ElementContentType[] values()
           
 
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
 

Field Detail

EMPTY

public static final Element.ElementContentType EMPTY

TEXTUAL

public static final Element.ElementContentType TEXTUAL

CHILD_ELEMENTS

public static final Element.ElementContentType CHILD_ELEMENTS
Method Detail

values

public static Element.ElementContentType[] values()

valueOf

public static Element.ElementContentType valueOf(String name)