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