Uses of Class
org.codehaus.modello.model.ModelField
-
Packages that use ModelField Package Description org.codehaus.modello.core.io org.codehaus.modello.metadata org.codehaus.modello.model org.codehaus.modello.plugin org.codehaus.modello.plugin.model -
-
Uses of ModelField in org.codehaus.modello.core.io
Methods in org.codehaus.modello.core.io with parameters of type ModelField Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
ModelReader. getAttributesForField(ModelField modelField)
-
Uses of ModelField in org.codehaus.modello.metadata
Methods in org.codehaus.modello.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadata
MetadataPlugin. getFieldMetadata(ModelField field, java.util.Map<java.lang.String,java.lang.String> data)
-
Uses of ModelField in org.codehaus.modello.model
Subclasses of ModelField in org.codehaus.modello.model Modifier and Type Class Description class
ModelAssociation
Methods in org.codehaus.modello.model that return ModelField 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)
Methods in org.codehaus.modello.model that return types with arguments of type ModelField 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)
Methods in org.codehaus.modello.model with parameters of type ModelField Modifier and Type Method Description void
ModelClass. addField(ModelField modelField)
-
Uses of ModelField in org.codehaus.modello.plugin
Methods in org.codehaus.modello.plugin that return types with arguments of type ModelField Modifier and Type Method Description protected java.util.List<ModelField>
AbstractModelloGenerator. getFieldsForClass(ModelClass modelClass)
Return the child fields of this class.Methods in org.codehaus.modello.plugin with parameters of type ModelField Modifier and Type Method Description protected boolean
AbstractModelloGenerator. isInnerAssociation(ModelField field)
-
Uses of ModelField in org.codehaus.modello.plugin.model
Methods in org.codehaus.modello.plugin.model with parameters of type ModelField Modifier and Type Method Description FieldMetadata
ModelMetadataPlugin. getFieldMetadata(ModelField field, java.util.Map<java.lang.String,java.lang.String> data)
-