Uses of Class
org.codehaus.modello.model.ModelField
Packages that use ModelField
Package
Description
-
Uses of ModelField in org.codehaus.modello.core.io
Methods in org.codehaus.modello.core.io with parameters of type ModelField -
Uses of ModelField in org.codehaus.modello.metadata
Methods in org.codehaus.modello.metadata with parameters of type ModelFieldModifier and TypeMethodDescriptionMetadataPlugin.getFieldMetadata
(ModelField field, Map<String, String> data) -
Uses of ModelField in org.codehaus.modello.model
Subclasses of ModelField in org.codehaus.modello.modelMethods in org.codehaus.modello.model that return ModelFieldModifier and TypeMethodDescriptionModelClass.getField
(String type, VersionRange versionRange) ModelInterface.getField
(String type, VersionRange versionRange) abstract ModelField
ModelType.getField
(String type, VersionRange versionRange) Methods in org.codehaus.modello.model that return types with arguments of type ModelFieldModifier and TypeMethodDescriptionModelClass.getAllFields()
Returns the list of all fields in this class.ModelClass.getAllFields
(boolean withInheritedField) Returns all the fields in this class and all super classes if withInheritedField equals to true.ModelInterface.getAllFields()
Returns the list of all fields in this class.ModelInterface.getAllFields
(boolean withInheritedField) Returns all the fields in this class and all super classes if withInheritedField equals to true.abstract List
<ModelField> ModelType.getAllFields()
Returns the list of all fields in this class.abstract List
<ModelField> ModelType.getAllFields
(boolean withInheritedField) Returns all the fields in this class and all super classes if withInheritedField equals to true.ModelType.getAllFields
(Version version, boolean withInheritedField) Returns the list of all fields in this class for a specific version.ModelType.getIdentifierFields
(Version version) Methods in org.codehaus.modello.model with parameters of type ModelField -
Uses of ModelField in org.codehaus.modello.plugin
Methods in org.codehaus.modello.plugin that return types with arguments of type ModelFieldModifier and TypeMethodDescriptionprotected List
<ModelField> AbstractModelloGenerator.getFieldsForClass
(ModelClass modelClass) Return the child fields of this class.Methods in org.codehaus.modello.plugin with parameters of type ModelFieldModifier and TypeMethodDescriptionprotected 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 ModelFieldModifier and TypeMethodDescriptionModelMetadataPlugin.getFieldMetadata
(ModelField field, Map<String, String> data)