public static enum WebWalker.Offset extends java.lang.Enum<WebWalker.Offset>
| Modifier and Type | Method and Description |
|---|---|
static WebWalker.Offset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebWalker.Offset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebWalker.Offset NONE
public static final WebWalker.Offset LOW
public static final WebWalker.Offset MEDIUM
public static final WebWalker.Offset HIGH
public static final WebWalker.Offset VERY_HIGH
public static WebWalker.Offset[] values()
for (WebWalker.Offset c : WebWalker.Offset.values()) System.out.println(c);
public static WebWalker.Offset valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null