public enum LibraryColumns extends Enum<LibraryColumns>
Enum Constant and Description |
---|
COMMENT
Comment column.
|
FIELD_1
Field 1 column.
|
FIELD_2
Field 2 column.
|
PATCH_NAME
Patch name column.
|
SYNTH
Synth column.
|
TYPE
Type column.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static LibraryColumns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibraryColumns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibraryColumns SYNTH
public static final LibraryColumns TYPE
public static final LibraryColumns PATCH_NAME
public static final LibraryColumns FIELD_1
public static final LibraryColumns FIELD_2
public static final LibraryColumns COMMENT
public static LibraryColumns[] values()
for (LibraryColumns c : LibraryColumns.values()) System.out.println(c);
public static LibraryColumns 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 getName()
Copyright © 2014. All Rights Reserved.