public static enum FieldDef.FieldType extends java.lang.Enum<FieldDef.FieldType>
Enum Constant and Description |
---|
BLOB
Blob type represents an array of 8 bit values.
|
BOOLEAN
Boolean type represents a boolean type.
|
CHAR
Char type represents a char.
|
DATETIME
Datetime type represents Date.
|
DOUBLE
Double type represents double.
|
FLOAT
Float type represents float.
|
INTEGER
Integer type represents a int.
|
LONG
Long type represents a long.
|
SHORT
Short type represents a short.
|
STRING
String type represents String.
|
Modifier and Type | Method and Description |
---|---|
static FieldDef.FieldType |
getFieldType(java.lang.String fieldType) |
int |
getLen() |
int |
getValue() |
static FieldDef.FieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldDef.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldDef.FieldType BOOLEAN
public static final FieldDef.FieldType CHAR
public static final FieldDef.FieldType SHORT
public static final FieldDef.FieldType INTEGER
public static final FieldDef.FieldType LONG
public static final FieldDef.FieldType FLOAT
public static final FieldDef.FieldType DOUBLE
public static final FieldDef.FieldType BLOB
public static final FieldDef.FieldType STRING
public static final FieldDef.FieldType DATETIME
public static FieldDef.FieldType[] values()
for (FieldDef.FieldType c : FieldDef.FieldType.values()) System.out.println(c);
public static FieldDef.FieldType 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 namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public int getLen()
public static FieldDef.FieldType getFieldType(java.lang.String fieldType)
Copyright (c) 2013 TIBCO Software Inc. All rights reserved.