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