|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
N
- the type of native values associated with the enumpublic interface NativeEnum<N extends NSObject>
An interface for Enumerations that derive their actual values from native code. e.g. many header files contain groups of related String or Integer constants that have may be passed into the APIs defined in the header.
Nested Class Summary | |
---|---|
static class |
NativeEnum.Resolver
Given a native value, resolve the corresponding enum entry. |
Method Summary | |
---|---|
N |
getNativeValue()
Get the native value associated with this enum value |
Method Detail |
---|
N getNativeValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |