| Package | Description |
|---|---|
| com.adgear.anoa.test.nested |
| Modifier and Type | Method and Description |
|---|---|
Enum.NativeImpl |
Enum.NativeImpl.get() |
static Enum.NativeImpl |
Enum.nativeImpl(CharSequence str)
Returns enum instance for the given label, defaults to first enum value.
|
static Enum.NativeImpl |
Enum.nativeImpl(Enum<?> instance)
Returns enum instance for the given Enum.
|
static Enum.NativeImpl |
Enum.nativeImpl(int ordinal)
Returns enum instance for the given ordinal, defaults to first enum value.
|
static Enum.NativeImpl |
Enum.NativeImpl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enum.NativeImpl[] |
Enum.NativeImpl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.