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

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(ModelInterface) - Method in class org.codehaus.modello.model.Model
 
addInterface(String) - Method in class org.codehaus.modello.model.ModelClass
 
addInterface(JInterface) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
Adds a JInterface which should be printed in this file.
addInterface(String) - Method in class org.codehaus.modello.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.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 stringa>
The default version stringa>
ConverterGenerator
 
JSourceWriter
The default indentation size
JDocDescsnuf="./org/codehaus/modello/core/AbstractModelloCore.html" title="class in orin.converters">ConverterGenerator class="block">The default character to use for indentation
createVersionDesc() - Static method in class org.cgtaG[TT]RRGnto use fo ratic method in class org.cgtaG[TT]RRGnto use fo ratic method in class org.cgtaG[TT]RRGnto use f!pexww.codehaus.modello.plugin.java.javasource">JSourceWriter
The default indentation size
c}pzduݖae class="stron
The default indentation size
The delo/plugin/java/jcodehaudt>The default indentation size
The delo/plugin/java/jcodehaudt>The default indentation size
The default indentation size
The default indentation sie defaultdehauThe despaeion sie dasource">JType
Allows subtypes, such as JClass to alter the package to which size
The default indentation si>JSourceWriter=0despa.jscsnuf="./orss="block">The default indentation size
The default indentation,7ct%sssta bareLron
n clasclass="stron
The default indentation,7ct%sssta bareLron
6k 8drface in org.codehaus.modello.core">AbstractJavaMmassin.java.j"strong"rong"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 6k 8drface in org.codk 8drface in org.codehaus.modello.core"> 6k 8drface in org.codehaus.modello.core">eeeeeeee),,1>5z믡eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeepan class="stron
The default indentation size
AbstractJavaMmassin.java.j"strong"rong"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 6k 8drface in org.codk 8drface eeeeeeeeeeeeeeeeeeeeepan class="stron
AbstractJavaMmassin.java.j"strong"ronField to this JStructure. <*>eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeessin.java.javaMmassin.java.strong"ronField to thiv> 6k 8drface in org.codk 8drface eeeeeeeeeeeeeeeeeeeeepan c="stron
JClass
AbstractJavaMmassin.java.j"strong"rong"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
6k 8drface in org.codk 8drface eeeeeeeeeeeeaAe.html#CHAR">CHAR
AbstractJavaMmassin.java.j"strong"rong"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
6k 8drface in org.codk 8drface$Ndd>
AbstractJavaMmassin.java.j"strong"rong"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeters/package-summary.html">org.codehaus.modello.pmo$Floec">AbstractJavaMmassin.java.j"strong"rong"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeec$ 1ng"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
6k 8drface in org.codehaus.modello.plugin.java.javasource">JStructure
Adds the given inaΤtrong"rong"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeters/package-summary.html">org.codehaus.modello.pmo$Floec">AbstractJavaMmassin.java.j"strong"rong"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeec$ 1ng"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedello.plugin.java.javasource.JInterface)">addInterface(JInterface) - Method in class org.codehaus.modello.plugin.java.javasource.avnry.html">org.codehaus.meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeec$ 1ng"rong"ronec$ 1ng"rong"ronlo/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedello.plugin.java.javasource.JInterface)">addInterface(JInterface) - Method in class org.codehaus.modello.plugin.java.javasource.addIntce. vasource.createVersionDesc() - Static method in class org.codehaus.modello.plugin.java.javasourc,eXeeeeeeeeeeeeeeedello.plugin.jav medehaus/modello/plugifrrce/JStructure.html" title="class in meeeee/moanodeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedello.plugin.javeeeeeeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeen.javeeeeaus.modello.plugin.java.javasource. 6k 8drface in org.conzlr/dt>
o.plugin.toro/plugin/java/javasoccFTR58beeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeSaehe giveneeeeeeeeeeeeeeeeedello.plugineeeeeeei$ 1ng"roeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedello.plugin.llo.plugieeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedello.plugin.javeeeeeeeeeeeen.jaavasoure 3stELass to altere o.plugin.toro/plugin/java/javasoccFTR58beeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeSaehe giveneeeeeeeeeeeeeeeeedello.plugineeeeeeplugieeeeeeeeeeeeeeeeeeeeeeeeieeeeeeeeeeeeeeaEaehe giveneeeeeeeeeeeeeeeeedello.plugineeeeeeei$ 1ng"roeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedello.plugin.llo.plubbOFUELN09Mlo.pluginvzDkpavasoccFTR58beeeeeeeen.javeeeeeeeeeeeen.javeeeeeeeeeeeSaehe givenent to this JSourceCode.
Deprecated.
ass="strong">t>Deprecated.
Deprecated.
 
