public static enum ArchiverProvider.LegacyArchiverType extends Enum<ArchiverProvider.LegacyArchiverType>
Enum Constant and Description |
---|
LLVM_LIB |
Modifier and Type | Method and Description |
---|---|
static ArchiverProvider.LegacyArchiverType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiverProvider.LegacyArchiverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchiverProvider.LegacyArchiverType LLVM_LIB
public static ArchiverProvider.LegacyArchiverType[] values()
for (ArchiverProvider.LegacyArchiverType c : ArchiverProvider.LegacyArchiverType.values()) System.out.println(c);
public static ArchiverProvider.LegacyArchiverType 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 null