public static enum LxField.TypeEnum extends Enum<LxField.TypeEnum>
| Enum Constant and Description |
|---|
CLASSIFICATION |
DATEVALUE |
DOUBLEVALUE |
EXTERNALID |
INTEGERVALUE |
LIFECYCLE |
LOCATION |
MULTIPLESELECT |
SINGLESELECT |
STRINGVALUE |
| Modifier and Type | Method and Description |
|---|---|
static LxField.TypeEnum |
fromValue(String text) |
String |
toString() |
static LxField.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LxField.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LxField.TypeEnum STRINGVALUE
public static final LxField.TypeEnum INTEGERVALUE
public static final LxField.TypeEnum DOUBLEVALUE
public static final LxField.TypeEnum DATEVALUE
public static final LxField.TypeEnum SINGLESELECT
public static final LxField.TypeEnum CLASSIFICATION
public static final LxField.TypeEnum LOCATION
public static final LxField.TypeEnum LIFECYCLE
public static final LxField.TypeEnum EXTERNALID
public static final LxField.TypeEnum MULTIPLESELECT
public static LxField.TypeEnum[] values()
for (LxField.TypeEnum c : LxField.TypeEnum.values()) System.out.println(c);
public static LxField.TypeEnum 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 String toString()
toString in class Enum<LxField.TypeEnum>public static LxField.TypeEnum fromValue(String text)
Copyright © 2017 LeanIX GmbH. All rights reserved.