public enum ListUPF extends Enum<ListUPF>
Used in Assignment
Enum Constant and Description |
---|
AIR_GROUND_AIR |
AIR_GROUND_AIR_POOL |
AIR_TO_AIR |
OTHER |
Modifier and Type | Method and Description |
---|---|
static ListUPF |
fromValue(String v) |
String |
value() |
static ListUPF |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUPF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUPF AIR_GROUND_AIR
public static final ListUPF AIR_TO_AIR
public static final ListUPF AIR_GROUND_AIR_POOL
public static final ListUPF OTHER
public static ListUPF[] values()
for (ListUPF c : ListUPF.values()) System.out.println(c);
public static ListUPF 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 value()
Copyright © 2016 OpenSSRF.org. All rights reserved.