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