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