Uses of Class
org.codehaus.modello.model.Version
-
-
Uses of Version in org.codehaus.modello.model
Fields in org.codehaus.modello.model declared as Version Modifier and Type Field Description static VersionVersion. INFINITEMethods in org.codehaus.modello.model that return Version Modifier and Type Method Description VersionBaseElement. getDeprecatedVersion()VersionVersionRange. getFromVersion()VersionVersionRange. getToVersion()Methods in org.codehaus.modello.model with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version otherVersion)List<ModelField>ModelType. getAllFields(Version version, boolean withInheritedField)ModelClassModel. getClass(String type, Version version)ModelClassModel. getClass(String type, Version version, boolean optionnal)List<ModelClass>Model. getClasses(Version version)List<CodeSegment>ModelType. getCodeSegments(Version version)StringModel. getDefaultPackageName(boolean withVersion, Version version)ModelFieldModelType. getField(String type, Version version)List<ModelField>ModelType. getFields(Version version)Returns the list of all fields in this class for a specific version.List<ModelField>ModelType. getIdentifierFields(Version version)ModelInterfaceModel. getInterface(String type, Version version)List<ModelInterface>Model. getInterfaces(Version version)ModelClassModel. getLocationTracker(Version version)StringModel. getPackageName(boolean withVersion, Version version)Deprecated.This shouldn't be used, anything querying the model should read the package of the class.StringModelType. getPackageName(boolean withVersion, Version version)StringModel. getRoot(Version version)ModelClassModel. getSourceTracker(Version version)ModelTypeModel. getType(String type, Version version)booleanVersion. greaterOrEqualsThan(Version other)Returns true ifthisis greater or equals thanother.booleanVersion. greaterThan(Version other)Returns true ifthisis greater thatother.booleanModel. hasClass(String type, Version version)booleanModelType. hasField(String type, Version version)booleanVersion. 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 Constructor Description VersionRange(Version version) -
Uses of Version in org.codehaus.modello.plugin
Methods in org.codehaus.modello.plugin that return Version Modifier and Type Method Description protected VersionAbstractModelloGenerator. getGeneratedVersion() -
Uses of Version in org.codehaus.modello.plugin.xsd
Methods in org.codehaus.modello.plugin.xsd with parameters of type Version Modifier and Type Method Description static 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 Version Modifier and Type Method Description StringXsdModelMetadata. getNamespace(Version version)StringXsdModelMetadata. getTargetNamespace(Version version) -
Uses of Version in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml with parameters of type Version Modifier and Type Method Description protected 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. -
Uses of Version in org.codehaus.modello.plugins.xml.metadata
Methods in org.codehaus.modello.plugins.xml.metadata with parameters of type Version Modifier and Type Method Description StringXmlModelMetadata. getNamespace(Version version)StringXmlModelMetadata. getSchemaLocation(Version version)
-