@Generated(value="org.jsonschema2pojo") public static enum PortConfigInfo.DesiredSpeed extends Enum<PortConfigInfo.DesiredSpeed>
Enum Constant and Description |
---|
Auto |
Speed0M |
Speed100M |
Speed10G |
Speed10M |
Speed1G |
Speed1M |
Speed2_5G |
Speed20G |
Speed2G |
Speed40G |
Speed4G |
Speed8G |
Unknown |
Modifier and Type | Method and Description |
---|---|
static PortConfigInfo.DesiredSpeed |
fromValue(String value) |
String |
toString() |
static PortConfigInfo.DesiredSpeed |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortConfigInfo.DesiredSpeed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortConfigInfo.DesiredSpeed Speed0M
public static final PortConfigInfo.DesiredSpeed Speed1M
public static final PortConfigInfo.DesiredSpeed Speed10M
public static final PortConfigInfo.DesiredSpeed Speed100M
public static final PortConfigInfo.DesiredSpeed Speed1G
public static final PortConfigInfo.DesiredSpeed Speed2G
public static final PortConfigInfo.DesiredSpeed Speed2_5G
public static final PortConfigInfo.DesiredSpeed Speed4G
public static final PortConfigInfo.DesiredSpeed Speed8G
public static final PortConfigInfo.DesiredSpeed Speed10G
public static final PortConfigInfo.DesiredSpeed Auto
public static final PortConfigInfo.DesiredSpeed Speed20G
public static final PortConfigInfo.DesiredSpeed Speed40G
public static final PortConfigInfo.DesiredSpeed Unknown
public static PortConfigInfo.DesiredSpeed[] values()
for (PortConfigInfo.DesiredSpeed c : PortConfigInfo.DesiredSpeed.values()) System.out.println(c);
public static PortConfigInfo.DesiredSpeed 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<PortConfigInfo.DesiredSpeed>
public static PortConfigInfo.DesiredSpeed fromValue(String value)
Copyright © 2016. All rights reserved.