Uses of Class
org.eclipse.net4j.util.ReflectUtil.PrimitiveType
- 
Packages that use ReflectUtil.PrimitiveType Package Description org.eclipse.net4j.util Utility classes.
- 
- 
Uses of ReflectUtil.PrimitiveType in org.eclipse.net4j.utilMethods in org.eclipse.net4j.util that return ReflectUtil.PrimitiveType Modifier and Type Method Description static ReflectUtil.PrimitiveTypeReflectUtil.PrimitiveType. forClass(java.lang.Class<?> clazz)static ReflectUtil.PrimitiveTypeReflectUtil.PrimitiveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReflectUtil.PrimitiveType[]ReflectUtil.PrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-