java.lang.Object
jnr.ffi.Struct.Member
jnr.ffi.Struct.NumberField
jnr.ffi.Struct.EnumField<E>
jnr.ffi.Struct.Enum8<E>
- Type Parameters:
E- theEnumto translate to/from.
- Enclosing class:
- Struct
An 8 bit enum field.
-
Field Summary
Fields inherited from class jnr.ffi.Struct.EnumField
enumClassFields inherited from class jnr.ffi.Struct.NumberField
type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jnr.ffi.Struct.EnumField
toStringMethods inherited from class jnr.ffi.Struct.NumberField
byteValue, doubleValue, floatValue, getMemory, longValue, offset, shortValue, struct
-
Constructor Details
-
Enum8
Creates a new 8 bit enum field.- Parameters:
enumClass- the class of theEnum.
-
-
Method Details
-
get
Gets a java Enum value representing the native integer value.- Specified by:
getin classStruct.EnumField<E extends Enum<E>>- Returns:
- a java Enum value.
-
set
Sets the native integer value using a java Enum value.- Parameters:
value- the javaEnumvalue.
-
set
Description copied from class:Struct.NumberFieldSets the field to a new value.- Specified by:
setin classStruct.NumberField- Parameters:
value- The new value.
-
intValue
public final int intValue()Returns an integer representation of this enum field.- Specified by:
intValuein classStruct.NumberField- Returns:
- an integer value for this enum field.
-