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