public static enum Clone.LocationTypeEnum extends Enum<Clone.LocationTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
Clone.LocationTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static Clone.LocationTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static Clone.LocationTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Clone.LocationTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Clone.LocationTypeEnum STATION
public static final Clone.LocationTypeEnum STRUCTURE
public static Clone.LocationTypeEnum[] values()
for (Clone.LocationTypeEnum c : Clone.LocationTypeEnum.values()) System.out.println(c);
public static Clone.LocationTypeEnum 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 getValue()
public String toString()
toString in class Enum<Clone.LocationTypeEnum>public static Clone.LocationTypeEnum fromValue(String value)
Copyright © 2023. All Rights Reserved.