Uses of Class
olg.csv.bean.parser.PrimitiveType

Packages that use PrimitiveType
olg.csv.bean.parser This package provides useful classes in parsing text to object. 
 

Uses of PrimitiveType in olg.csv.bean.parser
 

Methods in olg.csv.bean.parser that return PrimitiveType
static PrimitiveType PrimitiveType.getPrimitiveTypeByName(String name)
          Returns the enum value identify by its name.
static PrimitiveType PrimitiveType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrimitiveType[] PrimitiveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All rights reserved.