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