| Package | Description |
|---|---|
| org.jibx.schema.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassHolder
Information for a class to be included in code generated from schema.
|
class |
EnumerationClassHolder
Information for an enumeration class to be included in code generated from schema.
|
class |
StructureClassHolder
Information for a data class to be included in code generated from schema.
|
| Modifier and Type | Method and Description |
|---|---|
TypeData |
GroupItem.getGenerateClass()
Get information for class to be generated.
|
TypeData |
DefinitionItem.getGenerateClass()
Get information for class to be generated.
|
TypeData |
ClassHolder.getSuperClass()
Get base class to be extended.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageHolder.generate(boolean verbose,
TypeData clasdata,
org.eclipse.jdt.core.dom.AST ast)
Generate a specific class within this package.
|
void |
GroupItem.setGenerateClass(TypeData clas)
Set information for class to be generated.
|
void |
ClassHolder.setSuperClass(TypeData sclas)
Set superclass to be extended.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.