public enum ItunesApiVersion extends Enum<ItunesApiVersion>
| Modifier and Type | Method and Description |
|---|---|
int |
getVersionNumber() |
static ItunesApiVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItunesApiVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItunesApiVersion ONE
public static final ItunesApiVersion TWO
public static ItunesApiVersion[] values()
for (ItunesApiVersion c : ItunesApiVersion.values()) System.out.println(c);
public static ItunesApiVersion 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 int getVersionNumber()
Copyright © 2018. All rights reserved.