Uses of Class
flexjson.BasicType

Packages that use BasicType
flexjson   
 

Uses of BasicType in flexjson
 

Methods in flexjson that return BasicType
 BasicType TypeContext.getBasicType()
           
static BasicType BasicType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BasicType[] BasicType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flexjson with parameters of type BasicType
 void TypeContext.setBasicType(BasicType basicType)
           
 

Constructors in flexjson with parameters of type BasicType
TypeContext(BasicType basicType)
           
 



Copyright © 2014. All Rights Reserved.