Alphabetical Index

A B C D E F G H I J K L M N O P R S T U V W X

A

AbstractJDOMGenerator - class org.codehaus.modello.plugin.jdom.AbstractJDOMGenerator
AbstractMetadataPlugin - class org.codehaus.modello.metadata.AbstractMetadataPlugin
AbstractModelloCore - class org.codehaus.modello.core.AbstractModelloCore
AbstractModelloGenerator - class org.codehaus.modello.plugin.AbstractModelloGenerator
AbstractModelloGeneratorTest(String) - constructor for class org.codehaus.modello.AbstractModelloGeneratorTest
AbstractModelloTest - class org.codehaus.modello.AbstractModelloTest
AbstractPluginManager - class org.codehaus.modello.plugin.AbstractPluginManager
AbstractRegistryGenerator - class org.codehaus.modello.plugin.registry.AbstractRegistryGenerator
AbstractStaxGenerator - class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
AbstractVelocityModelloGenerator - class org.codehaus.modello.plugin.store.AbstractVelocityModelloGenerator
AbstractXmlGenerator - class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
AbstractXpp3Generator - class org.codehaus.modello.plugin.xpp3.AbstractXpp3Generator
add(String) - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Adds the given statement to this JSourceCode.
add(String,short) - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Adds the given statement to this JSourceCode.
addClass(org.codehaus.modello.model.ModelClass) - method in class org.codehaus.modello.model.Model
addClass(org.codehaus.modello.plugin.java.javasource.JClass) - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Adds a JClass which should be printed in this file.
addClassPathFile(File) - method in class org.codehaus.modello.AbstractModelloGeneratorTest
addCodeSegment(org.codehaus.modello.model.CodeSegment) - method in class org.codehaus.modello.model.ModelClass
addCodeSegment(org.codehaus.modello.model.CodeSegment) - method in class org.codehaus.modello.model.ModelInterface
addConstructor(org.codehaus.modello.plugin.java.javasource.JConstructor) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Adds the given Constructor to this classes list of constructors.
addDeclaringClass(org.codehaus.modello.plugin.java.javasource.JClass) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Adds the given JClass to the set of classes that contain this method.
addDefault(org.codehaus.modello.model.ModelDefault) - method in class org.codehaus.modello.model.Model
addDescriptor(org.codehaus.modello.plugin.java.javasource.JDocDescriptor) - method in class org.codehaus.modello.plugin.java.javasource.JDocComment
Adds the given JDocDescriptor to this JDocComment
addException(org.codehaus.modello.plugin.java.javasource.JClass) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Adds the given Exception to this Method's throws clause.
addException(org.codehaus.modello.plugin.java.javasource.JClass) - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Adds the given Exception to this JMethodSignature's throws clause.
addField(org.codehaus.modello.model.ModelField) - method in class org.codehaus.modello.model.ModelClass
addField(org.codehaus.modello.plugin.java.javasource.JField) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Adds the given JField to this JClass
addField(org.codehaus.modello.plugin.java.javasource.JField) - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Adds the given JField to this JStructure.
addIndented(String) - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Adds the given statement to this JSourceCode.
addInterface(org.codehaus.modello.model.ModelInterface) - method in class org.codehaus.modello.model.Model
addInterface(org.codehaus.modello.plugin.java.javasource.JInterface) - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Adds a JInterface which should be printed in this file.
addInterface(String) - method in class org.codehaus.modello.model.ModelClass
addMember(org.codehaus.modello.plugin.java.javasource.JMember) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Adds the given JMember to this JClass
addMember(org.codehaus.modello.plugin.java.javasource.JMember) - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Adds the given JMember to this JStructure.
addMetadata(org.codehaus.modello.metadata.Metadata) - method in class org.codehaus.modello.model.BaseElement
addMethod(org.codehaus.modello.plugin.java.javasource.JMethod) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Adds the given JMethod to this JClass
addMethod(org.codehaus.modello.plugin.java.javasource.JMethod,boolean) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Adds the given JMethod to this JClass
addMethod(org.codehaus.modello.plugin.java.javasource.JMethodSignature) - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Adds the given JMethodSignature to this JClass
addMethods(org.codehaus.modello.plugin.java.javasource.JMethod[]) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Adds the given array of JMethods to this JClass
addParameter(org.codehaus.modello.plugin.java.javasource.JParameter) - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
Adds the given parameter to this Methods list of parameters
addParameter(org.codehaus.modello.plugin.java.javasource.JParameter) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Adds the given parameter to this JMethod's list of parameters.
addParameter(org.codehaus.modello.plugin.java.javasource.JParameter) - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Adds the given parameter to this JMethodSignature's list of parameters.
addSourceCode(String) - method in class org.codehaus.modello.plugin.java.javasource.JClass
addStructure(org.codehaus.modello.plugin.java.javasource.JStructure) - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Adds the given JStructure (either a JInterface or a JClass) to this JCompUnit.
ALL_VERSIONS - static field in class org.codehaus.modello.ModelloParameterConstants
append(String) - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Appends the given String to the last line in this JSourceCode
appendComment(String) - method in class org.codehaus.modello.plugin.java.javasource.JComment
Appends the comment String to this JDocComment
appendComment(String) - method in class org.codehaus.modello.plugin.java.javasource.JDocComment
Appends the comment String to this JDocComment
assertField(String,String,Object,Object) - static method in class org.codehaus.modello.verifier.Verifier
assertField(String,String,Object,Object) - static method in class org.codehaus.modello.verifier.VerifierTestCase
AssociationMetadata - interface org.codehaus.modello.metadata.AssociationMetadata
AUTHOR - static field in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
The author descriptor
AUTO_STYLE - static field in class org.codehaus.modello.plugin.java.javasource.JComment
The auto style, allows this JComment to automatically choose a style for this comment

B

