public enum StandardIPLSKey extends Enum<StandardIPLSKey>
Enum Constant and Description |
---|
ARRANGER |
DJMIXER |
ENGINEER |
MIXER |
PRODUCER |
Modifier and Type | Method and Description |
---|---|
static StandardIPLSKey |
get(String key) |
String |
getKey() |
static boolean |
isKey(String key) |
static StandardIPLSKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardIPLSKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardIPLSKey ENGINEER
public static final StandardIPLSKey MIXER
public static final StandardIPLSKey DJMIXER
public static final StandardIPLSKey PRODUCER
public static final StandardIPLSKey ARRANGER
public static StandardIPLSKey[] values()
for (StandardIPLSKey c : StandardIPLSKey.values()) System.out.println(c);
public static StandardIPLSKey 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 getKey()
public static StandardIPLSKey get(String key)
public static boolean isKey(String key)
Copyright © 2005–2020 jthink.net. All rights reserved.