Uses of Class
org.fusesource.hawtjni.runtime.FieldFlag
-
Packages that use FieldFlag Package Description org.fusesource.hawtjni.generator.model org.fusesource.hawtjni.runtime -
-
Uses of FieldFlag in org.fusesource.hawtjni.generator.model
Fields in org.fusesource.hawtjni.generator.model with type parameters of type FieldFlag Modifier and Type Field Description private java.util.HashSet<FieldFlag>
ReflectField. flags
Methods in org.fusesource.hawtjni.generator.model with parameters of type FieldFlag Modifier and Type Method Description boolean
JNIField. getFlag(FieldFlag flag)
boolean
ReflectField. getFlag(FieldFlag flag)
-
Uses of FieldFlag in org.fusesource.hawtjni.runtime
Methods in org.fusesource.hawtjni.runtime that return FieldFlag Modifier and Type Method Description FieldFlag[]
flags()
static FieldFlag
FieldFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FieldFlag[]
FieldFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-