Download Sources

Uses of Class
com.liguorien.flex.generator.utils.ClassType

Packages that use ClassType
com.liguorien.flex.generator Provides annotations and the generator class. 
com.liguorien.flex.generator.handlers Provides handlers for the generator. 
com.liguorien.flex.generator.utils Provides utility classes and enums. 
 

Uses of ClassType in com.liguorien.flex.generator
 

Methods in com.liguorien.flex.generator with parameters of type ClassType
 void FlexGenerator.setPackage(ClassType type, java.lang.String path)
          Set the destination package for a given ClassType.
 

Uses of ClassType in com.liguorien.flex.generator.handlers
 

Methods in com.liguorien.flex.generator.handlers that return ClassType
 ClassType FlexModelHandler.getClassType()
           
 ClassType FlexModelBuilderHandler.getClassType()
           
 ClassType FlexGeneratorHandler.getClassType()
          Return the type of generated class of this handler.
 ClassType Dom4jBuilderHandler.getClassType()
           
abstract  ClassType AbstractGeneratorHandler.getClassType()
          Get the ClassType for this handler.
 

Uses of ClassType in com.liguorien.flex.generator.utils
 

Methods in com.liguorien.flex.generator.utils that return ClassType
static ClassType ClassType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClassType[] ClassType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.