Download Sources

Uses of Package
com.liguorien.flex.generator.utils

Packages that use com.liguorien.flex.generator.utils
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. 
com.liguorien.flex.generator.writers Provides interfaces for writer types. 
com.liguorien.flex.generator.writers.as3 Provides ClassWriter for AS3 code generation. 
com.liguorien.flex.generator.writers.dom4j Provides ClassWriter for dom4j code generation. 
 

Classes in com.liguorien.flex.generator.utils used by com.liguorien.flex.generator
ClassType
          Defines possible type of generated classes.
GeneratorContext
           
LazyMode
          Represents the four possible lazy modes for a property.
OutputMode
          Used to define different output modes available to the FlexModelGenerator
 

Classes in com.liguorien.flex.generator.utils used by com.liguorien.flex.generator.handlers
ClassType
          Defines possible type of generated classes.
 

Classes in com.liguorien.flex.generator.utils used by com.liguorien.flex.generator.utils
ClassType
          Defines possible type of generated classes.
LazyMode
          Represents the four possible lazy modes for a property.
NodeType
          Used to define the way to access a property on a XML element.
OutputMode
          Used to define different output modes available to the FlexModelGenerator
TransientMode
           
 

Classes in com.liguorien.flex.generator.utils used by com.liguorien.flex.generator.writers
NodeType
          Used to define the way to access a property on a XML element.
 

Classes in com.liguorien.flex.generator.utils used by com.liguorien.flex.generator.writers.as3
NodeType
          Used to define the way to access a property on a XML element.
 

Classes in com.liguorien.flex.generator.utils used by com.liguorien.flex.generator.writers.dom4j
NodeType
          Used to define the way to access a property on a XML element.
 


FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.