| Package | Description |
|---|---|
| org.codehaus.modello.core.io | |
| org.codehaus.modello.metadata | |
| org.codehaus.modello.model | |
| org.codehaus.modello.plugin | |
| org.codehaus.modello.plugin.model |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,java.lang.String> |
ModelReader.getAttributesForField(ModelField modelField) |
| Modifier and Type | Method | Description |
|---|---|---|
FieldMetadata |
MetadataPlugin.getFieldMetadata(ModelField field,
java.util.Map<java.lang.String,java.lang.String> data) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ModelAssociation |
| Modifier and Type | Method | Description |
|---|---|---|
ModelField |
ModelClass.getField(java.lang.String type,
VersionRange versionRange) |
|
ModelField |
ModelInterface.getField(java.lang.String type,
VersionRange versionRange) |
|
ModelField |
ModelType.getField(java.lang.String type,
Version version) |
|
abstract ModelField |
ModelType.getField(java.lang.String type,
VersionRange versionRange) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ModelField> |
ModelClass.getAllFields() |
Returns the list of all fields in this class.
|
java.util.List<ModelField> |
ModelClass.getAllFields(boolean withInheritedField) |
Returns all the fields in this class and all super classes if withInheritedField equals to true.
|
java.util.List<ModelField> |
ModelInterface.getAllFields() |
Returns the list of all fields in this class.
|
java.util.List<ModelField> |
ModelInterface.getAllFields(boolean withInheritedField) |
Returns all the fields in this class and all super classes if withInheritedField equals to true.
|
abstract java.util.List<ModelField> |
ModelType.getAllFields() |
Returns the list of all fields in this class.
|
abstract java.util.List<ModelField> |
ModelType.getAllFields(boolean withInheritedField) |
Returns all the fields in this class and all super classes if withInheritedField equals to true.
|
java.util.List<ModelField> |
ModelType.getAllFields(Version version,
boolean withInheritedField) |
|
java.util.List<ModelField> |
ModelType.getFields(Version version) |
Returns the list of all fields in this class for a specific version.
|
java.util.List<ModelField> |
ModelType.getIdentifierFields(Version version) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ModelClass.addField(ModelField modelField) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<ModelField> |
AbstractModelloGenerator.getFieldsForClass(ModelClass modelClass) |
Return the child fields of this class.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
AbstractModelloGenerator.isInnerAssociation(ModelField field) |
| Modifier and Type | Method | Description |
|---|---|---|
FieldMetadata |
ModelMetadataPlugin.getFieldMetadata(ModelField field,
java.util.Map<java.lang.String,java.lang.String> data) |