public enum SeekIndicatorType extends Enum<SeekIndicatorType>
| Modifier and Type | Method and Description |
|---|---|
static SeekIndicatorType |
valueForString(String value)
Convert String to SeekIndicatorType
|
static SeekIndicatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeekIndicatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeekIndicatorType TRACK
public static final SeekIndicatorType TIME
public static SeekIndicatorType[] values()
for (SeekIndicatorType c : SeekIndicatorType.values()) System.out.println(c);
public static SeekIndicatorType 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 static SeekIndicatorType valueForString(String value)
value - String