TUM CCSM Commons

Uses of Class
edu.tum.cs.commons.reflect.EJavaPrimitive

Packages that use EJavaPrimitive
edu.tum.cs.commons.reflect Utilities for reflection. 
 

Uses of EJavaPrimitive in edu.tum.cs.commons.reflect
 

Methods in edu.tum.cs.commons.reflect that return EJavaPrimitive
static EJavaPrimitive EJavaPrimitive.getForPrimitiveClass(Class<?> clazz)
          Returns the enum literal belonging to the given primitive class (or null).
static EJavaPrimitive EJavaPrimitive.getForPrimitiveOrWrapperClass(Class<?> clazz)
          Returns the enum literal belonging to the given primitive or wrapper class (or null).
static EJavaPrimitive EJavaPrimitive.getForWrapperClass(Class<?> clazz)
          Returns the enum literal belonging to the given wrapper class (or null).
static EJavaPrimitive EJavaPrimitive.getPrimitive(String name)
          Get primitive by name.
static EJavaPrimitive EJavaPrimitive.getPrimitiveIgnoreCase(String name)
          Get primitive by name ignoring case.
static EJavaPrimitive EJavaPrimitive.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EJavaPrimitive[] EJavaPrimitive.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7