|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OdfDataType>
org.odftoolkit.odfdom.dom.type.db.OdfDataType
public enum OdfDataType
DOM implementation of OpenDocument attribute db:data-type.
| Enum Constant Summary | |
|---|---|
ARRAY
|
|
BIGINT
|
|
BINARY
|
|
BIT
|
|
BLOB
|
|
BOOLEAN
|
|
CHAR
|
|
CLOB
|
|
DATE
|
|
DECIMAL
|
|
DISTINCT
|
|
DOUBLE
|
|
FLOAT
|
|
INTEGER
|
|
LONGVARBINARY
|
|
LONGVARCHAR
|
|
NUMERIC
|
|
OBJECT
|
|
OTHER
|
|
REAL
|
|
REF
|
|
SMALLINT
|
|
SQLNULL
|
|
STRUCT
|
|
TIME
|
|
TIMESTMP
|
|
TINYINT
|
|
VARBINARY
|
|
VARCHAR
|
|
| Method Summary | |
|---|---|
static OdfDataType |
enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
String |
toString()
gets the name of this enum. |
static String |
toString(OdfDataType enumeration)
enum to String, gets the name of this enum constant as a string. |
static OdfDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfDataType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OdfDataType ARRAY
public static final OdfDataType SMALLINT
public static final OdfDataType VARBINARY
public static final OdfDataType LONGVARBINARY
public static final OdfDataType REF
public static final OdfDataType BIT
public static final OdfDataType BLOB
public static final OdfDataType DECIMAL
public static final OdfDataType DOUBLE
public static final OdfDataType TIMESTMP
public static final OdfDataType INTEGER
public static final OdfDataType BIGINT
public static final OdfDataType VARCHAR
public static final OdfDataType BOOLEAN
public static final OdfDataType STRUCT
public static final OdfDataType TIME
public static final OdfDataType REAL
public static final OdfDataType DISTINCT
public static final OdfDataType FLOAT
public static final OdfDataType DATE
public static final OdfDataType TINYINT
public static final OdfDataType OBJECT
public static final OdfDataType CLOB
public static final OdfDataType LONGVARCHAR
public static final OdfDataType CHAR
public static final OdfDataType NUMERIC
public static final OdfDataType OTHER
public static final OdfDataType BINARY
public static final OdfDataType SQLNULL
| Method Detail |
|---|
public static OdfDataType[] values()
for (OdfDataType c : OdfDataType.values()) System.out.println(c);
public static OdfDataType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<OdfDataType>public static String toString(OdfDataType enumeration)
enumeration - the constant of OdfDataType, see db:data-type
public static OdfDataType enumValueOf(String stringValue)
stringValue - the name of OdfDataType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||