|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.widget.google.type.DataType
public abstract class DataType
An abstract type for the different datatypes.
| Field Summary | |
|---|---|
static int |
BOOL
. |
static int |
ENUM
. |
static int |
HIDDEN
. |
static int |
LIST
. |
static int |
LOCATION
. |
static int |
STRING
. |
| Constructor Summary | |
|---|---|
DataType()
|
|
| Method Summary | |
|---|---|
abstract int |
getOrdinal()
|
static int |
parseDataTypeLiteral(java.lang.String literal)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STRING
public static final int BOOL
public static final int ENUM
public static final int HIDDEN
public static final int LIST
public static final int LOCATION
| Constructor Detail |
|---|
public DataType()
| Method Detail |
|---|
public abstract int getOrdinal()
public static int parseDataTypeLiteral(java.lang.String literal)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||