public static enum FormMetadata.TypeEnum extends Enum<FormMetadata.TypeEnum>
Enum Constant and Description |
---|
START
The START option of this FormMetadata
|
TASK
The TASK option of this FormMetadata
|
Modifier and Type | Method and Description |
---|---|
static FormMetadata.TypeEnum |
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 FormMetadata.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormMetadata.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormMetadata.TypeEnum START
public static final FormMetadata.TypeEnum TASK
public static FormMetadata.TypeEnum[] values()
for (FormMetadata.TypeEnum c : FormMetadata.TypeEnum.values()) System.out.println(c);
public static FormMetadata.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 null@Nonnull public String toString()
toString
in class Enum<FormMetadata.TypeEnum>
@Nonnull public static FormMetadata.TypeEnum fromValue(@Nonnull String value)
value
- The Strin valueCopyright © 2020 SAP SE. All rights reserved.