|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ETableColumnType>
org.soyatec.windowsazure.table.ETableColumnType
public enum ETableColumnType
Azure data types.
The following data types are supported:
| Enum Constant Summary | |
|---|---|
TYPE_BINARY
|
|
TYPE_BOOL
|
|
TYPE_DATE_TIME
|
|
TYPE_DOUBLE
|
|
TYPE_GUID
|
|
TYPE_INT
|
|
TYPE_LONG
|
|
TYPE_STRING
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLiteral()
Get the literal of the data type |
java.lang.String |
getSqlType()
Get the literal of sql type |
static ETableColumnType |
getTypebyLiteral(java.lang.String literal)
Find type by it's literal |
static ETableColumnType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ETableColumnType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ETableColumnType TYPE_BINARY
public static final ETableColumnType TYPE_BOOL
public static final ETableColumnType TYPE_DATE_TIME
public static final ETableColumnType TYPE_DOUBLE
public static final ETableColumnType TYPE_GUID
public static final ETableColumnType TYPE_INT
public static final ETableColumnType TYPE_LONG
public static final ETableColumnType TYPE_STRING
| Method Detail |
|---|
public static final ETableColumnType[] values()
for(ETableColumnType c : ETableColumnType.values())
System.out.println(c);
public static ETableColumnType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String getLiteral()
public java.lang.String getSqlType()
public static ETableColumnType getTypebyLiteral(java.lang.String literal)
literal -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||