public enum Tone extends Enum<Tone> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
A |
B |
C |
D |
FLASH |
POUND |
STAR |
TONE0 |
TONE1 |
TONE2 |
TONE3 |
TONE4 |
TONE5 |
TONE6 |
TONE7 |
TONE8 |
TONE9 |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static Tone |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tone TONE0
public static final Tone TONE1
public static final Tone TONE2
public static final Tone TONE3
public static final Tone TONE4
public static final Tone TONE5
public static final Tone TONE6
public static final Tone TONE7
public static final Tone TONE8
public static final Tone TONE9
public static final Tone STAR
public static final Tone POUND
public static final Tone A
public static final Tone B
public static final Tone C
public static final Tone D
public static final Tone FLASH
public static Tone[] values()
for (Tone c : Tone.values()) System.out.println(c);
public static Tone 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.