public enum BrAPIEntryTypeEnum extends Enum<BrAPIEntryTypeEnum> implements BrAPIEnum
| Modifier and Type | Method and Description |
|---|---|
static BrAPIEntryTypeEnum |
fromValue(@NonNull String text) |
String |
getBrapiValue() |
String |
toString() |
static BrAPIEntryTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPIEntryTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrAPIEntryTypeEnum CHECK
public static final BrAPIEntryTypeEnum TEST
public static final BrAPIEntryTypeEnum FILLER
public static BrAPIEntryTypeEnum[] values()
for (BrAPIEntryTypeEnum c : BrAPIEntryTypeEnum.values()) System.out.println(c);
public static BrAPIEntryTypeEnum 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<BrAPIEntryTypeEnum>public static BrAPIEntryTypeEnum fromValue(@NonNull @NonNull String text)
public String getBrapiValue()
getBrapiValue in interface BrAPIEnumCopyright © 2023. All rights reserved.