A B C D E F G H I J L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractJavaModelloGenerator - Class in org.codehaus.modello.plugin.java
-
AbstractJavaModelloGenerator - similar in scope to
AbstractModelloGenerator
but with features that java generators can use. - AbstractJavaModelloGenerator() - Constructor for class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- AbstractJDOMGenerator - Class in org.codehaus.modello.plugin.jdom
- AbstractJDOMGenerator() - Constructor for class org.codehaus.modello.plugin.jdom.AbstractJDOMGenerator
- AbstractMetadataPlugin - Class in org.codehaus.modello.metadata
- AbstractMetadataPlugin() - Constructor for class org.codehaus.modello.metadata.AbstractMetadataPlugin
- AbstractModelloCore - Class in org.codehaus.modello.core
- AbstractModelloCore() - Constructor for class org.codehaus.modello.core.AbstractModelloCore
- AbstractModelloGenerator - Class in org.codehaus.modello.plugin
- AbstractModelloGenerator() - Constructor for class org.codehaus.modello.plugin.AbstractModelloGenerator
- AbstractPluginManager<T> - Class in org.codehaus.modello.plugin
- AbstractPluginManager() - Constructor for class org.codehaus.modello.plugin.AbstractPluginManager
- AbstractStaxGenerator - Class in org.codehaus.modello.plugin.stax
- AbstractStaxGenerator() - Constructor for class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
- AbstractXmlGenerator - Class in org.codehaus.modello.plugins.xml
-
Abstract class for plugins working on XML representation of the model, without having any need to generate Java code.
- AbstractXmlGenerator() - Constructor for class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
- AbstractXmlJavaGenerator - Class in org.codehaus.modello.plugins.xml
-
Abstract class for plugins generating Java code for XML representation of the model.
- AbstractXmlJavaGenerator() - Constructor for class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
- AbstractXpp3Generator - Class in org.codehaus.modello.plugin.xpp3
- AbstractXpp3Generator() - Constructor for 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
-
Deprecated.this method is not here any mode in castor codegen 1.3rc1
- addClass(ModelClass) - Method in class org.codehaus.modello.model.Model
- addClass(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Adds a JClass which should be printed in this file.
- addCodeSegment(CodeSegment) - Method in class org.codehaus.modello.model.ModelType
- addConstructor(JConstructor) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given Constructor to this classes list of constructors.
- addDeclaringClass(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(ModelDefault) - Method in class org.codehaus.modello.model.Model
- addDescriptor(JDocDescriptor) - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
Adds the given JDocDescriptor to this JDocComment
- addException(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Adds the given Exception to this Method's throws clause.
- addException(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Adds the given Exception to this JMethodSignature's throws clause.
- addField(ModelField) - Method in class org.codehaus.modello.model.ModelClass
- addField(JField) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given JField to this JClass
- addField(JField) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Adds the given JField to this JStructure.
- addField(JField) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given JField to this JStructure.
- addImport(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given import to this JStructure
- addIndented(String) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Adds the given statement to this JSourceCode.
- addInterface(String) - Method in class org.codehaus.modello.model.ModelClass
- addInterface(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given interface to the list of interfaces this JStructure inherits method declarations from, and either implements (JClass) or extends (JInterface).
- addInterface(ModelInterface) - Method in class org.codehaus.modello.model.Model
- addInterface(JInterface) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Adds a JInterface which should be printed in this file.
- addInterface(JInterface) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given interface to the list of interfaces this JStructure inherits method declarations from, and either implements (JClass) or extends (JInterface).
- addMember(JMember) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given JMember to this JClass
- addMember(JMember) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Adds the given JMember to this JStructure.
- addMember(JMember) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given JMember to this JStructure.
- addMetadata(Metadata) - Method in class org.codehaus.modello.model.BaseElement
- addMethod(JMethod) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given JMethod to this JClass
- addMethod(JMethod, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given JMethod to this JClass
- addMethod(JMethodSignature) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Adds the given JMethodSignature to this JClass
- addMethods(JMethod[]) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given array of JMethods to this JClass
- addModelImports(JClass, BaseElement) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- addParameter(JParameter) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
Adds the given parameter to this Methods list of parameters
- addParameter(JParameter) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Adds the given parameter to this JMethod's list of parameters.
- addParameter(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
- addSourceCode(String) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
- addStructure(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 variable 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
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JAnnotations
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JField
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
- 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
- AssociationMetadata - Interface in org.codehaus.modello.metadata
- AUTHOR - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The author descriptor
- AUTO_STYLE - Static variable 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 in org.codehaus.modello.model
-
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
- BLANK - Static variable in class org.codehaus.modello.plugin.xdoc.metadata.XdocFieldMetadata
- BLOCK_STYLE - Static variable in class org.codehaus.modello.plugin.java.javasource.JComment
-
The block comment style: \/* *\/
- BOOLEAN - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
- BYTE - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
C
- capitalise(String) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- 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 variable in class org.codehaus.modello.plugin.java.javasource.JType
- CHECK_DEPRECATION - Static variable in class org.codehaus.modello.model.ModelDefault
- CHECK_DEPRECATION_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
- ClassMetadata - Interface in org.codehaus.modello.metadata
- clear() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Clears all the code statements from this JSourceCode
- CLONE_DEEP - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- CLONE_DEEP - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- CLONE_MODES - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- CLONE_MODES - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- CLONE_NONE - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- CLONE_SHALLOW - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- CLONE_SHALLOW - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- close() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
- CodeSegment - Class in org.codehaus.modello.model
- CodeSegment() - Constructor for class org.codehaus.modello.model.CodeSegment
- compareTo(Version) - Method in class org.codehaus.modello.model.Version
- compareTo(JDocDescriptor) - Method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Compares the type of this JDocDescriptor with the given descriptor.
- COMPOSITOR - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- COMPOSITOR_ALL - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
- COMPOSITOR_SEQUENCE - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
- CONSTRUCTOR_INIT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- contextualize(Context) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- ConverterGenerator - Class in org.codehaus.modello.plugin.converters
-
Generate a basic conversion class between two versions of a model.
- ConverterGenerator() - Constructor for class org.codehaus.modello.plugin.converters.ConverterGenerator
- copy() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Creates a copy of this JModifiers
- copyInto(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
-
Deprecated.removed in javasource 1.3rc1, replaced by JArrayType
- 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(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
- 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
D
- DEFAULT_CHAR - Static variable in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
The default character to use for indentation
- DEFAULT_DATE_FORMAT - Static variable in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- DEFAULT_SIZE - Static variable in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
The default indentation size
- DEFAULT_VERSION - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The default version string
- DefaultGeneratorPluginManager - Class in org.codehaus.modello.core
- DefaultGeneratorPluginManager() - Constructor for class org.codehaus.modello.core.DefaultGeneratorPluginManager
- DefaultMetadataPluginManager - Class in org.codehaus.modello.core
- DefaultMetadataPluginManager() - Constructor for class org.codehaus.modello.core.DefaultMetadataPluginManager
- DefaultModelloCore - Class in org.codehaus.modello.core
- DefaultModelloCore() - Constructor for class org.codehaus.modello.core.DefaultModelloCore
- DOM_AS_XPP3 - Static variable in class org.codehaus.modello.ModelloParameterConstants
- Dom4jReaderGenerator - Class in org.codehaus.modello.plugin.dom4j
-
Generator that reads a model using dom4j.
- Dom4jReaderGenerator() - Constructor for class org.codehaus.modello.plugin.dom4j.Dom4jReaderGenerator
- Dom4jWriterGenerator - Class in org.codehaus.modello.plugin.dom4j
-
Generate a writer that uses Dom4J.
- Dom4jWriterGenerator() - Constructor for class org.codehaus.modello.plugin.dom4j.Dom4jWriterGenerator
- domAsXpp3 - Variable in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- DOUBLE - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
- DummyIdModelField - Class in org.codehaus.modello.plugin.stax
- DummyIdModelField() - Constructor for class org.codehaus.modello.plugin.stax.DummyIdModelField
E
- ENCODING - Static variable 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
- EXCEPTION - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The exception descriptor (exception)
- EXPLODE_MODE - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
F
- FIELD_INIT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- FieldMetadata - Interface in org.codehaus.modello.metadata
- FILENAME - Static variable in class org.codehaus.modello.ModelloParameterConstants
- FIRST_VERSION - Static variable in class org.codehaus.modello.ModelloParameterConstants
- FLOAT - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
- flush() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
G
- generate(Reader, String, Properties) - Method in class org.codehaus.modello.Modello
- generate(Model, String, Properties) - Method in class org.codehaus.modello.core.DefaultModelloCore
- generate(Model, String, Properties) - Method in interface org.codehaus.modello.core.ModelloCore
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.converters.ConverterGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.dom4j.Dom4jReaderGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.dom4j.Dom4jWriterGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.java.JavaModelloGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.jdom.JDOMWriterGenerator
- generate(Model, Properties) - Method in interface org.codehaus.modello.plugin.ModelloGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.sax.SaxWriterGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.stax.StaxReaderGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.stax.StaxSerializerGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.stax.StaxWriterGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.xdoc.XdocGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.xpp3.Xpp3ReaderGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.xpp3.Xpp3WriterGenerator
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.xsd.XsdGenerator
- GeneratorPluginManager - Interface in org.codehaus.modello.core
- 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.ModelType
- getAllFields() - Method in class org.codehaus.modello.model.ModelClass
-
Returns the list of all fields in this class.
- getAllFields() - Method in class org.codehaus.modello.model.ModelInterface
-
Returns the list of all fields in this class.
- getAllFields() - Method in class org.codehaus.modello.model.ModelType
-
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(boolean) - Method in class org.codehaus.modello.model.ModelInterface
-
Returns all the fields in this class and all super classes if withInheritedField equals to true.
- getAllFields(boolean) - Method in class org.codehaus.modello.model.ModelType
-
Returns all the fields in this class and all super classes if withInheritedField equals to true.
- getAllFields(Version, boolean) - Method in class org.codehaus.modello.model.ModelType
- getAllInterfaces() - Method in class org.codehaus.modello.model.Model
- getAnnotations() - Method in class org.codehaus.modello.model.BaseElement
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JField
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
- getAssociationMetadata(String) - Method in class org.codehaus.modello.model.ModelAssociation
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- getAttributesForAssociation(ModelAssociation) - Method in class org.codehaus.modello.core.io.ModelReader
- getAttributesForClass(ModelClass) - Method in class org.codehaus.modello.core.io.ModelReader
- getAttributesForField(ModelField) - Method in class org.codehaus.modello.core.io.ModelReader
- getAttributesForInterface(ModelInterface) - Method in class org.codehaus.modello.core.io.ModelReader
- getAttributesForModel() - Method in class org.codehaus.modello.core.io.ModelReader
- getBoolean() - Method in class org.codehaus.modello.model.ModelDefault
- getBoolean(Map<String, String>, String, boolean) - Method in class org.codehaus.modello.metadata.AbstractMetadataPlugin
- getBuildContext() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- getClass(String, Version) - Method in class org.codehaus.modello.model.Model
- getClass(String, Version, boolean) - Method in class org.codehaus.modello.model.Model
- getClass(String, VersionRange) - Method in class org.codehaus.modello.model.Model
- getClass(String, VersionRange, boolean) - Method in class org.codehaus.modello.model.Model
- getClasses(Model) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- getClasses(Version) - Method in class org.codehaus.modello.model.Model
- getClassMetadata(ModelClass, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- getCloneHook() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- getCloneMode() - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- getCloneMode() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- getCode() - Method in class org.codehaus.modello.model.CodeSegment
- getCodeSegments(Version) - Method in class org.codehaus.modello.model.ModelType
- getCodeSegments(VersionRange) - Method in class org.codehaus.modello.model.ModelType
- 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.JComponentizedType
-
Returns the component type.
- 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<ModelField>) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
Get the field which type is
Content
if any. - getContentField(List<ModelField>) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
Get the field which type is
Content
if any. - 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
- getDefaultPackageName(boolean, Version) - Method in class org.codehaus.modello.model.Model
- getDefaults() - Method in class org.codehaus.modello.model.Model
- getDefaultValue() - Method in class org.codehaus.modello.model.ModelField
- getDefaultValue(ModelAssociation) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- 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
- 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.
- 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) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the field with the given name, or null if no field was found with the given name.
- getField(String, Version) - Method in class org.codehaus.modello.model.ModelType
- getField(String, VersionRange) - Method in class org.codehaus.modello.model.ModelClass
- getField(String, VersionRange) - Method in class org.codehaus.modello.model.ModelInterface
- getField(String, VersionRange) - Method in class org.codehaus.modello.model.ModelType
- getFieldMetadata(ModelField, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- 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() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns an array of all the JFields of this JStructure
- getFields(Version) - Method in class org.codehaus.modello.model.ModelType
-
Returns the list of all fields in this class for a specific version.
- getFieldsForClass(ModelClass) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
Return the child fields of this class.
- getFieldsForXml(ModelClass, Version) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
Return the XML fields of this class, with proper XML order and no XML transient fields.
- getFieldsForXml(ModelClass, Version) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
Return the XML fields of this class, with proper XML order and no XML transient fields.
- 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.
- getFilename(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the name of the file that this JStructure would be printed to, given a call to #print.
- getFileName(String) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
- getFormat() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- getFromVersion() - Method in class org.codehaus.modello.model.VersionRange
- getGeneratedVersion() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- getGeneratorPlugin(String) - Method in class org.codehaus.modello.core.DefaultGeneratorPluginManager
- getGeneratorPlugin(String) - Method in interface org.codehaus.modello.core.GeneratorPluginManager
- getHeader() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- getHeader() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the JComment header to display at the top of the source file for this JStructure, or null if no header was set.
- getId() - Method in class org.codehaus.modello.model.Model
- getIdentifierFields(Version) - Method in class org.codehaus.modello.model.ModelType
- 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.
- getImports() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns an Enumeration of imported package and class names for this JStructure.
- 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);
- getInitializationMode() - Method in class org.codehaus.modello.plugin.java.metadata.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.
- getInsertParentFieldsUpTo() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- getInstanceName() - Method in class org.codehaus.modello.plugin.java.javasource.JCollectionType
-
Returns the instance name of this collection type.
- getInstanceName() - Method in class org.codehaus.modello.plugin.java.javasource.JMapType
-
Returns the instance name of this map type.
- getInterface(String, Version) - Method in class org.codehaus.modello.model.Model
- getInterface(String, VersionRange) - Method in class org.codehaus.modello.model.Model
- getInterfaceCount() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- getInterfaceName() - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- getInterfaces() - Method in class org.codehaus.modello.model.ModelClass
-
Returns the list of all interfaces of this class.
- getInterfaces() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns an Enumeration of interface names that this JStructure inherits from.
- getInterfaces(Version) - Method in class org.codehaus.modello.model.Model
- getItemsStyle() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- getJavaDefaultValue(ModelField) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- 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
- getJDocComment() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the Java Doc comment for this JStructure
- getKey() - Method in class org.codehaus.modello.model.ModelDefault
- 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
- getLocalName() - Method in class org.codehaus.modello.plugin.java.javasource.JType
- getLocationTracker() - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
- getLocationTracker(Version) - Method in class org.codehaus.modello.model.Model
- getMajor() - Method in class org.codehaus.modello.model.Version
- getMapStyle() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- getMetadata(Class<T>, 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 interface org.codehaus.modello.core.MetadataPluginManager
- getMetadataPluginManager() - Method in class org.codehaus.modello.core.DefaultModelloCore
- getMetadataPluginManager() - Method in interface 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 occurrence 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.model.ModelType
- getModel() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- getModelClass() - Method in class org.codehaus.modello.model.ModelField
- getModelMetadata(Model, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- 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.
- getModifiers() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the JModifiers which allows the qualifiers to be changed.
- getMultiplicity() - Method in class org.codehaus.modello.model.ModelAssociation
- getName() - Method in class org.codehaus.modello.model.BaseElement
- 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.plugin.stax.DummyIdModelField
- getName(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the name of the interface.
- 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.plugin.xsd.metadata.XsdModelMetadata
- getNamespace() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
- getNamespace(Model, Version) - Static method in class org.codehaus.modello.plugin.xsd.XsdModelHelper
- getNamespace(Version) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
- getNamespace(Version) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
- 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
- getPackageFromClassName(String) - Static method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
- getPackageFromClassName(String) - Static method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the package name from the given class name
- getPackageName() - Method in class org.codehaus.modello.model.ModelType
- 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.plugin.java.javasource.JStructure
-
Returns the name of the package that this JStructure is a member of.
- getPackageName(boolean, Version) - Method in class org.codehaus.modello.model.Model
-
Deprecated.This shouldn't be used, anything querying the model should read the package of the class. Use getDefaultPackageName(..).
- getPackageName(boolean, Version) - Method in class org.codehaus.modello.model.ModelType
- 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(String, Properties) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
Deprecated.
- getParameter(Properties, String) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- getParameter(Properties, String, String) - 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. - getPlugin(String) - Method in class org.codehaus.modello.plugin.AbstractPluginManager
- getPlugins() - Method in interface org.codehaus.modello.core.GeneratorPluginManager
- getPlugins() - Method in interface org.codehaus.modello.core.MetadataPluginManager
- getPlugins() - Method in class org.codehaus.modello.plugin.AbstractPluginManager
- getPluginsIterator() - Method in interface org.codehaus.modello.core.GeneratorPluginManager
- getPluginsIterator() - Method in interface org.codehaus.modello.core.MetadataPluginManager
- getPluginsIterator() - Method in class org.codehaus.modello.plugin.AbstractPluginManager
- getPrefix(JavaFieldMetadata) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- getReferenceIdentifierField(ModelAssociation) - Method in class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
- 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(Version) - Method in class org.codehaus.modello.model.Model
- getSchemaLocation() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
- getSchemaLocation(Version) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
- getSeparator() - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocFieldMetadata
- 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.
- getSourceTracker() - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
- getSourceTracker(Version) - Method in class org.codehaus.modello.model.Model
- 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>, String) - Method in class org.codehaus.modello.metadata.AbstractMetadataPlugin
- getSuperClass() - Method in class org.codehaus.modello.model.ModelClass
- getSuperClass() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Gets the super Class that this class extends
- getSuperInterface() - Method in class org.codehaus.modello.model.ModelInterface
- getTagName() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- getTagName() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlClassMetadata
- getTagName() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- getTargetNamespace() - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
- getTargetNamespace(Model, Version) - Static method in class org.codehaus.modello.plugin.xsd.XsdModelHelper
- getTargetNamespace(Model, Version, String) - Static method in class org.codehaus.modello.plugin.xsd.XsdModelHelper
- getTargetNamespace(Version) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
- 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.model.ModelAssociation
- getType() - Method in class org.codehaus.modello.model.ModelField
- getType() - Method in class org.codehaus.modello.model.VersionDefinition
- 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(String, Version) - Method in class org.codehaus.modello.model.Model
- getType(String, VersionRange) - Method in class org.codehaus.modello.model.Model
- 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
- getValue(String, String, XmlFieldMetadata) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
- getValueChecker(String, String, ModelField) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- getVersionDefinition() - Method in class org.codehaus.modello.model.Model
- getVersionRange() - Method in class org.codehaus.modello.model.BaseElement
- getXmlAttributeFields(List<ModelField>) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
Gets all fields that are not marked as XML attribute.
- greaterOrEqualsThan(Version) - Method in class org.codehaus.modello.model.Version
-
Returns true if
this
is greater or equals thanother
. - greaterThan(Version) - Method in class org.codehaus.modello.model.Version
-
Returns true if
this
is greater thatother
.
H
- hasClass(String, Version) - Method in class org.codehaus.modello.model.Model
- hasContentField(List<ModelField>) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
- hasField(String, Version) - Method in class org.codehaus.modello.model.ModelType
- hasGeneratorPlugin(String) - Method in class org.codehaus.modello.core.DefaultGeneratorPluginManager
- hasGeneratorPlugin(String) - Method in interface 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
- hasImport(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns true if the given classname exists in the imports of this JStructure
- hasMetadata(String) - Method in class org.codehaus.modello.model.BaseElement
- hasMetadataPlugin(String) - Method in class org.codehaus.modello.core.DefaultMetadataPluginManager
- hasMetadataPlugin(String) - Method in interface 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 variable 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 variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- ID - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- ID - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- ID - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaInterfaceMetadata
- ID - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaModelMetadata
- ID - Static variable in class org.codehaus.modello.plugin.model.ModelAssociationMetadata
- ID - Static variable in class org.codehaus.modello.plugin.model.ModelClassMetadata
- ID - Static variable in class org.codehaus.modello.plugin.model.ModelFieldMetadata
- ID - Static variable in class org.codehaus.modello.plugin.model.ModelInterfaceMetadata
- ID - Static variable in class org.codehaus.modello.plugin.model.ModelModelMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xdoc.metadata.XdocAssociationMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xdoc.metadata.XdocClassMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xdoc.metadata.XdocFieldMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xdoc.metadata.XdocInterfaceMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xdoc.metadata.XdocModelMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdAssociationMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdFieldMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdInterfaceMetadata
- ID - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
- ID - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- ID - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlClassMetadata
- ID - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- ID - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlInterfaceMetadata
- ID - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
- 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
- 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 variable in class org.codehaus.modello.model.Version
- INIT_TYPES - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- initHeader(JClass) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- initHeader(JInterface) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- initHeader(XMLWriter) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
- initialize() - Method in class org.codehaus.modello.model.Model
- initialize() - Method in class org.codehaus.modello.plugin.AbstractPluginManager
- initialize(Model) - Method in class org.codehaus.modello.model.ModelClass
- initialize(Model) - Method in class org.codehaus.modello.model.ModelType
- initialize(ModelClass) - Method in class org.codehaus.modello.model.ModelField
- initialize(Model, Properties) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- initialize(Model, Properties) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- initialize(Model, Properties) - Method in class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
- initialize(Model, Properties) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
- INLINE_MODE - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- input(Reader) - Method in class org.codehaus.modello.core.AbstractModelloCore
- inside(VersionRange) - Method in class org.codehaus.modello.model.Version
- INT - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
- InterfaceMetadata - Interface in org.codehaus.modello.metadata
- isAbstract() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Returns true if the abstract qualifier is present.
- isAbstract() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
- isAbstract() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- isAdder() - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- isArray() - Method in class org.codehaus.modello.model.ModelField
- isArray() - Method in class org.codehaus.modello.plugin.java.javasource.JType
-
Checks to see if this JType represents an array.
- isAssociationPartToClass(ModelClass) - Method in class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
- isAttribute() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- isBidi() - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- isBooleanGetter() - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- isClassInModel(String, Model) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- isCollection(String) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- isContent() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- 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.model.BaseElement
- isEmpty(String) - Method in class org.codehaus.modello.model.ModelDefault
- isEmpty(String) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- isEnabled() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- isFieldType() - Method in class org.codehaus.modello.model.VersionDefinition
- isFinal() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Returns true if the final qualifier is present.
- isFlatItems() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- isGenerateBuilder() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- isGenerateStaticCreators() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- isGenerateToString() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- isGenericType() - Method in class org.codehaus.modello.model.ModelAssociation
- isGetter() - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- isIdentifier() - Method in class org.codehaus.modello.model.ModelField
- isInConflict(VersionRange, VersionRange) - Static method in class org.codehaus.modello.model.VersionUtil
- isInnerAssociation(ModelField) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- isInternalSuperClass() - Method in class org.codehaus.modello.model.ModelClass
- isJavaEnabled(ModelClass) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- isLocationTracking() - Method in class org.codehaus.modello.plugin.xpp3.Xpp3ExtendedReaderGenerator
- isLocationTracking() - Method in class org.codehaus.modello.plugin.xpp3.Xpp3ReaderGenerator
- isManyMultiplicity() - Method in class org.codehaus.modello.model.ModelAssociation
- isMap(String) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- isMapExplode() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- isMapInline() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- isModelVersionField() - Method in class org.codehaus.modello.model.ModelField
- isNamespaceType() - Method in class org.codehaus.modello.model.VersionDefinition
- isNewline() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Checks to see if the cursor is positioned on a new line
- isOneMultiplicity() - Method in class org.codehaus.modello.model.ModelAssociation
- 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
- isPrimitive() - Method in class org.codehaus.modello.model.ModelField
- isPrimitive() - Method in class org.codehaus.modello.plugin.java.javasource.JType
-
Checks to see if this JType represents a primitive
- 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.metadata.XmlAssociationMetadata
- isRelevant(ModelClass) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- isRelevant(ModelClass) - Method in class org.codehaus.modello.plugin.xpp3.Xpp3ExtendedReaderGenerator
- 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.metadata.JavaFieldMetadata
- isStandaloneRead() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlClassMetadata
- isStatic() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Returns true if the modifier represented is static.
- isSuppressAllWarnings() - Method in class org.codehaus.modello.plugin.java.metadata.JavaModelMetadata
- isToInfinite() - Method in class org.codehaus.modello.model.VersionRange
- isTrackingSupport(ModelClass) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- isTransient() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Returns true if the modifier represented is transient.
- isTransient() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- isTrim() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- isUseJava50() - Method in class org.codehaus.modello.plugin.java.javasource.JComponentizedType
-
Indicates whether Java 5.0 is used.
- isValidClassName(String) - Static method in class org.codehaus.modello.plugin.java.javasource.JStructure
- isWrappedItems() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- ITEMS_STYLE_FLAT - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- ITEMS_STYLE_WRAPPED - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
J
- JAnnotations - Class in org.codehaus.modello.plugin.java.javasource
- JAnnotations() - Constructor for class org.codehaus.modello.plugin.java.javasource.JAnnotations
- JArrayType - Class in org.codehaus.modello.plugin.java.javasource
-
JType sub-class for Arrays.
- JArrayType(JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JArrayType
-
Creates an instance of a array type, of type 'name'.
- JAVA_ABSTRACT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_ADDER - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_BIDI - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_CLONE - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_CLONE_HOOK - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_ENABLED - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_GENERATE_BUILDER - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_GENERATE_STATIC_CREATORS - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_GENERATE_TOSTRING - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_GETTER - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_INIT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_SETTER - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_SUPPRESS_ALL_WARNINGS - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JAVA_USE_INTERFACE - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JavaAssociationMetadata - Class in org.codehaus.modello.plugin.java.metadata
- JavaAssociationMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- JavaClassMetadata - Class in org.codehaus.modello.plugin.java.metadata
- JavaClassMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- JAVADOC_STYLE - Static variable in class org.codehaus.modello.plugin.java.javasource.JComment
-
Similiar to HEADER_STYLE, but starts with: \/**
- JavaFieldMetadata - Class in org.codehaus.modello.plugin.java.metadata
- JavaFieldMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- JavaInterfaceMetadata - Class in org.codehaus.modello.plugin.java.metadata
- JavaInterfaceMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaInterfaceMetadata
- JavaMetadataPlugin - Class in org.codehaus.modello.plugin.java.metadata
- JavaMetadataPlugin() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- JavaModelloGenerator - Class in org.codehaus.modello.plugin.java
- JavaModelloGenerator() - Constructor for class org.codehaus.modello.plugin.java.JavaModelloGenerator
- JavaModelMetadata - Class in org.codehaus.modello.plugin.java.metadata
- JavaModelMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaModelMetadata
- JClass - Class in org.codehaus.modello.plugin.java.javasource
-
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
- JCollectionType - Class in org.codehaus.modello.plugin.java.javasource
-
JType sub-class for collections.
- JCollectionType(String, String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JCollectionType
-
Creates an instance of a collection type, of type 'collectionName'.
- JCollectionType(String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JCollectionType
-
Creates an instance of a collection type, of type 'collectionName'.
- JComment - Class in org.codehaus.modello.plugin.java.javasource
-
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
- JComponentizedType - Class in org.codehaus.modello.plugin.java.javasource
-
JType sub-class for componentized types, such as array as collections.
- JComponentizedType(String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JComponentizedType
-
Creates an instance of a componentized type, of type 'name'.
- JCompUnit - Class in org.codehaus.modello.plugin.java.javasource
-
A representation of the Java Source code for a Java compilation unit.
- JCompUnit(String, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Creates a new JCompUnit
- JCompUnit(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(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.
- JConstructor - Class in org.codehaus.modello.plugin.java.javasource
-
A class for handling source code for a constructor of a JClass
- JConstructor(JClass) - Constructor for class org.codehaus.modello.plugin.java.javasource.JConstructor
-
Creates a new method with the given name and returnType.
- JDocComment - Class in org.codehaus.modello.plugin.java.javasource
-
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 in org.codehaus.modello.plugin.java.javasource
-
A descriptor for a JavaDoc comment
- JDOMWriterGenerator - Class in org.codehaus.modello.plugin.jdom
- JDOMWriterGenerator() - Constructor for class org.codehaus.modello.plugin.jdom.JDOMWriterGenerator
- JField - Class in org.codehaus.modello.plugin.java.javasource
-
A class which holds information about a field.
- JField(JType, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JField
- JInterface - Class in org.codehaus.modello.plugin.java.javasource
-
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.
- JMapType - Class in org.codehaus.modello.plugin.java.javasource
-
JType sub-class for maps.
- JMapType(String, String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMapType
-
Creates an instance of a map type, of type 'mapName'.
- JMapType(String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMapType
-
Creates an instance of a map type, of type 'mapName'.
- JMethod - Class in org.codehaus.modello.plugin.java.javasource
-
A class which holds information about the methods of a JClass.
- JMethod(String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMethod
-
Creates a new JMethod with the given name and "void" return type.
- JMethod(String, JType, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMethod
-
Creates a new JMethod with the given name and returnType.
- JMethod(JType, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMethod
-
Deprecated.removed in future version of javasource
- JMethodSignature - Class in org.codehaus.modello.plugin.java.javasource
-
A class which holds information about the signature of a JMethod.
- JMethodSignature(String, JType) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Creates a new method with the given name and return type.
- JModifiers - Class in org.codehaus.modello.plugin.java.javasource
-
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 in org.codehaus.modello.plugin.java.javasource
-
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.
- JParameter - Class in org.codehaus.modello.plugin.java.javasource
-
Represents a parameter to a JMethod.
- JParameter(JType, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JParameter
-
Creates a new JParameter with the given type, and name
- JSourceCode - Class in org.codehaus.modello.plugin.java.javasource
-
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 in org.codehaus.modello.plugin.java.javasource
-
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
- JStructure - Class in org.codehaus.modello.plugin.java.javasource
-
This class represents the basic Java "structure" for a Java source file.
- JStructure(String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JStructure
-
Creates a new JStructure with the given name.
- JType - Class in org.codehaus.modello.plugin.java.javasource
- JType(String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JType
-
Creates a new JType with the given name
L
- LAZY_INIT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- lesserOrEqualsThan(Version) - Method in class org.codehaus.modello.model.Version
-
Returns true if
this
is lesser or equals thatother
. - lesserThan(Version) - Method in class org.codehaus.modello.model.Version
-
Returns true if
this
is lesser thanother
. - LINE_STYLE - Static variable in class org.codehaus.modello.plugin.java.javasource.JComment
-
The line comment style: \/\/
- LIST - Static variable in class org.codehaus.modello.model.ModelDefault
- LIST_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
- loadModel(File) - Method in class org.codehaus.modello.core.DefaultModelloCore
- loadModel(File) - Method in interface org.codehaus.modello.core.ModelloCore
- loadModel(Reader) - Method in class org.codehaus.modello.core.DefaultModelloCore
- loadModel(Reader) - Method in class org.codehaus.modello.core.io.ModelReader
- loadModel(Reader) - Method in interface org.codehaus.modello.core.ModelloCore
- LOCATION_TRACKER - Static variable in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
- LONG - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
- LS - Static variable in class org.codehaus.modello.plugin.xsd.XsdGenerator
M
- main(String[]) - Static method in class org.codehaus.modello.ModelloCli
- 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"
- MANY_MULTIPLICITY - Static variable in class org.codehaus.modello.model.ModelAssociation
- MAP - Static variable in class org.codehaus.modello.model.ModelDefault
- MAP_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
- MAX_LENGTH - Static variable in class org.codehaus.modello.plugin.java.javasource.JComment
-
The maximum number of characters per line
- Metadata - Interface in org.codehaus.modello.metadata
- MetadataPlugin - Interface in org.codehaus.modello.metadata
- MetadataPluginManager - Interface in org.codehaus.modello.core
- Model - Class in org.codehaus.modello.model
- Model() - Constructor for class org.codehaus.modello.model.Model
- ModelAssociation - Class in org.codehaus.modello.model
- ModelAssociation() - Constructor for class org.codehaus.modello.model.ModelAssociation
- ModelAssociationMetadata - Class in org.codehaus.modello.plugin.model
- ModelAssociationMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelAssociationMetadata
- ModelClass - Class in org.codehaus.modello.model
- ModelClass() - Constructor for class org.codehaus.modello.model.ModelClass
- ModelClass(Model, String) - Constructor for class org.codehaus.modello.model.ModelClass
- ModelClassMetadata - Class in org.codehaus.modello.plugin.model
- ModelClassMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelClassMetadata
- ModelDefault - Class in org.codehaus.modello.model
-
Default values for a model, that can be overrided with
defaults
element of the model descriptor. - ModelDefault() - Constructor for class org.codehaus.modello.model.ModelDefault
- ModelField - Class in org.codehaus.modello.model
- ModelField() - Constructor for class org.codehaus.modello.model.ModelField
- ModelField(ModelClass, String) - Constructor for class org.codehaus.modello.model.ModelField
- ModelFieldMetadata - Class in org.codehaus.modello.plugin.model
- ModelFieldMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelFieldMetadata
- ModelInterface - Class in org.codehaus.modello.model
- ModelInterface() - Constructor for class org.codehaus.modello.model.ModelInterface
- ModelInterface(Model, String) - Constructor for class org.codehaus.modello.model.ModelInterface
- ModelInterfaceMetadata - Class in org.codehaus.modello.plugin.model
- ModelInterfaceMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelInterfaceMetadata
- Modello - Class in org.codehaus.modello
- Modello() - Constructor for class org.codehaus.modello.Modello
- ModelloCli - Class in org.codehaus.modello
- ModelloCli() - Constructor for class org.codehaus.modello.ModelloCli
- ModelloCore - Interface in org.codehaus.modello.core
- ModelloException - Exception in org.codehaus.modello
- ModelloException(String) - Constructor for exception org.codehaus.modello.ModelloException
- ModelloException(String, Throwable) - Constructor for exception org.codehaus.modello.ModelloException
- ModelloGenerator - Interface in org.codehaus.modello.plugin
- ModelloParameterConstants - Class in org.codehaus.modello
- ModelloRuntimeException - Exception in org.codehaus.modello
- ModelloRuntimeException(String) - Constructor for exception org.codehaus.modello.ModelloRuntimeException
- ModelloRuntimeException(String, Throwable) - Constructor for exception org.codehaus.modello.ModelloRuntimeException
- ModelMetadata - Interface in org.codehaus.modello.metadata
- ModelMetadataPlugin - Class in org.codehaus.modello.plugin.model
- ModelMetadataPlugin() - Constructor for class org.codehaus.modello.plugin.model.ModelMetadataPlugin
- ModelModelMetadata - Class in org.codehaus.modello.plugin.model
- ModelModelMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelModelMetadata
- ModelReader - Class in org.codehaus.modello.core.io
- ModelReader() - Constructor for class org.codehaus.modello.core.io.ModelReader
- ModelType - Class in org.codehaus.modello.model
-
Either a model class or interface.
- ModelType() - Constructor for class org.codehaus.modello.model.ModelType
- ModelType(Model, String) - Constructor for class org.codehaus.modello.model.ModelType
- ModelValidationException - Exception in org.codehaus.modello.model
- ModelValidationException(String) - Constructor for exception org.codehaus.modello.model.ModelValidationException
N
- NAMESPACE - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- newJSourceWriter(String, String) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-
Create a new java source file writer, with configured encoding.
- NONE - Static variable in class org.codehaus.modello.plugin.xdoc.metadata.XdocFieldMetadata
O
- ONE_MULTIPLICITY - Static variable in class org.codehaus.modello.model.ModelAssociation
- org.codehaus.modello - package org.codehaus.modello
- org.codehaus.modello.core - package org.codehaus.modello.core
- org.codehaus.modello.core.io - package org.codehaus.modello.core.io
- org.codehaus.modello.metadata - package org.codehaus.modello.metadata
- org.codehaus.modello.model - package org.codehaus.modello.model
- org.codehaus.modello.plugin - package org.codehaus.modello.plugin
- org.codehaus.modello.plugin.converters - package org.codehaus.modello.plugin.converters
- org.codehaus.modello.plugin.dom4j - package org.codehaus.modello.plugin.dom4j
- org.codehaus.modello.plugin.java - package org.codehaus.modello.plugin.java
- org.codehaus.modello.plugin.java.javasource - package org.codehaus.modello.plugin.java.javasource
- org.codehaus.modello.plugin.java.metadata - package org.codehaus.modello.plugin.java.metadata
- org.codehaus.modello.plugin.jdom - package org.codehaus.modello.plugin.jdom
- org.codehaus.modello.plugin.model - package org.codehaus.modello.plugin.model
- org.codehaus.modello.plugin.sax - package org.codehaus.modello.plugin.sax
- org.codehaus.modello.plugin.stax - package org.codehaus.modello.plugin.stax
- org.codehaus.modello.plugin.xdoc - package org.codehaus.modello.plugin.xdoc
- org.codehaus.modello.plugin.xdoc.metadata - package org.codehaus.modello.plugin.xdoc.metadata
- org.codehaus.modello.plugin.xpp3 - package org.codehaus.modello.plugin.xpp3
- org.codehaus.modello.plugin.xsd - package org.codehaus.modello.plugin.xsd
- org.codehaus.modello.plugin.xsd.metadata - package org.codehaus.modello.plugin.xsd.metadata
- org.codehaus.modello.plugins.xml - package org.codehaus.modello.plugins.xml
- org.codehaus.modello.plugins.xml.metadata - package org.codehaus.modello.plugins.xml.metadata
- output(Model, Writer) - Method in class org.codehaus.modello.core.AbstractModelloCore
- OUTPUT_DIRECTORY - Static variable in class org.codehaus.modello.ModelloParameterConstants
- OUTPUT_JSONSCHEMA_FILE_NAME - Static variable in class org.codehaus.modello.ModelloParameterConstants
- OUTPUT_XDOC_FILE_NAME - Static variable in class org.codehaus.modello.ModelloParameterConstants
- OUTPUT_XSD_FILE_NAME - Static variable in class org.codehaus.modello.ModelloParameterConstants
P
- PACKAGE - Static variable in class org.codehaus.modello.model.ModelDefault
- PACKAGE_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
- PACKAGE_WITH_VERSION - Static variable in class org.codehaus.modello.ModelloParameterConstants
- PARAM - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The param descriptor (param)
- parseArgumentsFromCommandLine(String[]) - Static method in class org.codehaus.modello.ModelloCli
- parseModel(Model, XmlPullParser) - Method in class org.codehaus.modello.core.io.ModelReader
- 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() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Prints the source code for this JStructure in the current working directory.
- 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.
- print(String, String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Prints the source code for this JStructure to the destination directory.
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JAnnotations
-
prints this Annotations using the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Prints the source code for this JClass to the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JComment
-
prints this JComment using the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Prints the source code for this JClass.
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
prints this JavaDoc comment using the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Prints the source code for this JInterface to the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Prints this JMethod to the given JSourceWriter.
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Prints the method signature.
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Prints this JSourceCode to the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Prints the source code for this JStructure to the given JSourceWriter.
- print(JSourceWriter, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Prints the source code for this JClass to the given JSourceWriter
- print(JSourceWriter, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Prints the source code for this JInterface to the given JSourceWriter
- print(JSourceWriter, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Prints the method signature.
- printHeader(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
A utility method that prints the header to the given JSourceWriter
- printImportDeclarations(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
A utility method that prints the imports to the given JSourceWriter
- printlnWithPrefix(String, String, JSourceWriter) - Static method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Prints the given source string to the JSourceWriter using the given prefix at the beginning of each new line.
- printPackageDeclaration(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
A utility method that prints the packageDeclaration to the given JSourceWriter
- printStructures(JSourceWriter, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Print the source code for the contained JClass objects.
- PROPERTIES - Static variable in class org.codehaus.modello.model.ModelDefault
- PROPERTIES_VALUE - Static variable 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 variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The reference descriptor (see)
- 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(JConstructor) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Removes the given constructor from this JClass
- removeDeclaringClass(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(String) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Removes the field with the given name from this JClass
- removeField(JField) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Removes the given JField from this JClass
- removeImport(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
- removeInnerClass(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Removes the given inner-class (JClass) from this JClass.
- resolveTagName(String, XmlAssociationMetadata) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
Resolve XML tag name for an item in an association with many multiplicity.
- resolveTagName(String, XmlAssociationMetadata) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
Resolve XML tag name for an item in an association with many multiplicity.
- resolveTagName(ModelClass) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
Resolve XML tag name for a class.
- resolveTagName(ModelClass) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
Resolve XML tag name for a class.
- resolveTagName(ModelField, XmlFieldMetadata) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
Resolve XML tag name for a field.
- resolveTagName(ModelField, XmlFieldMetadata) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
Resolve XML tag name for a field.
- RETURN - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The return descriptor (return)
- ROLE - Static variable in interface org.codehaus.modello.core.GeneratorPluginManager
- ROLE - Static variable in interface org.codehaus.modello.core.MetadataPluginManager
- ROLE - Static variable in interface org.codehaus.modello.core.ModelloCore
- ROLE - Static variable in interface org.codehaus.modello.metadata.MetadataPlugin
- ROOT_ELEMENT - Static variable in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
S
- saveModel(Model, Writer) - Method in class org.codehaus.modello.core.DefaultModelloCore
- saveModel(Model, Writer) - Method in interface org.codehaus.modello.core.ModelloCore
- SaxWriterGenerator - Class in org.codehaus.modello.plugin.sax
- SaxWriterGenerator() - Constructor for class org.codehaus.modello.plugin.sax.SaxWriterGenerator
- SET - Static variable in class org.codehaus.modello.model.ModelDefault
- SET_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
- 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. - setAbstract(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- setAdder(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- setAlias(String) - Method in class org.codehaus.modello.model.ModelField
- setAnnotations(List<String>) - Method in class org.codehaus.modello.model.BaseElement
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JField
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
- setAttribute(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- setBidi(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- setBooleanGetter(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- setCloneHook(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- setCloneMode(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- setCloneMode(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- setCode(String) - Method in class org.codehaus.modello.model.CodeSegment
- 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.
- setComment(JDocComment) - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Sets the comment describing this member.
- setCompositor(String) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
- setContent(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- setDeclaringClass(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JField
- setDefaultValue(String) - Method in class org.codehaus.modello.model.ModelField
- setDeprecatedVersion(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
- setEnabled(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- setFinal(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Sets whether or not the "final" qualifier is present
- setFormat(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- setGenerateBuilder(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- setGenerateStaticCreators(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- setGenerateToString(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- setGetter(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- setHeader(JComment) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Sets the header comment for this JCompUnit
- setHeader(JComment) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Sets the header comment for this JStructure
- setId(String) - Method in class org.codehaus.modello.model.Model
- setIdentifier(boolean) - Method in class org.codehaus.modello.model.ModelField
- setInitializationMode(String) - Method in class org.codehaus.modello.plugin.java.metadata.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.
- setInsertParentFieldsUpTo(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- setInterfaceName(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- setItemsStyle(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- setKey(String) - Method in class org.codehaus.modello.model.ModelDefault
- setLineSeparator(String) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Sets the line separator to use at the end of each line
- setLocationTracker(String) - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
- setMapStyle(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- setModifiers(JModifiers) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
- setModifiers(JModifiers) - Method in class org.codehaus.modello.plugin.java.javasource.JField
- setModifiers(JModifiers) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Sets the JModifiers for this JMethod.
- setModifiers(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.plugin.xsd.metadata.XsdModelMetadata
- setNamespace(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
- setPackageName(String) - Method in class org.codehaus.modello.model.ModelType
- setPackageName(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Deprecated.removed in future version of javasource
- setReference(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- setRequired(boolean) - Method in class org.codehaus.modello.model.ModelField
- setRootElement(boolean) - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
- setSchemaLocation(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
- setSeparator(String) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocFieldMetadata
- setSetter(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- 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.
- setSourceCode(JSourceCode) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
- setSourceCode(JSourceCode) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Sets the given JSourceCode as the source code (method body) for this JMethod.
- setSourceTracker(String) - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
- setStandaloneRead(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlClassMetadata
- setStatic(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Sets whether or not the "static" qualifier is present
- 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.model.ModelClass
- setSuperClass(String) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Sets the super Class that this class extends
- setSuperInterface(String) - Method in class org.codehaus.modello.model.ModelInterface
- setSuppressAllWarnings(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaModelMetadata
- setTagName(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- setTagName(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlClassMetadata
- setTagName(String) - Method in class org.codehaus.modello.plugins.xml.metadata.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
- setTransient(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- setTrim(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- setType(String) - Method in class org.codehaus.modello.model.ModelField
- setType(String) - Method in class org.codehaus.modello.model.VersionDefinition
- setType(JType) - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
-
Sets the type of this parameter
- setTypeValidator(String) - Method in class org.codehaus.modello.model.ModelField
- setValue(String) - Method in class org.codehaus.modello.model.ModelDefault
- setValue(String) - Method in class org.codehaus.modello.model.VersionDefinition
- setVersionDefinition(VersionDefinition) - Method in class org.codehaus.modello.model.Model
- setVersionRange(VersionRange) - Method in class org.codehaus.modello.model.BaseElement
- SHORT - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
- singular(String) - Static method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- size() - Method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Returns the number of Object associations currently in this named map
- SOURCE_TRACKER - Static variable in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
- StaxReaderGenerator - Class in org.codehaus.modello.plugin.stax
- StaxReaderGenerator() - Constructor for class org.codehaus.modello.plugin.stax.StaxReaderGenerator
- StaxSerializerGenerator - Class in org.codehaus.modello.plugin.stax
-
Generates the IndentingXMLStreamWriter used by the writer for pretty printing.
- StaxSerializerGenerator() - Constructor for class org.codehaus.modello.plugin.stax.StaxSerializerGenerator
- StaxWriterGenerator - Class in org.codehaus.modello.plugin.stax
- StaxWriterGenerator() - Constructor for class org.codehaus.modello.plugin.stax.StaxWriterGenerator
- STRICT_PARSER - Static variable in class org.codehaus.modello.ModelloParameterConstants
- STRICT_XML_ATTRIBUTES - Static variable in class org.codehaus.modello.model.ModelDefault
- STRICT_XML_ATTRIBUTES_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
- strictXmlAttributes - Variable in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
- suppressAllWarnings(Model, JStructure) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
T
- TARGET_NAMESPACE - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- toString() - Method in class org.codehaus.modello.model.ModelField
- toString() - Method in class org.codehaus.modello.model.Version
- toString() - Method in class org.codehaus.modello.model.VersionRange
- toString() - Method in class org.codehaus.modello.plugin.java.javasource.JAnnotations
-
Returns the String representation of this JAnnotations
- toString() - Method in class org.codehaus.modello.plugin.java.javasource.JArrayType
-
Returns the String representation of this JType, which is simply the name of this type.
- toString() - Method in class org.codehaus.modello.plugin.java.javasource.JCollectionType
-
Returns the String representation of this JType.
- 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.JMapType
- 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(String, String) - Method in class org.codehaus.modello.model.Version
- translate(Reader, Writer, String, Properties) - Method in class org.codehaus.modello.Modello
- translate(Reader, String, Properties) - Method in class org.codehaus.modello.core.DefaultModelloCore
- translate(Reader, String, Properties) - Method in interface org.codehaus.modello.core.ModelloCore
U
- uncapitalise(String) - Static method in class org.codehaus.modello.plugin.AbstractModelloGenerator
- 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
- USE_JAVA5 - Static variable in class org.codehaus.modello.ModelloParameterConstants
- useJava5 - Variable in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
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
- Version - Class in org.codehaus.modello.model
-
A version string is on the form <major>.<minor>.<micro>.
- Version(String) - Constructor for class org.codehaus.modello.model.Version
- VERSION - Static variable in class org.codehaus.modello.ModelloParameterConstants
- VERSION - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
the version descriptor (version)
- VersionDefinition - Class in org.codehaus.modello.model
- VersionDefinition() - Constructor for class org.codehaus.modello.model.VersionDefinition
- VersionRange - Class in org.codehaus.modello.model
-
A version range.
- VersionRange(String) - Constructor for class org.codehaus.modello.model.VersionRange
- VersionRange(Version) - Constructor for class org.codehaus.modello.model.VersionRange
- VersionUtil - Class in org.codehaus.modello.model
- VersionUtil() - Constructor for class org.codehaus.modello.model.VersionUtil
W
- 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
- writeDateParsingHelper(JSourceCode, String) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
- 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
X
- XDOC_SEPARATOR - Static variable in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
- XdocAssociationMetadata - Class in org.codehaus.modello.plugin.xdoc.metadata
- XdocAssociationMetadata() - Constructor for class org.codehaus.modello.plugin.xdoc.metadata.XdocAssociationMetadata
- XdocClassMetadata - Class in org.codehaus.modello.plugin.xdoc.metadata
- XdocClassMetadata() - Constructor for class org.codehaus.modello.plugin.xdoc.metadata.XdocClassMetadata
- XdocFieldMetadata - Class in org.codehaus.modello.plugin.xdoc.metadata
- XdocFieldMetadata() - Constructor for class org.codehaus.modello.plugin.xdoc.metadata.XdocFieldMetadata
- XdocGenerator - Class in org.codehaus.modello.plugin.xdoc
- XdocGenerator() - Constructor for class org.codehaus.modello.plugin.xdoc.XdocGenerator
- XdocInterfaceMetadata - Class in org.codehaus.modello.plugin.xdoc.metadata
- XdocInterfaceMetadata() - Constructor for class org.codehaus.modello.plugin.xdoc.metadata.XdocInterfaceMetadata
- XdocMetadataPlugin - Class in org.codehaus.modello.plugin.xdoc.metadata
- XdocMetadataPlugin() - Constructor for class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
- XdocModelMetadata - Class in org.codehaus.modello.plugin.xdoc.metadata
- XdocModelMetadata() - Constructor for class org.codehaus.modello.plugin.xdoc.metadata.XdocModelMetadata
- XML_ATTRIBUTE - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_CONTENT - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_FORMAT - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_INSERT_PARENT_FIELDS_UP_TO - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_ITEMS_STYLE - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_MAP_STYLE - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_NAMESPACE - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_REFERENCE - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_SCHEMA_LOCATION - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_STANDALONE_READ - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_TAG_NAME - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_TRANSIENT - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XML_TRIM - Static variable in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XmlAssociationMetadata - Class in org.codehaus.modello.plugins.xml.metadata
- XmlAssociationMetadata() - Constructor for class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- XmlClassMetadata - Class in org.codehaus.modello.plugins.xml.metadata
- XmlClassMetadata() - Constructor for class org.codehaus.modello.plugins.xml.metadata.XmlClassMetadata
- XmlFieldMetadata - Class in org.codehaus.modello.plugins.xml.metadata
- XmlFieldMetadata() - Constructor for class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
- XmlInterfaceMetadata - Class in org.codehaus.modello.plugins.xml.metadata
- XmlInterfaceMetadata() - Constructor for class org.codehaus.modello.plugins.xml.metadata.XmlInterfaceMetadata
- XmlMetadataPlugin - Class in org.codehaus.modello.plugins.xml.metadata
- XmlMetadataPlugin() - Constructor for class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
- XmlModelMetadata - Class in org.codehaus.modello.plugins.xml.metadata
- XmlModelMetadata() - Constructor for class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
- Xpp3ExtendedReaderGenerator - Class in org.codehaus.modello.plugin.xpp3
-
The generator for XPP3-based parsers that support input location tracking.
- Xpp3ExtendedReaderGenerator() - Constructor for class org.codehaus.modello.plugin.xpp3.Xpp3ExtendedReaderGenerator
- Xpp3ReaderGenerator - Class in org.codehaus.modello.plugin.xpp3
- Xpp3ReaderGenerator() - Constructor for class org.codehaus.modello.plugin.xpp3.Xpp3ReaderGenerator
- Xpp3WriterGenerator - Class in org.codehaus.modello.plugin.xpp3
- Xpp3WriterGenerator() - Constructor for class org.codehaus.modello.plugin.xpp3.Xpp3WriterGenerator
- XsdAssociationMetadata - Class in org.codehaus.modello.plugin.xsd.metadata
-
XsdAssociationMetadata
- XsdAssociationMetadata() - Constructor for class org.codehaus.modello.plugin.xsd.metadata.XsdAssociationMetadata
- XsdClassMetadata - Class in org.codehaus.modello.plugin.xsd.metadata
-
XsdClassMetadata
- XsdClassMetadata() - Constructor for class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
- XsdFieldMetadata - Class in org.codehaus.modello.plugin.xsd.metadata
-
XsdFieldMetadata
- XsdFieldMetadata() - Constructor for class org.codehaus.modello.plugin.xsd.metadata.XsdFieldMetadata
- XsdGenerator - Class in org.codehaus.modello.plugin.xsd
- XsdGenerator() - Constructor for class org.codehaus.modello.plugin.xsd.XsdGenerator
- XsdInterfaceMetadata - Class in org.codehaus.modello.plugin.xsd.metadata
-
XsdFieldMetadata
- XsdInterfaceMetadata() - Constructor for class org.codehaus.modello.plugin.xsd.metadata.XsdInterfaceMetadata
- XsdMetadataPlugin - Class in org.codehaus.modello.plugin.xsd.metadata
-
XsdMetadataPlugin
- XsdMetadataPlugin() - Constructor for class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- XsdModelHelper - Class in org.codehaus.modello.plugin.xsd
-
Helper methods to deal with XML schema representation of the model.
- XsdModelHelper() - Constructor for class org.codehaus.modello.plugin.xsd.XsdModelHelper
- XsdModelMetadata - Class in org.codehaus.modello.plugin.xsd.metadata
-
XsdModelMetadata
- XsdModelMetadata() - Constructor for class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
All Classes All Packages