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