public enum RefreshMode extends Enum<RefreshMode>
onChange, onInterval, onExpire
See Also: See| Enum Constant and Description |
|---|
ON_CHANGE |
ON_EXPIRE |
ON_INTERVAL |
| Modifier and Type | Method and Description |
|---|---|
static RefreshMode |
fromValue(String v) |
String |
value() |
static RefreshMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefreshMode ON_CHANGE
public static final RefreshMode ON_INTERVAL
public static final RefreshMode ON_EXPIRE
public static RefreshMode[] values()
for (RefreshMode c : RefreshMode.values()) System.out.println(c);
public static RefreshMode 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 value()
public static RefreshMode fromValue(String v)
Copyright © 2014 Micromata GmbH. All rights reserved.