@Generated(value="org.jsonschema2pojo") public static enum DeviceSlot.Location extends Enum<DeviceSlot.Location>
Modifier and Type | Method and Description |
---|---|
static DeviceSlot.Location |
fromValue(String value) |
String |
toString() |
static DeviceSlot.Location |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceSlot.Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceSlot.Location Lom
public static final DeviceSlot.Location Flb
public static final DeviceSlot.Location Mezz
public static DeviceSlot.Location[] values()
for (DeviceSlot.Location c : DeviceSlot.Location.values()) System.out.println(c);
public static DeviceSlot.Location 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<DeviceSlot.Location>
public static DeviceSlot.Location fromValue(String value)
Copyright © 2016. All rights reserved.