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