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