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 VersionBaseElement.deprecatedVersionprivate VersionVersionRange.fromVersionstatic final VersionVersion.INFINITEprivate VersionVersionRange.toVersionMethods 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 TypeMethodDescriptionintModelType.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) booleanVersion.greaterOrEqualsThan(Version other) Returns true ifthisis greater or equals thanother.booleanVersion.greaterThan(Version other) Returns true ifthisis greater thatother.booleanbooleanbooleanVersion.lesserOrEqualsThan(Version other) Returns true ifthisis lesser or equals thatother.booleanVersion.lesserThan(Version other) Returns true ifthisis lesser thanother.voidBaseElement.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 VersionAbstractModelloGenerator.getGeneratedVersion() -
Uses of Version in org.codehaus.modello.plugin.converters
Methods in org.codehaus.modello.plugin.converters with parameters of type VersionModifier and TypeMethodDescriptionprivate voidConverterGenerator.generateConverters(Version toVersion) private static StringConverterGenerator.getSourceClassName(ModelClass modelClass, Version generatedVersion) private static voidConverterGenerator.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 voidConverterGenerator.generateConverterTool(List<Version> allVersions) private static voidConverterGenerator.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 VersionXdocGenerator.firstVersionprivate VersionXdocGenerator.version -
Uses of Version in org.codehaus.modello.plugin.xsd
Methods in org.codehaus.modello.plugin.xsd with parameters of type VersionModifier and TypeMethodDescriptionstatic StringXsdModelHelper.getNamespace(Model model, Version version) static StringXsdModelHelper.getTargetNamespace(Model model, Version version) static StringXsdModelHelper.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)