public static enum Element.BusinessDataTypeEnum extends Enum<Element.BusinessDataTypeEnum>
Enum Constant and Description |
---|
A
The A option of this Element
|
B
The B option of this Element
|
D
The D option of this Element
|
G
The G option of this Element
|
N
The N option of this Element
|
S
The S option of this Element
|
U
The U option of this Element
|
Modifier and Type | Method and Description |
---|---|
static Element.BusinessDataTypeEnum |
fromValue(String value)
Get the enum value from a String value
|
String |
getValue()
Get the value of the enum
|
String |
toString()
Get the String value of the enum value.
|
static Element.BusinessDataTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element.BusinessDataTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Element.BusinessDataTypeEnum B
public static final Element.BusinessDataTypeEnum D
public static final Element.BusinessDataTypeEnum N
public static final Element.BusinessDataTypeEnum S
public static final Element.BusinessDataTypeEnum U
public static final Element.BusinessDataTypeEnum G
public static final Element.BusinessDataTypeEnum A
public static Element.BusinessDataTypeEnum[] values()
for (Element.BusinessDataTypeEnum c : Element.BusinessDataTypeEnum.values()) System.out.println(c);
public static Element.BusinessDataTypeEnum 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 null@Nonnull public String toString()
toString
in class Enum<Element.BusinessDataTypeEnum>
@Nonnull public static Element.BusinessDataTypeEnum fromValue(@Nonnull String value)
value
- The Strin valueCopyright © 2021 SAP SE. All rights reserved.