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