com.sodius.mdw.core.model
Class RichTextType

java.lang.Object
  extended by AbstractEnumerator
      extended by com.sodius.mdw.core.model.RichTextType

public class RichTextType
extends AbstractEnumerator

Enumeration of known rich text formats.

This class cannot be instantiated or subclassed by clients.

Since:
MDWorkbench 3.1.0
See Also:
RichText

Field Summary
static int PLAIN_TEXT
           
static RichTextType PLAIN_TEXT_LITERAL
           
static int RTF
           
static RichTextType RTF_LITERAL
           
static List<RichTextType> VALUES
           
static int XHTML
           
static RichTextType XHTML_LITERAL
           
 
Method Summary
static RichTextType get(int value)
           
static RichTextType get(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLAIN_TEXT

public static final int PLAIN_TEXT
See Also:
Constant Field Values

PLAIN_TEXT_LITERAL

public static final RichTextType PLAIN_TEXT_LITERAL

XHTML

public static final int XHTML
See Also:
Constant Field Values

XHTML_LITERAL

public static final RichTextType XHTML_LITERAL

RTF

public static final int RTF
See Also:
Constant Field Values

RTF_LITERAL

public static final RichTextType RTF_LITERAL

VALUES

public static final List<RichTextType> VALUES
Method Detail

get

public static RichTextType get(String name)

get

public static RichTextType get(int value)