BaseElement - class org.codehaus.modello.model.BaseElement
This is the base class for all elements of the model.
BaseElement(boolean) - constructor for class org.codehaus.modello.model.BaseElement
BaseElement(boolean,String) - constructor for class org.codehaus.modello.model.BaseElement
BLOCK_STYLE - static field in class org.codehaus.modello.plugin.java.javasource.JComment
The block comment style: \/* *\/
Boolean - static field in class org.codehaus.modello.plugin.java.javasource.JType
BOOLEANS - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
Byte - static field in class org.codehaus.modello.plugin.java.javasource.JType

C

capitalise(String) - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
capitalise(String) - method in class org.codehaus.modello.plugin.store.tool.JavaTool
changePackage(String) - method in class org.codehaus.modello.plugin.java.javasource.JType
Allows subtypes, such as JClass to alter the package to which this JType belongs
Char - static field in class org.codehaus.modello.plugin.java.javasource.JType
CHECK_DEPRECATION - static field in class org.codehaus.modello.model.ModelDefault
CHECK_DEPRECATION_VALUE - static field in class org.codehaus.modello.model.ModelDefault
ClassMetadata - interface org.codehaus.modello.metadata.ClassMetadata
clear() - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Clears all the code statements from this JSourceCode
close() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
CodeSegment - class org.codehaus.modello.model.CodeSegment
CodeSegment() - constructor for class org.codehaus.modello.model.CodeSegment
COLUMN - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
COLUMN_PREFIX - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
compareTo(Object) - method in class org.codehaus.modello.model.Version
compareTo(org.codehaus.modello.plugin.java.javasource.JDocDescriptor) - method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Compares the type of this JDocDescriptor with the given descriptor.
compile(File,File) - method in class org.codehaus.modello.AbstractModelloGeneratorTest
COMPOSITOR - static field in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
COMPOSITOR_ALL - static field in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
COMPOSITOR_SEQUENCE - static field in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
CONSTRUCTOR_INIT - static field in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
ConverterGenerator - class org.codehaus.modello.plugin.converters.ConverterGenerator
Generate a basic conversion class between two versions of a model.
copy() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Creates a copy of this JModifiers
copyInto(org.codehaus.modello.plugin.java.javasource.JSourceCode) - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Copies the contents of this JSourceCode into the given JSourceCode
createArray() - method in class org.codehaus.modello.plugin.java.javasource.JType
Creates a JType Object representing an array of the current JType.
createAuthorDesc() - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new author descriptor
createAuthorDesc(String) - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new author descriptor
createConstructor() - method in class org.codehaus.modello.plugin.java.javasource.JClass
Creates a new JConstructor and adds it to this JClass.
createConstructor(org.codehaus.modello.plugin.java.javasource.JParameter[]) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Creates a new JConstructor and adds it to this JClass.
createExceptionDesc() - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new exception descriptor
createExceptionDesc(String,String) - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new exception descriptor
createInnerClass(String) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Creates and returns an inner-class for this JClass
createParamDesc() - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new param descriptor
createParamDesc(String,String) - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new param descriptor
createParameters() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
Creates a Properties objects.
createReferenceDesc() - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new reference descriptor
createReferenceDesc(String) - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new reference descriptor
createReturnDesc() - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new return descriptor
createReturnDesc(String) - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new return descriptor
createVersionDesc() - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new version descriptor
createVersionDesc(String) - static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Creates a new version descriptor
customizeParameters(Properties) - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
Override this method to customize the values in the properties set.
customizeParameters(Properties) - method in class org.codehaus.modello.maven.ModelloJPoxJdoMappingMojo
customizeParameters(Properties) - method in class org.codehaus.modello.maven.ModelloXdocMojo
customizeParameters(Properties) - method in class org.codehaus.modello.maven.ModelloXsdMojo
Override this method to customize the values in the properties set.

D

DEFAULT_CHAR - static field in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
The default character to use for indentation
DEFAULT_SIZE - static field in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
The default indentation size
DEFAULT_VERSION - static field in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
The default version string
DefaultModelloCore - class org.codehaus.modello.core.DefaultModelloCore
DEPENDENT - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
DETACHABLE - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
Dom4jReaderGenerator - class org.codehaus.modello.plugin.dom4j.Dom4jReaderGenerator
Generator that reads a model using dom4j.
Dom4jWriterGenerator - class org.codehaus.modello.plugin.dom4j.Dom4jWriterGenerator
Generate a writer that uses Dom4J.
Double - static field in class org.codehaus.modello.plugin.java.javasource.JType
DummyIdModelField - class org.codehaus.modello.plugin.stax.DummyIdModelField

E

ENABLED - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
ENCODING - static field in class org.codehaus.modello.ModelloParameterConstants
equals(Object) - method in class org.codehaus.modello.model.BaseElement
equals(Object) - method in class org.codehaus.modello.model.ModelClass
equals(Object) - method in class org.codehaus.modello.model.Version
equals(Object) - method in class org.codehaus.modello.model.VersionRange
ERROR - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
EXCEPTION - static field in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
The exception descriptor (exception)
execute() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
execute() - method in class org.codehaus.modello.maven.ModelloGenerateMojo
EXPLODE_MODE - static field in class org.codehaus.modello.plugins.xml.XmlAssociationMetadata

F

fail(String) - method in class org.codehaus.modello.plugin.store.tool.JavaTool
FETCH_GROUPS - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
FIELD_INIT - static field in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
FieldMetadata - interface org.codehaus.modello.metadata.FieldMetadata
FILENAME - static field in class org.codehaus.modello.ModelloParameterConstants
FIRST_VERSION - static field in class org.codehaus.modello.ModelloParameterConstants
Float - static field in class org.codehaus.modello.plugin.java.javasource.JType
flush() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
FOREIGN_KEY_ACTIONS - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
FOREIGN_KEY_DEFERRED - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
FOREIGN_KEY_DELETE_ACTION - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
FOREIGN_KEY_UPDATE_ACTION - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin

G

generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.converters.ConverterGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.dom4j.Dom4jReaderGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.dom4j.Dom4jWriterGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.java.JavaModelloGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.jdom.JDOMWriterGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.jpox.JPoxStoreModelloGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.ModelloGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.registry.RegistryReaderGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.registry.RegistryWriterGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.stax.StaxReaderGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.stax.StaxWriterGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.store.StoreModelloGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.xdoc.XdocGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.xpp3.Xpp3ReaderGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.xpp3.Xpp3WriterGenerator
generate(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.xsd.XsdGenerator
generate(Reader,String,Properties) - method in class org.codehaus.modello.Modello
GeneratorPluginManager - interface org.codehaus.modello.core.GeneratorPluginManager
get(int) - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Returns the Object at the given index.
get(String) - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Returns the Object associated with the given name.
getAlias() - method in class org.codehaus.modello.model.ModelField
getAllClasses() - method in class org.codehaus.modello.model.Model
getAllCodeSegments() - method in class org.codehaus.modello.model.ModelClass
getAllCodeSegments() - method in class org.codehaus.modello.model.ModelInterface
getAllFields() - method in class org.codehaus.modello.model.ModelClass
Returns the list of all fields in this class.
getAllFields(boolean) - method in class org.codehaus.modello.model.ModelClass
Returns all the fields in this class and all super classes if withInheritedField equals to true.
getAllFields(org.codehaus.modello.model.Version,boolean) - method in class org.codehaus.modello.model.ModelClass
getAllInterfaces() - method in class org.codehaus.modello.model.Model
getAssociationMetadata(org.codehaus.modello.model.ModelAssociation,Map) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
getAssociationMetadata(org.codehaus.modello.model.ModelAssociation,Map) - method in class org.codehaus.modello.plugin.store.metadata.StoreMetadataPlugin
getAssociationMetadata(org.codehaus.modello.model.ModelAssociation,Map) - method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
getAssociationMetadata(String) - method in class org.codehaus.modello.model.ModelAssociation
getAssociationTagName() - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
Return the child attribute fields of this class.
getAttributesForClass(org.codehaus.modello.model.ModelClass) - method in class org.codehaus.modello.core.io.ModelReader
getAttributesForField(org.codehaus.modello.model.ModelField) - method in class org.codehaus.modello.core.io.ModelReader
getAttributesForModel() - method in class org.codehaus.modello.core.io.ModelReader
getBasedir() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
getBoolean() - method in class org.codehaus.modello.model.ModelDefault
getBoolean(Map,String,boolean) - method in class org.codehaus.modello.metadata.AbstractMetadataPlugin
getClass(String,org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Model
getClass(String,org.codehaus.modello.model.VersionRange) - method in class org.codehaus.modello.model.Model
getClasses(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Model
getClassMetadata(org.codehaus.modello.model.ModelClass,Map) - method in class org.codehaus.modello.plugin.java.JavaMetadataPlugin
getClassMetadata(org.codehaus.modello.model.ModelClass,Map) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
getClassMetadata(org.codehaus.modello.model.ModelClass,Map) - method in class org.codehaus.modello.metadata.MetadataPlugin
getClassMetadata(org.codehaus.modello.model.ModelClass,Map) - method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
getClassMetadata(org.codehaus.modello.model.ModelClass,Map) - method in class org.codehaus.modello.plugin.store.metadata.StoreMetadataPlugin
getClassMetadata(org.codehaus.modello.model.ModelClass,Map) - method in class org.codehaus.modello.plugins.xml.XmlMetadataPlugin
getClassMetadata(org.codehaus.modello.model.ModelClass,Map) - method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
getClassName() - method in class org.codehaus.modello.verifier.NotEqualsVerifierException
getClassName() - method in class org.codehaus.modello.verifier.WrongObjectTypeVerifierException
getClassName() - method in class org.codehaus.modello.verifier.WrongReturnTypeVerifierException
getClasspath() - method in class org.codehaus.modello.AbstractModelloGeneratorTest
getClassPathElements() - method in class org.codehaus.modello.AbstractModelloGeneratorTest
getCode() - method in class org.codehaus.modello.model.CodeSegment
getCodeSegments(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.ModelClass
getCodeSegments(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.ModelInterface
getCodeSegments(org.codehaus.modello.model.VersionRange) - method in class org.codehaus.modello.model.ModelClass
getColumnName() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getColumnPrefix() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
getColumnPrefix() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
getComment() - method in class org.codehaus.modello.model.BaseElement
getComment() - method in class org.codehaus.modello.plugin.java.javasource.JDocComment
Returns the String value of this JDocComment.
getComment() - method in class org.codehaus.modello.plugin.java.javasource.JField
Returns the comment describing this member.
getComponentType() - method in class org.codehaus.modello.plugin.java.javasource.JType
If this JType is an array this method will returns the component type of the array, otherwise null will be returned.
getCompositor() - method in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
getConstructor(int) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Returns the constructor at the specified index.
getConstructors() - method in class org.codehaus.modello.plugin.java.javasource.JClass
Returns the an array of the JConstructors contained within this JClass
getContentField(List) - method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
getDeclaringClass() - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
Returns the class in which this JMember has been declared
getDeclaringClass() - method in class org.codehaus.modello.plugin.java.javasource.JField
Returns the class in which this JField has been declared
getDefault(String) - method in class org.codehaus.modello.model.Model
getDefault(String) - static method in class org.codehaus.modello.model.ModelDefault
getDefaults() - method in class org.codehaus.modello.model.Model
getDefaultValue() - method in class org.codehaus.modello.model.ModelField
getDeprecatedVersion() - method in class org.codehaus.modello.model.BaseElement
getDescription() - method in class org.codehaus.modello.model.BaseElement
getDescription() - method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Returns the description String for this descriptor
getDescriptors() - method in class org.codehaus.modello.plugin.java.javasource.JDocComment
Returns an enumeration of the parameters of this JDocComment
getEncoding() - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
getEnumString(Map,String,String[],String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
getExceptions() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the exceptions that this JMember throws.
getExceptions() - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Returns the exceptions that this JMethodSignature lists in it's throws clause.
getFetchGroupNames() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getField(String) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Returns the member with the given name, or null if no member was found with the given name
getField(String) - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Returns the field with the given name, or null if no field was found with the given name.
getField(String,org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.ModelClass
getField(String,org.codehaus.modello.model.VersionRange) - method in class org.codehaus.modello.model.ModelClass
getFieldMetadata(org.codehaus.modello.model.ModelField,Map) - method in class org.codehaus.modello.plugin.java.JavaMetadataPlugin
getFieldMetadata(org.codehaus.modello.model.ModelField,Map) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
getFieldMetadata(org.codehaus.modello.model.ModelField,Map) - method in class org.codehaus.modello.metadata.MetadataPlugin
getFieldMetadata(org.codehaus.modello.model.ModelField,Map) - method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
getFieldMetadata(org.codehaus.modello.model.ModelField,Map) - method in class org.codehaus.modello.plugin.store.metadata.StoreMetadataPlugin
getFieldMetadata(org.codehaus.modello.model.ModelField,Map) - method in class org.codehaus.modello.plugins.xml.XmlMetadataPlugin
getFieldMetadata(org.codehaus.modello.model.ModelField,Map) - method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
getFieldName() - method in class org.codehaus.modello.verifier.NotEqualsVerifierException
getFieldName() - method in class org.codehaus.modello.verifier.WrongObjectTypeVerifierException
getFieldName() - method in class org.codehaus.modello.verifier.WrongReturnTypeVerifierException
getFields() - method in class org.codehaus.modello.plugin.java.javasource.JClass
Returns an array of all the JFields of this JClass
getFields() - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Returns an array of all the JFields of this JStructure
getFields(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.ModelClass
Returns the list of all fields in this class for a specific version.
Return the child fields of this class.
getFileName(String) - method in class org.codehaus.modello.plugin.jdom.AbstractJDOMGenerator
getFileName(String) - method in class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
getFileName(String) - method in class org.codehaus.modello.plugin.xpp3.AbstractXpp3Generator
getFileName(String) - method in class org.codehaus.modello.plugin.dom4j.Dom4jReaderGenerator
getFileName(String) - method in class org.codehaus.modello.plugin.dom4j.Dom4jWriterGenerator
getFilename(String) - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Returns the name of the file that this JCompUnit would be printed as, given a call to #print.
getFirstVersion() - method in class org.codehaus.modello.maven.ModelloXdocMojo
getForeignKeyDeferred() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getForeignKeyDeleteAction() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getForeignKeyUpdateAction() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getFormat() - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
getFromVersion() - method in class org.codehaus.modello.model.VersionRange
getGeneratedSources() - method in class org.codehaus.modello.AbstractModelloGeneratorTest
getGeneratedVersion() - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
getGeneratorPlugin(String) - method in class org.codehaus.modello.core.DefaultGeneratorPluginManager
getGeneratorPlugin(String) - method in class org.codehaus.modello.core.GeneratorPluginManager
getGeneratorType() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloConvertersMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloDom4jReaderMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloDom4jWriterMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloGenerateMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloJavaMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloJDOMWriterMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloJPoxJdoMappingMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloJPoxMetadataClassMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloJPoxStoreMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloPlexusRegistryReaderMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloPlexusRegistryWriterMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloStaxReaderMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloStaxWriterMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloXdocMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloXpp3ReaderMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloXpp3WriterMojo
getGeneratorType() - method in class org.codehaus.modello.maven.ModelloXsdMojo
getId() - method in class org.codehaus.modello.model.Model
getIdentifierFields(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.ModelClass
getIdentityClass() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
getIdentityType() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
getImports() - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
returns a array of String containing all import classes/packages, also imports within the same package of this object.
getIndentChar() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
getIndentLevel() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
getIndentSize() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Returns the current indent size (getIndentLevel()*tabSize);
getIndexed() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getInitializationMode() - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
getInitString() - method in class org.codehaus.modello.plugin.java.javasource.JField
Returns the initialization String for this JField
getInnerClasses() - method in class org.codehaus.modello.plugin.java.javasource.JClass
Returns an array of JClass (the inner classes) contained within this JClass.
getInterface(String,org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Model
getInterface(String,org.codehaus.modello.model.VersionRange) - method in class org.codehaus.modello.model.Model
getInterfaceName() - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
getInterfaces() - method in class org.codehaus.modello.model.ModelClass
Returns the list of all interfaces of this class.
getInterfaces(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Model
getJDocComment() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the JDocComment describing this member.
getJDocComment() - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Returns the JDocComment describing this JMethodSignature
getJoinTableName() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getKey() - method in class org.codehaus.modello.model.ModelDefault
getKeyType() - method in class org.codehaus.modello.plugin.store.metadata.StoreAssociationMetadata
getKeywordSourceList(String) - method in class org.codehaus.modello.db.SQLReservedWords
Obtain the list of SQLReservedWords.KeywordSource objects that the specified (potential) keyword (might) belong to.
getKeywordSourceString(String) - method in class org.codehaus.modello.db.SQLReservedWords
Obtain the comma delimited string of keyword sources that the specified (potential) word (might) belong to.
getLength() - method in class org.codehaus.modello.plugin.java.javasource.JDocComment
Returns the length of the comment
getLineSeparator() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Returns the line separator being used by this JSourceWriter
getListStyle() - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
getLocalName() - method in class org.codehaus.modello.plugin.java.javasource.JType
getMajor() - method in class org.codehaus.modello.model.Version
getMappedBy() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getMapStyle() - method in class org.codehaus.modello.plugins.xml.XmlAssociationMetadata
getMaxSize() - method in class org.codehaus.modello.plugin.store.metadata.StoreFieldMetadata
getMetadata(Class,String) - method in class org.codehaus.modello.model.BaseElement
getMetadata(String) - method in class org.codehaus.modello.model.Model
getMetadata(String) - method in class org.codehaus.modello.model.ModelClass
getMetadata(String) - method in class org.codehaus.modello.model.ModelField
getMetadataPlugin(String) - method in class org.codehaus.modello.core.DefaultMetadataPluginManager
getMetadataPlugin(String) - method in class org.codehaus.modello.core.MetadataPluginManager
getMetadataPluginManager() - method in class org.codehaus.modello.core.DefaultModelloCore
getMetadataPluginManager() - method in class org.codehaus.modello.core.ModelloCore
getMethod(int) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Returns the JMethod located at the specified index
getMethod(int) - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Returns the JMethodSignature at the given index.
getMethod(String,int) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Returns the first occurance of the method with the given name, starting from the specified index.
getMethod(String,int) - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Returns the JMethodSignature with the given name, and occuring at or after the given starting index.
getMethods() - method in class org.codehaus.modello.plugin.java.javasource.JClass
Returns an array of all the JMethods of this JClass
getMethods() - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Returns an array of all the JMethodSignatures of this JInterface.
getMicro() - method in class org.codehaus.modello.model.Version
getMinor() - method in class org.codehaus.modello.model.Version
getModel() - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
getModel() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
getModel() - method in class org.codehaus.modello.model.ModelClass
getModelClass() - method in class org.codehaus.modello.model.ModelField
getModelloCore() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
getModelloVersion() - method in class org.codehaus.modello.AbstractModelloGeneratorTest
getModelMetadata(org.codehaus.modello.model.Model,Map) - method in class org.codehaus.modello.plugin.java.JavaMetadataPlugin
getModelMetadata(org.codehaus.modello.model.Model,Map) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
getModelMetadata(org.codehaus.modello.model.Model,Map) - method in class org.codehaus.modello.metadata.MetadataPlugin
getModelMetadata(org.codehaus.modello.model.Model,Map) - method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
getModelMetadata(org.codehaus.modello.model.Model,Map) - method in class org.codehaus.modello.plugin.store.metadata.StoreMetadataPlugin
getModelMetadata(org.codehaus.modello.model.Model,Map) - method in class org.codehaus.modello.plugins.xml.XmlMetadataPlugin
getModelMetadata(org.codehaus.modello.model.Model,Map) - method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
getModels() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
getModifiers() - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
Returns the modifiers for this JConstructor
getModifiers() - method in class org.codehaus.modello.plugin.java.javasource.JField
Returns the modifiers for this JField
getModifiers() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the modifiers for this JMember.
getModifiers() - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Returns the modifiers for this JMethodSignature.
getMultiplicity() - method in class org.codehaus.modello.model.ModelAssociation
getName() - method in class org.codehaus.modello.AbstractModelloGeneratorTest
getName() - method in class org.codehaus.modello.model.BaseElement
getName() - method in class org.codehaus.modello.plugin.stax.DummyIdModelField
getName() - method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Returns the name of the object being described.
getName() - method in class org.codehaus.modello.plugin.java.javasource.JField
Returns the name of this JField
getName() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the name of this JMember.
getName() - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Returns the name of the method.
getName() - method in class org.codehaus.modello.plugin.java.javasource.JParameter
Returns the name of the parameter
getName() - method in class org.codehaus.modello.plugin.java.javasource.JType
getName() - method in class org.codehaus.modello.db.SQLReservedWords.KeywordSource
getNameByObject(Object) - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Returns the name associated with the given Object
getNames() - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Return a Vector of names
getNamespace() - method in class org.codehaus.modello.plugins.xml.XmlClassMetadata
getNamespace() - method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
getNotPersisted() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
getNullValue() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getObjects() - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Return a Vector of Objects
getOutputDirectory() - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
getOutputDirectory() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloConvertersMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloDom4jReaderMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloDom4jWriterMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloGenerateMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloJavaMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloJDOMWriterMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloJPoxJdoMappingMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloJPoxMetadataClassMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloJPoxStoreMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloPlexusRegistryReaderMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloPlexusRegistryWriterMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloStaxReaderMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloStaxWriterMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloXdocMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloXpp3ReaderMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloXpp3WriterMojo
getOutputDirectory() - method in class org.codehaus.modello.maven.ModelloXsdMojo
getPackageFromClassName(String) - static method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
getPackageName() - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Returns the name of the package that this JCompUnit is a member of
getPackageName() - method in class org.codehaus.modello.model.ModelClass
getPackageName(boolean,org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Model
getPackageName(boolean,org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.ModelClass
getPackageWithVersion() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
getParamDescriptor(String) - method in class org.codehaus.modello.plugin.java.javasource.JDocComment
Returns the Parameter Descriptor associated with the given name
getParameter(int) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the JParameter at the given index.
getParameter(int) - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Returns the JParameter at the given index.
getParameter(Properties,String) - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
getParameter(Properties,String,String) - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
getParameter(String,Properties) - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
getParameterClassNames() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
getParameterClassNames() - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
getParameters() - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
Returns an array of JParameters consisting of the parameters of this Method in declared order
getParameters() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the set of JParameters for this JMethod.
getParameters() - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Returns the set of JParameters for this JMethodSignature
Note: the array is a copy, the params in the array are the actual references.
getPersistenceModifier() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getPlugin(String) - method in class org.codehaus.modello.plugin.AbstractPluginManager
getPlugins() - method in class org.codehaus.modello.plugin.AbstractPluginManager
getPlugins() - method in class org.codehaus.modello.core.GeneratorPluginManager
getPlugins() - method in class org.codehaus.modello.core.MetadataPluginManager
getPluginsIterator() - method in class org.codehaus.modello.plugin.AbstractPluginManager
getPluginsIterator() - method in class org.codehaus.modello.core.GeneratorPluginManager
getPluginsIterator() - method in class org.codehaus.modello.core.MetadataPluginManager
getProject() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
getReservedWordStrictness() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
getReturnType() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the JType that represents the return type of the method.
getReturnType() - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Returns the JType that represents the return type for the method signature.
getRoot(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Model
getSchemaLocation() - method in class org.codehaus.modello.plugins.xml.XmlClassMetadata
getSeverity() - method in class org.codehaus.modello.db.SQLReservedWords.KeywordSource
getSignature() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the JMethodSignature for this JMethod.
getSourceCode() - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
getSourceCode() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the JSourceCode for the method body.
getStaticInitializationCode() - method in class org.codehaus.modello.plugin.java.javasource.JClass
Returns the JSourceCode for the static initializer of this JClass
getString(Map,String,String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
getSuperClass() - method in class org.codehaus.modello.plugin.java.javasource.JClass
Gets the super Class that this class extends
getSuperClass() - method in class org.codehaus.modello.model.ModelClass
getSuperInterface() - method in class org.codehaus.modello.model.ModelInterface
getTable() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
getTablePrefix() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
getTagName() - method in class org.codehaus.modello.plugin.model.ModelClassMetadata
getTagName() - method in class org.codehaus.modello.plugins.xml.XmlClassMetadata
getTagName() - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
getTargetNamespace() - method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
getTestFile(String) - method in class org.codehaus.modello.verifier.Verifier
getTestFile(String) - method in class org.codehaus.modello.verifier.VerifierTestCase
getTestPath(String) - method in class org.codehaus.modello.verifier.Verifier
getTestPath(String) - method in class org.codehaus.modello.verifier.VerifierTestCase
getTo() - method in class org.codehaus.modello.model.ModelAssociation
getToClass() - method in class org.codehaus.modello.model.ModelAssociation
getToVersion() - method in class org.codehaus.modello.model.VersionRange
getType() - method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Returns the type of this JDocDescriptor
getType() - method in class org.codehaus.modello.plugin.java.javasource.JField
Returns the JType represting the type of this JField
getType() - method in class org.codehaus.modello.plugin.java.javasource.JParameter
Returns the parameter type
getType() - method in class org.codehaus.modello.model.ModelAssociation
getType() - method in class org.codehaus.modello.model.ModelField
getType() - method in class org.codehaus.modello.model.VersionDefinition
getTypeValidator() - method in class org.codehaus.modello.model.ModelField
getValue() - method in class org.codehaus.modello.model.ModelDefault
getValue() - method in class org.codehaus.modello.model.VersionDefinition
getValueStrategy() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
getVersion() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
getVersionDefinition() - method in class org.codehaus.modello.model.Model
getVersionRange() - method in class org.codehaus.modello.model.BaseElement
greaterOrEqualsThan(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Version
Returns true if this is greater or equals that other.
greaterThan(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Version
Returns true if this is greater that other.

H

hasClass(String,org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Model
hasContentField(List) - method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
hasField(String,org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.ModelClass
hasGeneratorPlugin(String) - method in class org.codehaus.modello.core.DefaultGeneratorPluginManager
hasGeneratorPlugin(String) - method in class org.codehaus.modello.core.GeneratorPluginManager
hashCode() - method in class org.codehaus.modello.model.BaseElement
hashCode() - method in class org.codehaus.modello.model.ModelClass
hashCode() - method in class org.codehaus.modello.model.Version
hashCode() - method in class org.codehaus.modello.model.VersionRange
hasMetadata(String) - method in class org.codehaus.modello.model.BaseElement
hasMetadataPlugin(String) - method in class org.codehaus.modello.core.DefaultMetadataPluginManager
hasMetadataPlugin(String) - method in class org.codehaus.modello.core.MetadataPluginManager
hasPlugin(String) - method in class org.codehaus.modello.plugin.AbstractPluginManager
hasSuperClass() - method in class org.codehaus.modello.model.ModelClass
HEADER_STYLE - static field in class org.codehaus.modello.plugin.java.javasource.JComment
The header style, similiar to block, but with an '*' at the start of each line.

I

ID - static field in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
ID - static field in class org.codehaus.modello.plugin.java.JavaClassMetadata
ID - static field in class org.codehaus.modello.plugin.java.JavaFieldMetadata
ID - static field in class org.codehaus.modello.plugin.java.JavaModelMetadata
ID - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxAssociationMetadata
ID - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
ID - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
ID - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
ID - static field in class org.codehaus.modello.plugin.model.ModelAssociationMetadata
ID - static field in class org.codehaus.modello.plugin.model.ModelClassMetadata
ID - static field in class org.codehaus.modello.plugin.model.ModelFieldMetadata
ID - static field in class org.codehaus.modello.plugin.model.ModelModelMetadata
ID - static field in class org.codehaus.modello.plugin.store.metadata.StoreAssociationMetadata
ID - static field in class org.codehaus.modello.plugin.store.metadata.StoreClassMetadata
ID - static field in class org.codehaus.modello.plugin.store.metadata.StoreFieldMetadata
ID - static field in class org.codehaus.modello.plugins.xml.XmlAssociationMetadata
ID - static field in class org.codehaus.modello.plugins.xml.XmlClassMetadata
ID - static field in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
ID - static field in class org.codehaus.modello.plugins.xml.XmlModelMetadata
ID - static field in class org.codehaus.modello.plugin.xsd.metadata.XsdAssociationMetadata
ID - static field in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
ID - static field in class org.codehaus.modello.plugin.xsd.metadata.XsdFieldMetadata
ID - static field in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
IDENTITY_CLASS - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
IDENTITY_TYPE - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
indent() - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Increases the current indent level by 1
indent() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Increases the indentation level by 1
INDEXED - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
indexOf(String) - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Returns the index of the Object which has been mapped (associated) with the given name
INFINITE - static field in class org.codehaus.modello.model.Version
INIT_TYPES - static field in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
initialize() - method in class org.codehaus.modello.plugin.AbstractPluginManager
initialize() - method in class org.codehaus.modello.model.Model
initialize() - method in class org.codehaus.modello.db.SQLReservedWords
initialize(org.codehaus.modello.model.Model) - method in class org.codehaus.modello.model.ModelClass
initialize(org.codehaus.modello.model.Model) - method in class org.codehaus.modello.model.ModelInterface
initialize(org.codehaus.modello.model.Model,Properties) - method in class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
initialize(org.codehaus.modello.model.ModelClass) - method in class org.codehaus.modello.model.ModelField
INLINE_MODE - static field in class org.codehaus.modello.plugins.xml.XmlAssociationMetadata
input(Reader) - method in class org.codehaus.modello.core.AbstractModelloCore
inside(org.codehaus.modello.model.VersionRange) - method in class org.codehaus.modello.model.Version
Int - static field in class org.codehaus.modello.plugin.java.javasource.JType
isAbstract() - method in class org.codehaus.modello.plugin.java.JavaClassMetadata
isAbstract() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Returns true if the abstract qualifier is present.
isAdder() - method in class org.codehaus.modello.plugin.java.JavaFieldMetadata
isArray() - method in class org.codehaus.modello.plugin.java.javasource.JType
Checks to see if this JType represents an array.
isArray() - method in class org.codehaus.modello.model.ModelField
isAttribute() - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
isBooleanGetter() - method in class org.codehaus.modello.plugin.java.JavaFieldMetadata
isCollection(String) - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
isDependent() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxAssociationMetadata
isDetachable() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
isEmpty() - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Returns true if this JSourceCode is empty (ie.
isEmpty(String) - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
isEmpty(String) - method in class org.codehaus.modello.model.BaseElement
isEmpty(String) - method in class org.codehaus.modello.model.ModelDefault
isEnabled() - method in class org.codehaus.modello.plugin.java.JavaClassMetadata
isEnabled() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
isForeignKey() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
isGenerateAdd() - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
isGenerateBreak() - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
isGenerateCreate() - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
isGenerateRemove() - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
isGetter() - method in class org.codehaus.modello.plugin.java.JavaFieldMetadata
isIdentifier() - method in class org.codehaus.modello.model.ModelField
isInternalSuperClass() - method in class org.codehaus.modello.model.ModelClass
isJoin() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxAssociationMetadata
isKeyword(String) - method in class org.codehaus.modello.db.SQLReservedWords
Tests the provided word to see if it is a keyword.
isMap(String) - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
isMappingInPackage() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
isModelVersionField() - method in class org.codehaus.modello.model.ModelField
isNewline() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Checks to see if the cursor is positioned on a new line
isPackage() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Returns true if the modifier represented is package (= without qualifier).
isPackageWithVersion() - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
isPart() - method in class org.codehaus.modello.plugin.store.metadata.StoreAssociationMetadata
isPrimaryKey() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
isPrimitive() - method in class org.codehaus.modello.plugin.java.javasource.JType
Checks to see if this JType represents a primitive
isPrimitive() - method in class org.codehaus.modello.model.ModelField
isPrimitiveArray() - method in class org.codehaus.modello.model.ModelField
isPrivate() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Returns true if the modifier represented is private.
isProtected() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Returns true if the modifier represented is protected.
isPublic() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Returns true if the modifier represented is public.
isReference() - method in class org.codehaus.modello.plugins.xml.XmlAssociationMetadata
isRequired() - method in class org.codehaus.modello.model.ModelField
isRootElement() - method in class org.codehaus.modello.plugin.model.ModelClassMetadata
isSetter() - method in class org.codehaus.modello.plugin.java.JavaFieldMetadata
isStatic() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Returns true if the modifier represented is static.
isStorable() - method in class org.codehaus.modello.plugin.store.metadata.StoreAssociationMetadata
isStorable() - method in class org.codehaus.modello.plugin.store.metadata.StoreClassMetadata
isStorable() - method in class org.codehaus.modello.plugin.store.metadata.StoreFieldMetadata
isToInfinite() - method in class org.codehaus.modello.model.VersionRange
isTransient() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Returns true if the modifier represented is transient.
isTrim() - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
isUnique() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata

J

JavaAssociationMetadata - class org.codehaus.modello.plugin.java.JavaAssociationMetadata
JavaClassMetadata - class org.codehaus.modello.plugin.java.JavaClassMetadata
JAVADOC_STYLE - static field in class org.codehaus.modello.plugin.java.javasource.JComment
Similiar to HEADER_STYLE, but starts with: \/**
JavaFieldMetadata - class org.codehaus.modello.plugin.java.JavaFieldMetadata
JavaMetadataPlugin - class org.codehaus.modello.plugin.java.JavaMetadataPlugin
JavaModelloGenerator - class org.codehaus.modello.plugin.java.JavaModelloGenerator
JavaModelMetadata - class org.codehaus.modello.plugin.java.JavaModelMetadata
JavaTool - class org.codehaus.modello.plugin.store.tool.JavaTool
JClass - class org.codehaus.modello.plugin.java.javasource.JClass
A representation of the Java Source code for a Java Class.
JClass(String) - constructor for class org.codehaus.modello.plugin.java.javasource.JClass
Creates a new JClass with the given name
JComment - class org.codehaus.modello.plugin.java.javasource.JComment
A class that represents a Java comment.
JComment() - constructor for class org.codehaus.modello.plugin.java.javasource.JComment
Creates a new Java Comment
JComment(short) - constructor for class org.codehaus.modello.plugin.java.javasource.JComment
Creates a new Java comment with the given style
JCompUnit - class org.codehaus.modello.plugin.java.javasource.JCompUnit
A representation of the Java Source code for a Java compilation unit.
JCompUnit(org.codehaus.modello.plugin.java.javasource.JClass) - constructor for class org.codehaus.modello.plugin.java.javasource.JCompUnit
Creates a new JCompUnit with the given JClass (which must have been created with either a full class name or package/local name) as the public class.
JCompUnit(org.codehaus.modello.plugin.java.javasource.JInterface) - constructor for class org.codehaus.modello.plugin.java.javasource.JCompUnit
Creates a new JCompUnit with the given JInterface as public interface Package and file name are taken from jInterface.
JCompUnit(String,String) - constructor for class org.codehaus.modello.plugin.java.javasource.JCompUnit
Creates a new JCompUnit
JConstructor - class org.codehaus.modello.plugin.java.javasource.JConstructor
A class for handling source code for a constructor of a JClass
JConstructor(org.codehaus.modello.plugin.java.javasource.JClass) - constructor for class org.codehaus.modello.plugin.java.javasource.JConstructor
Creates a new method with the given name and returnType.
JDocComment - class org.codehaus.modello.plugin.java.javasource.JDocComment
A class that "SOMEWHAT" represents a Java Doc Comment.
JDocComment() - constructor for class org.codehaus.modello.plugin.java.javasource.JDocComment
Creates a new JavaDoc Comment
JDocDescriptor - class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
A descriptor for a JavaDoc comment
JDOMWriterGenerator - class org.codehaus.modello.plugin.jdom.JDOMWriterGenerator
JField - class org.codehaus.modello.plugin.java.javasource.JField
A class which holds information about a field.
JField(org.codehaus.modello.plugin.java.javasource.JType,String) - constructor for class org.codehaus.modello.plugin.java.javasource.JField
JInterface - class org.codehaus.modello.plugin.java.javasource.JInterface
A representation of the Java Source code for a Java Interface.
JInterface(String) - constructor for class org.codehaus.modello.plugin.java.javasource.JInterface
Creates a new JInterface with the given name.
JMethod - class org.codehaus.modello.plugin.java.javasource.JMethod
A class which holds information about the methods of a JClass.
JMethod(org.codehaus.modello.plugin.java.javasource.JType,String) - constructor for class org.codehaus.modello.plugin.java.javasource.JMethod
Creates a new JMethod with the given name and returnType.
JMethod(String) - constructor for class org.codehaus.modello.plugin.java.javasource.JMethod
Creates a new JMethod with the given name and "void" return type.
JMethodSignature - class org.codehaus.modello.plugin.java.javasource.JMethodSignature
A class which holds information about the signature of a JMethod.
JMethodSignature(String,org.codehaus.modello.plugin.java.javasource.JType) - constructor for class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Creates a new method with the given name and return type.
JModifiers - class org.codehaus.modello.plugin.java.javasource.JModifiers
The set of modifiers for a Method or Member variable
JModifiers() - constructor for class org.codehaus.modello.plugin.java.javasource.JModifiers
Creates a new JModifiers class, by default the modifiers presented are public.
JNamedMap - class org.codehaus.modello.plugin.java.javasource.JNamedMap
A simple String to Object mapping which preserves order.
JNamedMap() - constructor for class org.codehaus.modello.plugin.java.javasource.JNamedMap
Creates a new JNamedMap
JNamedMap(int) - constructor for class org.codehaus.modello.plugin.java.javasource.JNamedMap
Creates a new JNamedMap with the given size.
JOIN - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
JOIN_TABLE - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
JParameter - class org.codehaus.modello.plugin.java.javasource.JParameter
Represents a parameter to a JMethod.
JParameter(org.codehaus.modello.plugin.java.javasource.JType,String) - constructor for class org.codehaus.modello.plugin.java.javasource.JParameter
Creates a new JParameter with the given type, and name
JPoxAssociationMetadata - class org.codehaus.modello.plugin.jpox.metadata.JPoxAssociationMetadata
JPoxClassMetadata - class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
JPoxFieldMetadata - class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
JPoxJdoMappingModelloGenerator - class org.codehaus.modello.plugin.jpox.JPoxJdoMappingModelloGenerator
JPoxMetadataPlugin - class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
JPoxModelMetadata - class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
JPoxStoreModelloGenerator - class org.codehaus.modello.plugin.jpox.JPoxStoreModelloGenerator
JSourceCode - class org.codehaus.modello.plugin.java.javasource.JSourceCode
A class for holding in-memory Java source code.
JSourceCode() - constructor for class org.codehaus.modello.plugin.java.javasource.JSourceCode
Creates an empty JSourceCode
JSourceCode(String) - constructor for class org.codehaus.modello.plugin.java.javasource.JSourceCode
Creates a JSourceCode and adds the given String to it's contents
JSourceWriter - class org.codehaus.modello.plugin.java.javasource.JSourceWriter
The writer used by the modello classes
JSourceWriter(Writer) - constructor for class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Creates a new JSourceWriter
JSourceWriter(Writer,boolean) - constructor for class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Creates a new JSourceWriter
JSourceWriter(Writer,short,boolean) - constructor for class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Creates a new JSourceWriter
JSourceWriter(Writer,short,char,boolean) - constructor for class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Creates a new JSourceWriter
JType - class org.codehaus.modello.plugin.java.javasource.JType
JType(String) - constructor for class org.codehaus.modello.plugin.java.javasource.JType
Creates a new JType with the given name

K

KEY_TYPE - static field in class org.codehaus.modello.plugin.store.metadata.StoreMetadataPlugin
KeywordSource(String,String) - constructor for class org.codehaus.modello.db.SQLReservedWords.KeywordSource

L

LAZY_INIT - static field in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
lesserOrEqualsThan(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Version
Returns true if this is lesser or equals that other.
lesserThan(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.Version
Returns true if this is lesser that other.
LINE_STYLE - static field in class org.codehaus.modello.plugin.java.javasource.JComment
The line comment style: \/\/
LIST - static field in class org.codehaus.modello.model.ModelDefault
LIST_STYLE_FLAT - static field in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
LIST_STYLE_WRAPPED - static field in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
LIST_VALUE - static field in class org.codehaus.modello.model.ModelDefault
loadModel(File) - method in class org.codehaus.modello.core.DefaultModelloCore
loadModel(File) - method in class org.codehaus.modello.core.ModelloCore
loadModel(Reader) - method in class org.codehaus.modello.core.DefaultModelloCore
loadModel(Reader) - method in class org.codehaus.modello.core.ModelloCore
loadModel(Reader) - method in class org.codehaus.modello.core.io.ModelReader
Long - static field in class org.codehaus.modello.plugin.java.javasource.JType

M

main(String[]) - static method in class org.codehaus.modello.plugin.java.javasource.JClass
Test drive method...to be removed or commented out
main(String[]) - static method in class org.codehaus.modello.ModelloCli
makeGetter(org.codehaus.modello.model.ModelField) - method in class org.codehaus.modello.plugin.store.tool.JavaTool
makePackage() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Changes the visibility qualifier to package (= without qualifier).
makePrivate() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Changes the visibility qualifier to "private"
makeProtected() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Changes the visibility qualifier to "protected"
makePublic() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Changes the visibility qualifier to "public"
makeSetter(org.codehaus.modello.model.ModelField) - method in class org.codehaus.modello.plugin.store.tool.JavaTool
MANY_MULTIPLICITY - static field in class org.codehaus.modello.model.ModelAssociation
MAP - static field in class org.codehaus.modello.model.ModelDefault
MAP_VALUE - static field in class org.codehaus.modello.model.ModelDefault
MAPPED_BY - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
MAPPING_IN_PACKAGE - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
MAX_LENGTH - static field in class org.codehaus.modello.plugin.java.javasource.JComment
The maximum number of characters per line
Metadata - interface org.codehaus.modello.metadata.Metadata
MetadataPlugin - interface org.codehaus.modello.metadata.MetadataPlugin
MetadataPluginManager - interface org.codehaus.modello.core.MetadataPluginManager
Model - class org.codehaus.modello.model.Model
Model() - constructor for class org.codehaus.modello.model.Model
ModelAssociation - class org.codehaus.modello.model.ModelAssociation
ModelAssociationMetadata - class org.codehaus.modello.plugin.model.ModelAssociationMetadata
ModelClass - class org.codehaus.modello.model.ModelClass
ModelClass() - constructor for class org.codehaus.modello.model.ModelClass
ModelClass(org.codehaus.modello.model.Model,String) - constructor for class org.codehaus.modello.model.ModelClass
ModelClassMetadata - class org.codehaus.modello.plugin.model.ModelClassMetadata
ModelDefault - class org.codehaus.modello.model.ModelDefault
ModelField - class org.codehaus.modello.model.ModelField
ModelField() - constructor for class org.codehaus.modello.model.ModelField
ModelField(org.codehaus.modello.model.ModelClass,String) - constructor for class org.codehaus.modello.model.ModelField
ModelFieldMetadata - class org.codehaus.modello.plugin.model.ModelFieldMetadata
ModelInterface - class org.codehaus.modello.model.ModelInterface
ModelInterface() - constructor for class org.codehaus.modello.model.ModelInterface
ModelInterface(org.codehaus.modello.model.Model,String) - constructor for class org.codehaus.modello.model.ModelInterface
Modello - class org.codehaus.modello.Modello
Modello() - constructor for class org.codehaus.modello.Modello
ModelloCli - class org.codehaus.modello.ModelloCli
ModelloConvertersMojo - class org.codehaus.modello.maven.ModelloConvertersMojo
Creates classes that can convert between different versions of the model.
ModelloCore - interface org.codehaus.modello.core.ModelloCore
ModelloDom4jReaderMojo - class org.codehaus.modello.maven.ModelloDom4jReaderMojo
Creates a DOM4J reader from the model.
ModelloDom4jWriterMojo - class org.codehaus.modello.maven.ModelloDom4jWriterMojo
Creates a DOM4J writer from the model.
ModelloException - class org.codehaus.modello.ModelloException
ModelloException(String) - constructor for class org.codehaus.modello.ModelloException
ModelloException(String,Throwable) - constructor for class org.codehaus.modello.ModelloException
ModelloGenerateMojo - class org.codehaus.modello.maven.ModelloGenerateMojo
ModelloGenerateMojo - A dynamic way to use generators and modello plugins.
ModelloGenerator - interface org.codehaus.modello.plugin.ModelloGenerator
ModelloJavaMojo - class org.codehaus.modello.maven.ModelloJavaMojo
Creates Java beans from the Modello model.
ModelloJDOMWriterMojo - class org.codehaus.modello.maven.ModelloJDOMWriterMojo
Creates a jdom writer from the model that is capable of preserving element ordering and comments.
ModelloJPoxJdoMappingMojo - class org.codehaus.modello.maven.ModelloJPoxJdoMappingMojo
Creates a JDO mapping from the Modello model.
Creates a JDO store from the Modello model.
ModelloJPoxStoreMojo - class org.codehaus.modello.maven.ModelloJPoxStoreMojo
Creates a JDO store from the Modello model.
Creates a Plexus Registry reader from the Modello model.
Creates a Plexus Registry writer from the Modello model.
ModelloRuntimeException(String) - constructor for class org.codehaus.modello.ModelloRuntimeException
ModelloRuntimeException(String,Throwable) - constructor for class org.codehaus.modello.ModelloRuntimeException
ModelloStaxReaderMojo - class org.codehaus.modello.maven.ModelloStaxReaderMojo
Creates an StAX reader from the model.
ModelloStaxWriterMojo - class org.codehaus.modello.maven.ModelloStaxWriterMojo
Creates an StAX writer from the model.
ModelloXdocMojo - class org.codehaus.modello.maven.ModelloXdocMojo
Creates documentation for the model in xdoc format.
ModelloXpp3ReaderMojo - class org.codehaus.modello.maven.ModelloXpp3ReaderMojo
Creates an XPP3 reader from the model.
ModelloXpp3WriterMojo - class org.codehaus.modello.maven.ModelloXpp3WriterMojo
Creates an XPP3 writer from the model.
ModelloXsdMojo - class org.codehaus.modello.maven.ModelloXsdMojo
Creates an XML schema from the model.
ModelMetadata - interface org.codehaus.modello.metadata.ModelMetadata
ModelMetadataPlugin - class org.codehaus.modello.plugin.model.ModelMetadataPlugin
ModelModelMetadata - class org.codehaus.modello.plugin.model.ModelModelMetadata
ModelReader - class org.codehaus.modello.core.io.ModelReader
ModelValidationException - class org.codehaus.modello.model.ModelValidationException
ModelValidationException(String) - constructor for class org.codehaus.modello.model.ModelValidationException

N

NAMESPACE - static field in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
newJSourceWriter(String,String) - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
Create a new java source file writer, with configured encoding.
NOT_PERSISTED_FIELDS - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
NotEqualsVerifierException - class org.codehaus.modello.verifier.NotEqualsVerifierException
NotEqualsVerifierException(String,String,Object,Object) - constructor for class org.codehaus.modello.verifier.NotEqualsVerifierException
NULL_VALUE - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin

O

ONE_MULTIPLICITY - static field in class org.codehaus.modello.model.ModelAssociation
output(org.codehaus.modello.model.Model,Writer) - method in class org.codehaus.modello.core.AbstractModelloCore
OUTPUT_DIRECTORY - static field in class org.codehaus.modello.ModelloParameterConstants
OUTPUT_XDOC_FILE_NAME - static field in class org.codehaus.modello.ModelloParameterConstants
OUTPUT_XSD_FILE_NAME - static field in class org.codehaus.modello.ModelloParameterConstants

P

PACKAGE - static field in class org.codehaus.modello.model.ModelDefault
PACKAGE_VALUE - static field in class org.codehaus.modello.model.ModelDefault
PACKAGE_WITH_VERSION - static field in class org.codehaus.modello.ModelloParameterConstants
PARAM - static field in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
The param descriptor (param)
parseArgumentsFromCommandLine(String[]) - static method in class org.codehaus.modello.ModelloCli
parseModel(org.codehaus.modello.model.Model,XmlPullParser) - method in class org.codehaus.modello.core.io.ModelReader
PART - static field in class org.codehaus.modello.plugin.store.metadata.StoreMetadataPlugin
PERSISTENCE_MODIFIER - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
PRIMARY_KEY - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
print() - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Prints the source code for this JClass in the current directory with the default line seperator of the the runtime platform.
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Prints the source code for this JClass to the given JSourceWriter
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter) - method in class org.codehaus.modello.plugin.java.javasource.JComment
prints this JComment using the given JSourceWriter
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter) - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Prints the source code for this JClass.
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter) - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter) - method in class org.codehaus.modello.plugin.java.javasource.JDocComment
prints this JavaDoc comment using the given JSourceWriter
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter) - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Prints the source code for this JInterface to the given JSourceWriter
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Prints this JMethod to the given JSourceWriter.
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter) - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Prints the method signature.
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter) - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Prints this JSourceCode to the given JSourceWriter
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter,boolean) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Prints the source code for this JClass to the given JSourceWriter
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter,boolean) - method in class org.codehaus.modello.plugin.java.javasource.JInterface
Prints the source code for this JInterface to the given JSourceWriter
print(org.codehaus.modello.plugin.java.javasource.JSourceWriter,boolean) - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Prints the method signature.
print(String) - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Prints the source code for this JClass with the default line seperator of the the runtime platform.
print(String,String) - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Prints the source code for this JCompUnit.
printClasspath(URLClassLoader) - method in class org.codehaus.modello.AbstractModelloGeneratorTest
printStructures(org.codehaus.modello.plugin.java.javasource.JSourceWriter,boolean) - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Print the source code for the contained JClass objects.
producesCompilableResult() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
producesCompilableResult() - method in class org.codehaus.modello.maven.ModelloJPoxJdoMappingMojo
producesCompilableResult() - method in class org.codehaus.modello.maven.ModelloXdocMojo
producesCompilableResult() - method in class org.codehaus.modello.maven.ModelloXsdMojo
producesResources() - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
producesResources() - method in class org.codehaus.modello.maven.ModelloJPoxJdoMappingMojo
PROPERTIES - static field in class org.codehaus.modello.model.ModelDefault
PROPERTIES_VALUE - static field in class org.codehaus.modello.model.ModelDefault
put(String,Object) - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Maps (associates) an Object with a name

R

REFERENCE - static field in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
The reference descriptor (see)
RegistryReaderGenerator - class org.codehaus.modello.plugin.registry.RegistryReaderGenerator
RegistryWriterGenerator - class org.codehaus.modello.plugin.registry.RegistryWriterGenerator
remove(int) - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Removes and returns the Object located at the given index
remove(String) - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Removes and returns the Object associated with the given name
removeConstructor(org.codehaus.modello.plugin.java.javasource.JConstructor) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Removes the given constructor from this JClass
removeDeclaringClass(org.codehaus.modello.plugin.java.javasource.JClass) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Removes the given JClass from the set of classes that contain this method.
removeField(org.codehaus.modello.plugin.java.javasource.JField) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Removes the given JField from this JClass
removeField(String) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Removes the field with the given name from this JClass
removeInnerClass(org.codehaus.modello.plugin.java.javasource.JClass) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Removes the given inner-class (JClass) from this JClass.
RESERVED_WORD_STRICTNESS - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
resolveFieldTagName(org.codehaus.modello.model.ModelField) - method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
Compute the tagName of a given field.
RETURN - static field in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
The return descriptor (return)
ROLE - static field in class org.codehaus.modello.core.GeneratorPluginManager
ROLE - static field in class org.codehaus.modello.metadata.MetadataPlugin
ROLE - static field in class org.codehaus.modello.core.MetadataPluginManager
ROLE - static field in class org.codehaus.modello.core.ModelloCore

S

saveModel(org.codehaus.modello.model.Model,Writer) - method in class org.codehaus.modello.core.ModelloCore
SET - static field in class org.codehaus.modello.model.ModelDefault
SET_VALUE - static field in class org.codehaus.modello.model.ModelDefault
setAbstract(boolean) - method in class org.codehaus.modello.plugin.java.JavaClassMetadata
setAbstract(boolean) - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Sets whether or not the "abstract" qualifier is present
This applies only to methods or classes.
setAdder(boolean) - method in class org.codehaus.modello.plugin.java.JavaFieldMetadata
setAlias(String) - method in class org.codehaus.modello.model.ModelField
setAssociationTagName(String) - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
setAttribute(boolean) - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
setBasedir(String) - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
setBooleanGetter(boolean) - method in class org.codehaus.modello.plugin.java.JavaFieldMetadata
setCode(String) - method in class org.codehaus.modello.model.CodeSegment
setColumnName(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setColumnPrefix(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
setColumnPrefix(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
setComment(org.codehaus.modello.plugin.java.javasource.JDocComment) - method in class org.codehaus.modello.plugin.java.javasource.JField
Sets the comment describing this member.
setComment(String) - method in class org.codehaus.modello.model.BaseElement
setComment(String) - method in class org.codehaus.modello.plugin.java.javasource.JComment
Sets the comment String of this JDocComment
setComment(String) - method in class org.codehaus.modello.plugin.java.javasource.JDocComment
Sets the comment String of this JDocComment
setComment(String) - method in class org.codehaus.modello.plugin.java.javasource.JField
Sets the comment describing this member.
setComment(String) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Sets the comment describing this member.
setComment(String) - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Sets the comment describing this JMethodSignature.
setCompositor(String) - method in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
setDeclaringClass(org.codehaus.modello.plugin.java.javasource.JClass) - method in class org.codehaus.modello.plugin.java.javasource.JField
setDefaultValue(String) - method in class org.codehaus.modello.model.ModelField
setDependent(boolean) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxAssociationMetadata
setDeprecatedVersion(org.codehaus.modello.model.Version) - method in class org.codehaus.modello.model.BaseElement
setDescription(String) - method in class org.codehaus.modello.model.BaseElement
setDescription(String) - method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Sets the description String for this descriptor
setDetachable(boolean) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
setEnabled(boolean) - method in class org.codehaus.modello.plugin.java.JavaClassMetadata
setEnabled(boolean) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
setFetchGroupNames(List) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setFinal(boolean) - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Sets whether or not the "final" qualifier is present
setFirstVersion(String) - method in class org.codehaus.modello.maven.ModelloXdocMojo
setForeignKey(boolean) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setForeignKeyDeferred(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setForeignKeyDeleteAction(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setForeignKeyUpdateAction(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setFormat(String) - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
setGenerateAdd(boolean) - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
setGenerateBreak(boolean) - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
setGenerateCreate(boolean) - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
setGenerateRemove(boolean) - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
setGetter(boolean) - method in class org.codehaus.modello.plugin.java.JavaFieldMetadata
setHeader(org.codehaus.modello.plugin.java.javasource.JComment) - method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Sets the header comment for this JCompUnit
setId(String) - method in class org.codehaus.modello.model.Model
setIdentifier(boolean) - method in class org.codehaus.modello.model.ModelField
setIdentityClass(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
setIdentityType(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
setIndexed(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setInitializationMode(String) - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
setInitString(String) - method in class org.codehaus.modello.plugin.java.javasource.JField
Sets the initialization string for this JField; Allows some flexibility in declaring default values.
setInterfaceName(String) - method in class org.codehaus.modello.plugin.java.JavaAssociationMetadata
setJoin(boolean) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxAssociationMetadata
setJoinTableName(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setKey(String) - method in class org.codehaus.modello.model.ModelDefault
setKeyType(String) - method in class org.codehaus.modello.plugin.store.metadata.StoreAssociationMetadata
setLineSeparator(String) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Sets the line separator to use at the end of each line
setListStyle(String) - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
setMappedBy(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setMappingInPackage(boolean) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
setMapStyle(String) - method in class org.codehaus.modello.plugins.xml.XmlAssociationMetadata
setMaxSize(int) - method in class org.codehaus.modello.plugin.store.metadata.StoreFieldMetadata
setModel(String) - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
setModels(String[]) - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
setModifiers(org.codehaus.modello.plugin.java.javasource.JModifiers) - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
setModifiers(org.codehaus.modello.plugin.java.javasource.JModifiers) - method in class org.codehaus.modello.plugin.java.javasource.JField
setModifiers(org.codehaus.modello.plugin.java.javasource.JModifiers) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Sets the JModifiers for this JMethod.
setModifiers(org.codehaus.modello.plugin.java.javasource.JModifiers) - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Sets the JModifiers for this method signature.
setMultiplicity(String) - method in class org.codehaus.modello.model.ModelAssociation
setName(String) - method in class org.codehaus.modello.model.BaseElement
setName(String) - method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Sets the name value of the JavaDoc field.
setName(String) - method in class org.codehaus.modello.plugin.java.javasource.JField
Sets the name of this JField
setName(String) - method in class org.codehaus.modello.plugin.java.javasource.JParameter
Sets the name of this parameter
setNamespace(String) - method in class org.codehaus.modello.plugins.xml.XmlClassMetadata
setNamespace(String) - method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
setNotPersisted(List) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
setNullValue(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloConvertersMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloDom4jReaderMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloDom4jWriterMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloJavaMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloJDOMWriterMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloJPoxJdoMappingMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloJPoxMetadataClassMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloJPoxStoreMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloPlexusRegistryReaderMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloPlexusRegistryWriterMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloStaxReaderMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloStaxWriterMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloXdocMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloXpp3ReaderMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloXpp3WriterMojo
setOutputDirectory(File) - method in class org.codehaus.modello.maven.ModelloXsdMojo
setPackagedVersions(List) - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
setPackageName(String) - method in class org.codehaus.modello.model.ModelClass
setPackageName(String) - method in class org.codehaus.modello.model.ModelInterface
setPackageWithVersion(boolean) - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
setPart(Boolean) - method in class org.codehaus.modello.plugin.store.metadata.StoreAssociationMetadata
setPersistenceModifier(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setPrimaryKey(boolean) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setProject(MavenProject) - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
setReference(boolean) - method in class org.codehaus.modello.plugins.xml.XmlAssociationMetadata
setRequired(boolean) - method in class org.codehaus.modello.model.ModelField
setReservedWordStrictness(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
setRootElement(boolean) - method in class org.codehaus.modello.plugin.model.ModelClassMetadata
setSchemaLocation(String) - method in class org.codehaus.modello.plugins.xml.XmlClassMetadata
setSetter(boolean) - method in class org.codehaus.modello.plugin.java.JavaFieldMetadata
setSourceCode(org.codehaus.modello.plugin.java.javasource.JSourceCode) - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
setSourceCode(org.codehaus.modello.plugin.java.javasource.JSourceCode) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Sets the given JSourceCode as the source code (method body) for this JMethod.
setSourceCode(String) - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
setSourceCode(String) - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Sets the given string as the source code (method body) for this JMethod.
setStatic(boolean) - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Sets whether or not the "static" qualifier is present
setStorable(boolean) - method in class org.codehaus.modello.plugin.store.metadata.StoreAssociationMetadata
setStorable(boolean) - method in class org.codehaus.modello.plugin.store.metadata.StoreClassMetadata
setStorable(boolean) - method in class org.codehaus.modello.plugin.store.metadata.StoreFieldMetadata
setStyle(short) - method in class org.codehaus.modello.plugin.java.javasource.JComment
Sets the style for this JComment
setSuperClass(String) - method in class org.codehaus.modello.plugin.java.javasource.JClass
Sets the super Class that this class extends
setSuperClass(String) - method in class org.codehaus.modello.model.ModelClass
setSuperInterface(String) - method in class org.codehaus.modello.model.ModelInterface
setTable(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
setTablePrefix(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
setTagName(String) - method in class org.codehaus.modello.plugin.model.ModelClassMetadata
setTagName(String) - method in class org.codehaus.modello.plugins.xml.XmlClassMetadata
setTagName(String) - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
setTargetNamespace(String) - method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
setTo(String) - method in class org.codehaus.modello.model.ModelAssociation
setTransient(boolean) - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Sets whether or not the "transient" qualifier is present
setTrim(boolean) - method in class org.codehaus.modello.plugins.xml.XmlFieldMetadata
setType(org.codehaus.modello.plugin.java.javasource.JType) - method in class org.codehaus.modello.plugin.java.javasource.JParameter
Sets the type of this parameter
setType(String) - method in class org.codehaus.modello.model.ModelField
setType(String) - method in class org.codehaus.modello.model.VersionDefinition
setTypeValidator(String) - method in class org.codehaus.modello.model.ModelField
setUnique(boolean) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setUp() - method in class org.codehaus.modello.AbstractModelloGeneratorTest
setUseIdentifiersAsPrimaryKey(boolean) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata
setValue(String) - method in class org.codehaus.modello.model.ModelDefault
setValue(String) - method in class org.codehaus.modello.model.VersionDefinition
setValueStrategy(String) - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
setVersion(String) - method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
setVersionRange(org.codehaus.modello.model.VersionRange) - method in class org.codehaus.modello.model.BaseElement
Short - static field in class org.codehaus.modello.plugin.java.javasource.JType
singular(String) - method in class org.codehaus.modello.plugin.AbstractModelloGenerator
singular(String) - method in class org.codehaus.modello.plugin.store.tool.JavaTool
size() - method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
Returns the number of Object associations currently in this named map
SQLReservedWords - class org.codehaus.modello.db.SQLReservedWords
SQLReservedWords - utility object to test against SQL Keywords.
StaxReaderGenerator - class org.codehaus.modello.plugin.stax.StaxReaderGenerator
StaxWriterGenerator - class org.codehaus.modello.plugin.stax.StaxWriterGenerator
StoreAssociationMetadata - class org.codehaus.modello.plugin.store.metadata.StoreAssociationMetadata
StoreClassMetadata - class org.codehaus.modello.plugin.store.metadata.StoreClassMetadata
StoreFieldMetadata - class org.codehaus.modello.plugin.store.metadata.StoreFieldMetadata
StoreMetadataPlugin - class org.codehaus.modello.plugin.store.metadata.StoreMetadataPlugin
StoreModelloGenerator - class org.codehaus.modello.plugin.store.StoreModelloGenerator
StoreModelMetadata - class org.codehaus.modello.plugin.store.metadata.StoreModelMetadata
STRICT_PARSER - static field in class org.codehaus.modello.ModelloParameterConstants

T

TABLE - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
TABLE_PREFIX - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
TARGET_NAMESPACE - static field in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
toString() - method in class org.codehaus.modello.plugin.java.javasource.JComment
Returns the String representation of this Java Doc Comment
toString() - method in class org.codehaus.modello.plugin.java.javasource.JConstructor
toString() - method in class org.codehaus.modello.plugin.java.javasource.JDocComment
Returns the String representation of this Java Doc Comment
toString() - method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
Returns the String representation of this JDocDescriptor
toString() - method in class org.codehaus.modello.plugin.java.javasource.JField
toString() - method in class org.codehaus.modello.plugin.java.javasource.JMethod
Returns the String representation of this JMethod, which is the method prototype.
toString() - method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
Returns the String representation of this JMethod, which is the method prototype.
toString() - method in class org.codehaus.modello.plugin.java.javasource.JModifiers
Returns the String represetation of this JModifiers
toString() - method in class org.codehaus.modello.plugin.java.javasource.JParameter
Returns the String representation of this JParameter.
toString() - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Returns the String representation of this JSourceCode
toString() - method in class org.codehaus.modello.plugin.java.javasource.JType
Returns the String representation of this JType, which is simply the name of this type.
toString() - method in class org.codehaus.modello.model.ModelField
toString() - method in class org.codehaus.modello.db.SQLReservedWords.KeywordSource
toString() - method in class org.codehaus.modello.model.Version
toString() - method in class org.codehaus.modello.model.VersionRange
toString(String,String) - method in class org.codehaus.modello.model.Version
translate(Reader,String,Properties) - method in class org.codehaus.modello.core.DefaultModelloCore
translate(Reader,String,Properties) - method in class org.codehaus.modello.core.ModelloCore
translate(Reader,Writer,String,Properties) - method in class org.codehaus.modello.Modello

U

uncapitalise(String) - static method in class org.codehaus.modello.plugin.AbstractModelloGenerator
uncapitalise(String) - method in class org.codehaus.modello.plugin.store.tool.JavaTool
unindent() - method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
Decreases the indent level by 1
unindent() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
Decreases the indentation level by 1
UNIQUE - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
USE_IDENTIFIERS - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
useIdentifiersAsPrimaryKey() - method in class org.codehaus.modello.plugin.jpox.metadata.JPoxClassMetadata

V

validate() - method in class org.codehaus.modello.model.BaseElement
validateElement() - method in class org.codehaus.modello.model.BaseElement
validateElement() - method in class org.codehaus.modello.model.CodeSegment
validateElement() - method in class org.codehaus.modello.model.Model
validateElement() - method in class org.codehaus.modello.model.ModelAssociation
validateElement() - method in class org.codehaus.modello.model.ModelClass
validateElement() - method in class org.codehaus.modello.model.ModelDefault
validateElement() - method in class org.codehaus.modello.model.ModelField
validateElement() - method in class org.codehaus.modello.model.ModelInterface
validateFieldNotEmpty(String,String,String) - method in class org.codehaus.modello.model.BaseElement
VALUE_STRATEGY - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxMetadataPlugin
Verifier - class org.codehaus.modello.verifier.Verifier
VerifierException - class org.codehaus.modello.verifier.VerifierException
VerifierException(String) - constructor for class org.codehaus.modello.verifier.VerifierException
VerifierException(String,Exception) - constructor for class org.codehaus.modello.verifier.VerifierException
VerifierException(String,Throwable) - constructor for class org.codehaus.modello.verifier.VerifierException
VerifierTestCase - class org.codehaus.modello.verifier.VerifierTestCase
verify(String,String) - method in class org.codehaus.modello.AbstractModelloGeneratorTest
VERSION - static field in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
the version descriptor (version)
VERSION - static field in class org.codehaus.modello.ModelloParameterConstants
Version - class org.codehaus.modello.model.Version
A version string is on the form ...
Version(String) - constructor for class org.codehaus.modello.model.Version
VersionDefinition - class org.codehaus.modello.model.VersionDefinition
VersionRange - class org.codehaus.modello.model.VersionRange
VersionRange(org.codehaus.modello.model.Version) - constructor for class org.codehaus.modello.model.VersionRange
VersionRange(String) - constructor for class org.codehaus.modello.model.VersionRange
VersionUtil - class org.codehaus.modello.model.VersionUtil

W

WARNING - static field in class org.codehaus.modello.plugin.jpox.metadata.JPoxModelMetadata
write(boolean) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
write(char[]) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
write(char[],int,int) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
write(double) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
write(float) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
write(int) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
write(long) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
write(Object) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
write(String) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
write(String,int,int) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeClass(String,File,String,String,Context) - method in class org.codehaus.modello.plugin.store.AbstractVelocityModelloGenerator
writeIndent() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln() - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln(boolean) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln(char) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln(char[]) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln(double) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln(float) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln(int) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln(long) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln(Object) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeln(String) - method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
writeTemplate(String,File,Context) - method in class org.codehaus.modello.plugin.store.AbstractVelocityModelloGenerator

X

XdocGenerator - class org.codehaus.modello.plugin.xdoc.XdocGenerator
XmlAssociationMetadata - class org.codehaus.modello.plugins.xml.XmlAssociationMetadata
XmlClassMetadata - class org.codehaus.modello.plugins.xml.XmlClassMetadata
XmlFieldMetadata - class org.codehaus.modello.plugins.xml.XmlFieldMetadata
XmlMetadataPlugin - class org.codehaus.modello.plugins.xml.XmlMetadataPlugin
XmlModelMetadata - class org.codehaus.modello.plugins.xml.XmlModelMetadata
Xpp3ReaderGenerator - class org.codehaus.modello.plugin.xpp3.Xpp3ReaderGenerator
Xpp3WriterGenerator - class org.codehaus.modello.plugin.xpp3.Xpp3WriterGenerator
XsdAssociationMetadata - class org.codehaus.modello.plugin.xsd.metadata.XsdAssociationMetadata
XsdAssociationMetadata
XsdClassMetadata - class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
XsdClassMetadata
XsdFieldMetadata - class org.codehaus.modello.plugin.xsd.metadata.XsdFieldMetadata
XsdFieldMetadata
XsdGenerator - class org.codehaus.modello.plugin.xsd.XsdGenerator
XsdMetadataPlugin - class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
XsdMetadataPlugin
XsdModelMetadata - class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
XsdModelMetadata