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