Uses of Class
org.cakelab.blender.typemap.JavaType.JKind
-
Packages that use JavaType.JKind Package Description org.cakelab.blender.typemap -
-
Uses of JavaType.JKind in org.cakelab.blender.typemap
Methods in org.cakelab.blender.typemap that return JavaType.JKind Modifier and Type Method Description JavaType.JKind
JavaType. getKind()
static JavaType.JKind
JavaType.JKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JavaType.JKind[]
JavaType.JKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-