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 FieldMetadataMetadataPlugin. 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 classModelAssociationMethods in org.codehaus.modello.model that return ModelField Modifier and Type Method Description ModelFieldModelClass. getField(java.lang.String type, VersionRange versionRange)ModelFieldModelInterface. getField(java.lang.String type, VersionRange versionRange)ModelFieldModelType. getField(java.lang.String type, Version version)abstract ModelFieldModelType. 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 voidModelClass. 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 booleanAbstractModelloGenerator. 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 FieldMetadataModelMetadataPlugin. getFieldMetadata(ModelField field, java.util.Map<java.lang.String,java.lang.String> data)
-