public enum VpnStaticRouteSource extends Enum<VpnStaticRouteSource>
Enum Constant and Description |
---|
Static |
Modifier and Type | Method and Description |
---|---|
static VpnStaticRouteSource |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static VpnStaticRouteSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnStaticRouteSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VpnStaticRouteSource Static
public static VpnStaticRouteSource[] values()
for (VpnStaticRouteSource c : VpnStaticRouteSource.values()) System.out.println(c);
public static VpnStaticRouteSource 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<VpnStaticRouteSource>
public static VpnStaticRouteSource fromValue(String value)
value
- real valueCopyright © 2016. All rights reserved.