Uses of Class
org.codehaus.modello.model.Version
Packages that use Version
Package
Description
-
Uses of Version in org.codehaus.modello.model
Fields in org.codehaus.modello.model declared as VersionModifier and TypeFieldDescriptionprivate Version
BaseElement.deprecatedVersion
private Version
VersionRange.fromVersion
static final Version
Version.INFINITE
private Version
VersionRange.toVersion
Methods in org.codehaus.modello.model that return VersionModifier and TypeMethodDescriptionBaseElement.getDeprecatedVersion()
VersionRange.getFromVersion()
VersionRange.getToVersion()
Methods in org.codehaus.modello.model with parameters of type VersionModifier and TypeMethodDescriptionint
ModelType.getAllFields
(Version version, boolean withInheritedField) Model.getClasses
(Version version) ModelType.getCodeSegments
(Version version) Model.getDefaultPackageName
(boolean withVersion, Version version) Returns the list of all fields in this class for a specific version.ModelType.getIdentifierFields
(Version version) Model.getInterface
(String type, Version version) Model.getInterfaces
(Version version) Model.getLocationTracker
(Version version) Model.getPackageName
(boolean withVersion, Version version) Deprecated.This shouldn't be used, anything querying the model should read the package of the class.ModelType.getPackageName
(boolean withVersion, Version version) Model.getSourceTracker
(Version version) boolean
Version.greaterOrEqualsThan
(Version other) Returns true ifthis
is greater or equals thanother
.boolean
Version.greaterThan
(Version other) Returns true ifthis
is greater thatother
.boolean
boolean
boolean
Version.lesserOrEqualsThan
(Version other) Returns true ifthis
is lesser or equals thatother
.boolean
Version.lesserThan
(Version other) Returns true ifthis
is lesser thanother
.void
BaseElement.setDeprecatedVersion
(Version deprecatedVersion) Constructors in org.codehaus.modello.model with parameters of type Version -
Uses of Version in org.codehaus.modello.plugin
Fields in org.codehaus.modello.plugin declared as VersionMethods in org.codehaus.modello.plugin that return VersionModifier and TypeMethodDescriptionprotected Version
AbstractModelloGenerator.getGeneratedVersion()
-
Uses of Version in org.codehaus.modello.plugin.converters
Methods in org.codehaus.modello.plugin.converters with parameters of type VersionModifier and TypeMethodDescriptionprivate void
ConverterGenerator.generateConverters
(Version toVersion) private static String
ConverterGenerator.getSourceClassName
(ModelClass modelClass, Version generatedVersion) private static void
ConverterGenerator.writeConvertMethod
(JClass converterClass, Model objectModel, String basePackage, List<Version> allVersions, Version v, ModelClass rootClass) Method parameters in org.codehaus.modello.plugin.converters with type arguments of type VersionModifier and TypeMethodDescriptionprivate void
ConverterGenerator.generateConverterTool
(List<Version> allVersions) private static void
ConverterGenerator.writeConvertMethod
(JClass converterClass, Model objectModel, String basePackage, List<Version> allVersions, Version v, ModelClass rootClass) -
Uses of Version in org.codehaus.modello.plugin.velocity
Fields in org.codehaus.modello.plugin.velocity declared as VersionConstructors in org.codehaus.modello.plugin.velocity with parameters of type Version -
Uses of Version in org.codehaus.modello.plugin.xdoc
Fields in org.codehaus.modello.plugin.xdoc declared as VersionModifier and TypeFieldDescriptionprivate Version
XdocGenerator.firstVersion
private Version
XdocGenerator.version
-
Uses of Version in org.codehaus.modello.plugin.xsd
Methods in org.codehaus.modello.plugin.xsd with parameters of type VersionModifier and TypeMethodDescriptionstatic String
XsdModelHelper.getNamespace
(Model model, Version version) static String
XsdModelHelper.getTargetNamespace
(Model model, Version version) static String
XsdModelHelper.getTargetNamespace
(Model model, Version version, String namespace) -
Uses of Version in org.codehaus.modello.plugin.xsd.metadata
Methods in org.codehaus.modello.plugin.xsd.metadata with parameters of type VersionModifier and TypeMethodDescriptionXsdModelMetadata.getNamespace
(Version version) XsdModelMetadata.getTargetNamespace
(Version version) -
Uses of Version in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml with parameters of type VersionModifier and TypeMethodDescriptionprotected List
<ModelField> AbstractXmlGenerator.getFieldsForXml
(ModelClass modelClass, Version version) Return the XML fields of this class, with proper XML order and no XML transient fields.protected List
<ModelField> AbstractXmlJavaGenerator.getFieldsForXml
(ModelClass modelClass, Version version) Return the XML fields of this class, with proper XML order and no XML transient fields.(package private) static List
<ModelField> XmlModelHelpers.getFieldsForXml
(ModelClass modelClass, Version version) Return the XML fields of this class, with proper XML order and no XML transient fields. -
Uses of Version in org.codehaus.modello.plugins.xml.metadata
Methods in org.codehaus.modello.plugins.xml.metadata with parameters of type VersionModifier and TypeMethodDescriptionXmlModelMetadata.getNamespace
(Version version) XmlModelMetadata.getSchemaLocation
(Version version)