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