public enum ListUPU extends Enum<ListUPU>
Enum Constant and Description |
---|
DUPLEX_PAIRING |
FREQUENCY_DIVERSITY |
OTHER |
REPEATER_IN |
REPEATER_OUT |
SPACE_DIVERSITY |
Modifier and Type | Method and Description |
---|---|
static ListUPU |
fromValue(String v) |
String |
value() |
static ListUPU |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUPU[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUPU REPEATER_OUT
public static final ListUPU REPEATER_IN
public static final ListUPU DUPLEX_PAIRING
public static final ListUPU FREQUENCY_DIVERSITY
public static final ListUPU SPACE_DIVERSITY
public static final ListUPU OTHER
public static ListUPU[] values()
for (ListUPU c : ListUPU.values()) System.out.println(c);
public static ListUPU 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.