Uses of Class
org.fusesource.hawtjni.runtime.ClassFlag

Packages that use ClassFlag
org.fusesource.hawtjni.generator.model   
org.fusesource.hawtjni.runtime   
 

Uses of ClassFlag in org.fusesource.hawtjni.generator.model
 

Methods in org.fusesource.hawtjni.generator.model with parameters of type ClassFlag
 boolean ReflectClass.getFlag(ClassFlag flag)
           
 boolean JNIClass.getFlag(ClassFlag flag)
           
 

Uses of ClassFlag in org.fusesource.hawtjni.runtime
 

Methods in org.fusesource.hawtjni.runtime that return ClassFlag
static ClassFlag ClassFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClassFlag[] ClassFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.