Package jnr.ffi
Class Struct.EnumField<E>
java.lang.Object
jnr.ffi.Struct.Member
jnr.ffi.Struct.NumberField
jnr.ffi.Struct.EnumField<E>
- Type Parameters:
E
- the type ofEnum
- Direct Known Subclasses:
Struct.Enum16
,Struct.Enum32
,Struct.Enum64
,Struct.Enum8
,Struct.EnumLong
- Enclosing class:
Struct
Base for all the Enum fields.
-
Field Summary
FieldsFields inherited from class jnr.ffi.Struct.NumberField
type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jnr.ffi.Struct.NumberField
byteValue, doubleValue, floatValue, getMemory, intValue, longValue, offset, set, shortValue, struct
-
Field Details
-
enumClass
-
-
Constructor Details
-
EnumField
Constructs a new Enum field.- Parameters:
type
- the native type of the enum.enumClass
- the Enum class.
-
-
Method Details
-
get
Gets a java Enum value representing the native integer value.- Returns:
- a java Enum value.
-
toString
Returns a string representation of this field.- Overrides:
toString
in classStruct.NumberField
- Returns:
- a string representation of this field.
-