public enum HectorType extends Enum<HectorType>
| Enum Constant and Description |
|---|
BOOLEAN |
BYTE |
CHARACTER |
DATE |
DOUBLE |
ENUM |
FLOAT |
INTEGER |
LONG |
SHORT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
HectorTranslator |
getHectorTranslator() |
static HectorTranslator |
getTranslator(Class fieldType,
String fieldName) |
static HectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HectorType BYTE
public static final HectorType SHORT
public static final HectorType INTEGER
public static final HectorType LONG
public static final HectorType FLOAT
public static final HectorType DOUBLE
public static final HectorType BOOLEAN
public static final HectorType CHARACTER
public static final HectorType STRING
public static final HectorType DATE
public static final HectorType ENUM
public static HectorType[] values()
for (HectorType c : HectorType.values()) System.out.println(c);
public static HectorType 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 HectorTranslator getHectorTranslator()
public static HectorTranslator getTranslator(Class fieldType, String fieldName)
Copyright © 2017. All rights reserved.