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