|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.connectivity.oda.design.TextFormatType
A representation of the literals of the enumeration 'Text Format Type', and utility methods for working with them. The type of text content of the data column values, i.e. plain text, HTML or RTF. It provides a hint on the type of text control to use for displaying the data value, e.g. a Text Control vs. Dynamic Text Control.
DesignPackage.getTextFormatType()
,
Serialized FormField Summary | |
static java.lang.String |
copyright
|
static int |
HTML
The 'HTML' literal value. |
static TextFormatType |
HTML_LITERAL
The 'HTML' literal object. |
static int |
PLAIN
The 'Plain' literal value. |
static TextFormatType |
PLAIN_LITERAL
The 'Plain' literal object. |
static int |
RTF
The 'RTF' literal value. |
static TextFormatType |
RTF_LITERAL
The 'RTF' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Text Format Type' enumerators. |
Method Summary | |
static TextFormatType |
get(int value)
Returns the 'Text Format Type' literal with the specified integer value. |
static TextFormatType |
get(java.lang.String literal)
Returns the 'Text Format Type' literal with the specified literal value. |
static TextFormatType |
getByName(java.lang.String name)
Returns the 'Text Format Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String copyright
public static final int PLAIN
PLAIN_LITERAL
,
Constant Field Valuespublic static final int HTML
HTML_LITERAL
,
Constant Field Valuespublic static final int RTF
RTF_LITERAL
,
Constant Field Valuespublic static final TextFormatType PLAIN_LITERAL
PLAIN
public static final TextFormatType HTML_LITERAL
HTML
public static final TextFormatType RTF_LITERAL
RTF
public static final java.util.List VALUES
Method Detail |
public static TextFormatType get(java.lang.String literal)
public static TextFormatType getByName(java.lang.String name)
public static TextFormatType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |