Annotation Interface CEnumConstant
Provides additional properties for a field (i.e., an enumeration value) of Java enumeration
annotated with
CEnum
.- Since:
- 19.0
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Specifies whether the annotated enumeration value is returned by the lookup method annotated withCEnumLookup
.Specifies the name of the imported C enum constant.
-
Element Details
-
value
String valueSpecifies the name of the imported C enum constant.- Since:
- 19.0
- Default:
""
-
includeInLookup
boolean includeInLookupSpecifies whether the annotated enumeration value is returned by the lookup method annotated withCEnumLookup
.- Since:
- 19.0
- Default:
true
-