Download Sources

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

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

Uses of OutputMode in com.liguorien.flex.generator
 

Methods in com.liguorien.flex.generator that return OutputMode
 OutputMode FlexGenerator.getOutputMode()
          Return the current output mode.
 

Methods in com.liguorien.flex.generator with parameters of type OutputMode
 void FlexGenerator.setOutputMode(OutputMode outputMode)
          Set the output mode that will be used by the generator.
 

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

Methods in com.liguorien.flex.generator.utils that return OutputMode
static OutputMode OutputMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OutputMode[] OutputMode.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.