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