public static enum Backend.Type extends Enum<Backend.Type>
Backend.type()| Enum Constant and Description |
|---|
UNKNOWN_TO_SDK_VERSION |
VIRTUAL_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
static Backend.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Backend.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Backend.Type VIRTUAL_SERVICE
public static final Backend.Type UNKNOWN_TO_SDK_VERSION
public static Backend.Type[] values()
for (Backend.Type c : Backend.Type.values()) System.out.println(c);
public static Backend.Type 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 nullCopyright © 2023. All rights reserved.