Modifier and Type | Field | Description |
---|---|---|
static Version |
Version.INFINITE |
Modifier and Type | Method | Description |
---|---|---|
Version |
BaseElement.getDeprecatedVersion() |
|
Version |
VersionRange.getFromVersion() |
|
Version |
VersionRange.getToVersion() |
Modifier and Type | Method | Description |
---|---|---|
int |
Version.compareTo(Version otherVersion) |
|
List<ModelField> |
ModelType.getAllFields(Version version,
boolean withInheritedField) |
|
ModelClass |
Model.getClass(String type,
Version version) |
|
ModelClass |
Model.getClass(String type,
Version version,
boolean optionnal) |
|
List<ModelClass> |
Model.getClasses(Version version) |
|
List<CodeSegment> |
ModelType.getCodeSegments(Version version) |
|
String |
Model.getDefaultPackageName(boolean withVersion,
Version version) |
|
ModelField |
ModelType.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) |
|
ModelInterface |
Model.getInterface(String type,
Version version) |
|
List<ModelInterface> |
Model.getInterfaces(Version version) |
|
ModelClass |
Model.getLocationTracker(Version version) |
|
String |
Model.getPackageName(boolean withVersion,
Version version) |
Deprecated.
This shouldn't be used, anything querying the model should read the
package of the class.
|
String |
ModelType.getPackageName(boolean withVersion,
Version version) |
|
String |
Model.getRoot(Version version) |
|
ModelClass |
Model.getSourceTracker(Version version) |
|
ModelType |
Model.getType(String type,
Version version) |
|
boolean |
Version.greaterOrEqualsThan(Version other) |
Returns true if
this is greater or equals than other . |
boolean |
Version.greaterThan(Version other) |
Returns true if
this is greater that other . |
boolean |
Model.hasClass(String type,
Version version) |
|
boolean |
ModelType.hasField(String type,
Version version) |
|
boolean |
Version.lesserOrEqualsThan(Version other) |
Returns true if
this is lesser or equals that other . |
boolean |
Version.lesserThan(Version other) |
Returns true if
this is lesser than other . |
void |
BaseElement.setDeprecatedVersion(Version deprecatedVersion) |
Constructor | Description |
---|---|
VersionRange(Version version) |
Modifier and Type | Method | Description |
---|---|---|
protected Version |
AbstractModelloGenerator.getGeneratedVersion() |
Modifier and Type | Method | Description |
---|---|---|
static 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) |
Modifier and Type | Method | Description |
---|---|---|
String |
XsdModelMetadata.getNamespace(Version version) |
|
String |
XsdModelMetadata.getTargetNamespace(Version 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.
|
Modifier and Type | Method | Description |
---|---|---|
String |
XmlModelMetadata.getNamespace(Version version) |
|
String |
XmlModelMetadata.getSchemaLocation(Version version) |
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.