public static enum FlightDescriptor.DescriptorType extends Enum<FlightDescriptor.DescriptorType>
| Enum Constant and Description |
|---|
CMD
Named path identifying a dataset
|
PATH
Unused
|
UNKNOWN |
| Modifier and Type | Field and Description |
|---|---|
int |
value
Opaque command to generate a dataset
|
| Modifier and Type | Method and Description |
|---|---|
FlightDescriptor.DescriptorType |
intern() |
String |
toString() |
static FlightDescriptor.DescriptorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlightDescriptor.DescriptorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlightDescriptor.DescriptorType UNKNOWN
public static final FlightDescriptor.DescriptorType PATH
public static final FlightDescriptor.DescriptorType CMD
public static FlightDescriptor.DescriptorType[] values()
for (FlightDescriptor.DescriptorType c : FlightDescriptor.DescriptorType.values()) System.out.println(c);
public static FlightDescriptor.DescriptorType 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 FlightDescriptor.DescriptorType intern()
public String toString()
toString in class Enum<FlightDescriptor.DescriptorType>Copyright © 2021. All rights reserved.