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