|
Download Sources | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||