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(java.lang.Class<?> clazz)
          Returns the enum literal belonging to the given primitive class (or null).
static EJavaPrimitive EJavaPrimitive.getForPrimitiveOrWrapperClass(java.lang.Class<?> clazz)
          Returns the enum literal belonging to the given primitive or wrapper class (or null).
static EJavaPrimitive EJavaPrimitive.getForWrapperClass(java.lang.Class<?> clazz)
          Returns the enum literal belonging to the given wrapper class (or null).
static EJavaPrimitive EJavaPrimitive.getPrimitive(java.lang.String name)
          Get primitive by name.
static EJavaPrimitive EJavaPrimitive.getPrimitiveIgnoreCase(java.lang.String name)
          Get primitive by name ignoring case.
static EJavaPrimitive EJavaPrimitive.valueOf(java.lang.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