public static enum SourceConfigOption.BackendPropertyType extends Enum<SourceConfigOption.BackendPropertyType>
| Enum Constant and Description |
|---|
BOOLEAN |
BOOLEAN_ARRAY |
CHARACTER |
CHARACTER_ARRAY |
DOUBLE |
DOUBLE_ARRAY |
FLOAT |
FLOAT_ARRAY |
INTEGER |
INTEGER_ARRAY |
LONG |
LONG_ARRAY |
STRING |
STRING_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static SourceConfigOption.BackendPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceConfigOption.BackendPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceConfigOption.BackendPropertyType STRING
public static final SourceConfigOption.BackendPropertyType BOOLEAN
public static final SourceConfigOption.BackendPropertyType INTEGER
public static final SourceConfigOption.BackendPropertyType LONG
public static final SourceConfigOption.BackendPropertyType FLOAT
public static final SourceConfigOption.BackendPropertyType DOUBLE
public static final SourceConfigOption.BackendPropertyType CHARACTER
public static final SourceConfigOption.BackendPropertyType STRING_ARRAY
public static final SourceConfigOption.BackendPropertyType DOUBLE_ARRAY
public static final SourceConfigOption.BackendPropertyType FLOAT_ARRAY
public static final SourceConfigOption.BackendPropertyType INTEGER_ARRAY
public static final SourceConfigOption.BackendPropertyType LONG_ARRAY
public static final SourceConfigOption.BackendPropertyType BOOLEAN_ARRAY
public static final SourceConfigOption.BackendPropertyType CHARACTER_ARRAY
public static SourceConfigOption.BackendPropertyType[] values()
for (SourceConfigOption.BackendPropertyType c : SourceConfigOption.BackendPropertyType.values()) System.out.println(c);
public static SourceConfigOption.BackendPropertyType 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 nullCopyright © 2016–2019 Emory University. All rights reserved.