public enum TransmissionMode extends Enum<TransmissionMode>
| Modifier and Type | Method and Description |
|---|---|
static TransmissionMode |
fromValue(String text) |
String |
toString() |
static TransmissionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransmissionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransmissionMode VALUE
public static final TransmissionMode REFERENCE
public static TransmissionMode[] values()
for (TransmissionMode c : TransmissionMode.values()) System.out.println(c);
public static TransmissionMode 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<TransmissionMode>public static TransmissionMode fromValue(String text)
Copyright © 2016–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.