| Enum Constant and Description |
|---|
BOOLEAN |
CHAR |
DATA |
FLOAT |
INT |
LONG |
STRING |
TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
static BaseType |
from(Field.Type type) |
static Field.Type |
to(BaseType type) |
static BaseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseType INT
public static final BaseType LONG
public static final BaseType FLOAT
public static final BaseType CHAR
public static final BaseType STRING
public static final BaseType DATA
public static final BaseType BOOLEAN
public static final BaseType TIMESTAMP
public static BaseType[] values()
for (BaseType c : BaseType.values()) System.out.println(c);
public static BaseType 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 static Field.Type to(BaseType type)
public static BaseType from(Field.Type type)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.