Index
All Classes and Interfaces|All Packages|Constant Field Values
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
- 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(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Adds a JClass which should be printed in this file.
- 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.
- 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(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.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(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.
- 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
- addModelImport(JClass, ModelType, String) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- 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.
- 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
- 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
- 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
- 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
- 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
- compareTo(JDocDescriptor) - Method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Compares the type of this JDocDescriptor with the given descriptor.
- CONSTRUCTOR_INIT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- 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
- domAsXpp3 - Variable in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- DOUBLE - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
E
- EXCEPTION - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The exception descriptor (exception)
F
- FIELD_INIT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- 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(Model, Properties) - Method in class org.codehaus.modello.plugin.java.JavaModelloGenerator
- 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(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- getClasses(Model) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- 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
- 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.
- 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
- 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
- getDefaultValue(ModelAssociation) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- 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
- 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.
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- 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
- 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.
- 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.
- 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.
- 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.
- getInterfaceCount() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- getInterfaceName() - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- getInterfaces() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns an Enumeration of interface names that this JStructure inherits from.
- 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
- 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
- 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.
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
- 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.
- 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(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the name of the interface.
- 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.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.
- 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.
- 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. - getPrefix(JavaFieldMetadata) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- 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.
- getSignature() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the JMethodSignature for this JMethod.
- getSourceCode() - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
- getSourceCode() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the JSourceCode for the method body.
- getStaticInitializationCode() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns the JSourceCode for the static initializer of this JClass
- getSuperClass() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Gets the super Class that this class extends
- 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
- getValueChecker(String, String, ModelField) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
H
- 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
- hasJavaSourceSupport(int) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- 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
- 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
- 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
- initialize(Model, Properties) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- INT - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
- 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.plugin.java.javasource.JType
-
Checks to see if this JType represents an array.
- isBidi() - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- isBooleanGetter() - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- isEmpty() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Returns true if this JSourceCode is empty (ie.
- isEnabled() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
- isFinal() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Returns true if the final qualifier is present.
- 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
- isGetter() - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- isJavaEnabled(ModelClass) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- isNewline() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Checks to see if the cursor is positioned on a new line
- isPackage() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Returns true if the modifier represented is package (= without qualifier).
- isPrimitive() - Method in class org.codehaus.modello.plugin.java.javasource.JType
-
Checks to see if this JType represents a primitive
- 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.
- isRelevant(ModelClass) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
- isSetter() - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
- 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
- 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.
- 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
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
- 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.
- 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
- LINE_STYLE - Static variable in class org.codehaus.modello.plugin.java.javasource.JComment
-
The line comment style: \/\/
- LONG - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
M
- 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"
- MAX_LENGTH - Static variable in class org.codehaus.modello.plugin.java.javasource.JComment
-
The maximum number of characters per line
N
- newJSourceWriter(String, String) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-
Create a new java source file writer, with configured encoding.
O
- 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
P
- PARAM - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The param descriptor (param)
- 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.
R
- REFERENCE - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The reference descriptor (see)
- 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.
- RETURN - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The return descriptor (return)
S
- 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
- 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
- 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
- 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.
- setDeclaringClass(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JField
- 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
- 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
- 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.
- setInterfaceName(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
- setLineSeparator(String) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Sets the line separator to use at the end of each line
- 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.
- 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
- 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.
- 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.plugin.java.javasource.JClass
-
Sets the super Class that this class extends
- setSuppressAllWarnings(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaModelMetadata
- setTransient(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Sets whether or not the "transient" qualifier is present
- setType(JType) - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
-
Sets the type of this parameter
- SHORT - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
- suppressAllWarnings(Model, JStructure) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
T
- 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.
U
- 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
V
- VERSION - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
the version descriptor (version)
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
- 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
All Classes and Interfaces|All Packages|Constant Field Values