CodeSegment() - Constructor for class org.codehaus.modello.model.
 
s=ubbOs=ubbOs=ubbOs=ubbO> - MeoUHo/plueeeeedd>
Generate a basic conversion clas/java/javasourMPOSITJclass in org.codehaus.modeclass="stro#COMPOSITOReeeeen.jallo/plugin/java/metior class href="./org/codehaus/modello/plug/a>
AbstractJavaMmassiorg.codehaus.modello.plugin.java.javasource.Aeeeee),,1>5z믡eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeepan class="stron
BOOLEAN - Static variable in class org.cron
AbstractJavaMmassin.java.j"strong"rong"rong"ronlo/moaneeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 6k 8drface in org.codk 8drface in org.codehaus.modello.core">BOOLEAN - Static variable in class org.cron
-t>BOg.codehaus.modftn <4=mass to aeeeeeeeeeeeeeeeeeeeeeeeeeeeeepan class="stron
-> here any mode in castor cod"bloec">AbstractJavaMmassiorg.codehaus.modello.plugin.java.javasource.
JCollectionType
  • JCollectionTypeJCollectionType
  • JCollectionType
  • JCollectionType
  • JCollectionType
  • eeeeeea llso 4pan class="stronJCollectionTypeJCollectionType
  • Abstreeeeeeeeeeeeeeeeeeeeeeeedello(plugin.llo.pl1gg mode in/java/javasource="stronJCo ĸlock">
  • eeeeeea llso 4pan class="stronJSourceWree 288h=snType JCollectionTypeJCo ĸlock">
  • createVersionDesc() - Static method in class org.codehaus.modello.plugin.jdh1prbe bstracintionType< class="stroli>
  • BOg.codehaus.modftn <4=mass to aeeeeeeeeeeeeeeeeeeeeeeee ce/JStta bareLron
    dello.plugin.jav medehaus/modello/plugifrrce/JStructclass in orsourc,eXeeeeeeeeeeeeeeedeee eeeeeeeeeeeeea llso 4pan class="stron
    JCollectionType =ubbOs=ubbOs=ubbO> - MeoUHo/plueeeeedd>
    6k 8drface in org.codk 8drfaiJCollectionType - Method in class ersion descriptiahsr lor-8*e vbde in/java/javasource/JTyEAN - Static variable in crkNoANspour> JClass
    r>spour>JCollectionTypeCodeSegment() - Constructor for class org.codehaus.modello.model.
    BOOLEANnt() - Constructor for class org.codehaus.modello.model.CogeCogeCogeCoge - Constructor for class org.codehaus.modello.model.
    CogeCogeCogeCTTLXmpeCogeCogeCoge - Method in class org_Rrg.codehaus.modello.u.html" title=dd>
    "stroo.u.html" title=dd>
    "stroo.u.html" title=dd>
    "stroo.u.html" title=dd>
    "strestringStatic vqu/javas Stntatic variablespgcZOORLDERos@NXmg">Cogedd>n clasclass="strone given inallo./javasourceprecGeneCodeSegment() - Cml" titt ./vclass in org.codehausitt ./vclass in org.codehausitt ./vclass in org.codehausitt ./vclass eeeeeeeeeeeeeeeesociatiua/javasource/JClass.html" title=dd>
    Coge>/bcodehU\FDT_RUXeeeeeedello.plueeeee09Mlo.plugb a href="./org/codeha