Uses of Class
org.eclipse.net4j.util.ReflectUtil.PrimitiveType

Packages that use ReflectUtil.PrimitiveType
org.eclipse.net4j.util Utility classes. 
 

Uses of ReflectUtil.PrimitiveType in org.eclipse.net4j.util
 

Methods in org.eclipse.net4j.util that return ReflectUtil.PrimitiveType
static ReflectUtil.PrimitiveType ReflectUtil.PrimitiveType.forClass(Class<?> clazz)
           
static ReflectUtil.PrimitiveType ReflectUtil.PrimitiveType.valueOf(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.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.