public enum NdkLibraryType extends java.lang.Enum<NdkLibraryType>
| Modifier and Type | Method and Description |
|---|---|
static NdkLibraryType |
getByLowerCaseName(java.lang.String name) |
java.lang.String |
getFileExtension() |
java.lang.String |
getLowerCaseName() |
static NdkLibraryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NdkLibraryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NdkLibraryType Shared
public static final NdkLibraryType Static
public static NdkLibraryType[] values()
for (NdkLibraryType c : NdkLibraryType.values()) System.out.println(c);
public static NdkLibraryType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static NdkLibraryType getByLowerCaseName(java.lang.String name)
public java.lang.String getLowerCaseName()
public java.lang.String getFileExtension()