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