org.odftoolkit.odfdom.dom.attribute.db
public static enum DbDataTypeAttribute.Value extends Enum<DbDataTypeAttribute.Value>
Enum Constant and Description |
---|
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 |
Modifier and Type | Method and Description |
---|---|
static DbDataTypeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static DbDataTypeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbDataTypeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbDataTypeAttribute.Value ARRAY
public static final DbDataTypeAttribute.Value BIGINT
public static final DbDataTypeAttribute.Value BINARY
public static final DbDataTypeAttribute.Value BIT
public static final DbDataTypeAttribute.Value BLOB
public static final DbDataTypeAttribute.Value BOOLEAN
public static final DbDataTypeAttribute.Value CHAR
public static final DbDataTypeAttribute.Value CLOB
public static final DbDataTypeAttribute.Value DATE
public static final DbDataTypeAttribute.Value DECIMAL
public static final DbDataTypeAttribute.Value DISTINCT
public static final DbDataTypeAttribute.Value DOUBLE
public static final DbDataTypeAttribute.Value FLOAT
public static final DbDataTypeAttribute.Value INTEGER
public static final DbDataTypeAttribute.Value LONGVARBINARY
public static final DbDataTypeAttribute.Value LONGVARCHAR
public static final DbDataTypeAttribute.Value NUMERIC
public static final DbDataTypeAttribute.Value OBJECT
public static final DbDataTypeAttribute.Value OTHER
public static final DbDataTypeAttribute.Value REAL
public static final DbDataTypeAttribute.Value REF
public static final DbDataTypeAttribute.Value SMALLINT
public static final DbDataTypeAttribute.Value SQLNULL
public static final DbDataTypeAttribute.Value STRUCT
public static final DbDataTypeAttribute.Value TIME
public static final DbDataTypeAttribute.Value TIMESTMP
public static final DbDataTypeAttribute.Value TINYINT
public static final DbDataTypeAttribute.Value VARBINARY
public static final DbDataTypeAttribute.Value VARCHAR
public static DbDataTypeAttribute.Value[] values()
for (DbDataTypeAttribute.Value c : DbDataTypeAttribute.Value.values()) System.out.println(c);
public static DbDataTypeAttribute.Value valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<DbDataTypeAttribute.Value>
public static DbDataTypeAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.