Uses of Class
org.codehaus.modello.model.ModelField
-
-
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 Map<String,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, Map<String,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(String type, VersionRange versionRange)
ModelField
ModelInterface. getField(String type, VersionRange versionRange)
ModelField
ModelType. getField(String type, Version version)
abstract ModelField
ModelType. getField(String type, VersionRange versionRange)
Methods in org.codehaus.modello.model that return types with arguments of type ModelField Modifier and Type Method Description List<ModelField>
ModelClass. getAllFields()
Returns the list of all fields in this class.List<ModelField>
ModelClass. getAllFields(boolean withInheritedField)
Returns all the fields in this class and all super classes if withInheritedField equals to true.List<ModelField>
ModelInterface. getAllFields()
Returns the list of all fields in this class.List<ModelField>
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.List<ModelField>
ModelType. getAllFields(Version version, boolean withInheritedField)
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)
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 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.java
Methods in org.codehaus.modello.plugin.java with parameters of type ModelField Modifier and Type Method Description protected String
AbstractJavaModelloGenerator. getJavaDefaultValue(ModelField modelField)
protected String
AbstractJavaModelloGenerator. getValueChecker(String type, String value, ModelField field)
-
Uses of ModelField in org.codehaus.modello.plugin.java.metadata
Methods in org.codehaus.modello.plugin.java.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadata
JavaMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)
-
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, Map<String,String> data)
-
Uses of ModelField in org.codehaus.modello.plugin.stax
Subclasses of ModelField in org.codehaus.modello.plugin.stax Modifier and Type Class Description class
DummyIdModelField
Methods in org.codehaus.modello.plugin.stax that return ModelField Modifier and Type Method Description protected ModelField
AbstractStaxGenerator. getReferenceIdentifierField(ModelAssociation association)
-
Uses of ModelField in org.codehaus.modello.plugin.xdoc.metadata
Methods in org.codehaus.modello.plugin.xdoc.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadata
XdocMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)
-
Uses of ModelField in org.codehaus.modello.plugin.xsd.metadata
Methods in org.codehaus.modello.plugin.xsd.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadata
XsdMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)
-
Uses of ModelField in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml that return ModelField Modifier and Type Method Description protected ModelField
AbstractXmlGenerator. getContentField(List<ModelField> modelFields)
Get the field which type isContent
if any.protected ModelField
AbstractXmlJavaGenerator. getContentField(List<ModelField> modelFields)
Get the field which type isContent
if any.Methods in org.codehaus.modello.plugins.xml that return types with arguments of type ModelField 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.protected List<ModelField>
AbstractXmlGenerator. getXmlAttributeFields(List<ModelField> modelFields)
Gets all fields that are not marked as XML attribute.Methods in org.codehaus.modello.plugins.xml with parameters of type ModelField Modifier and Type Method Description protected String
AbstractXmlGenerator. resolveTagName(ModelField modelField, XmlFieldMetadata xmlFieldMetadata)
Resolve XML tag name for a field.protected String
AbstractXmlJavaGenerator. resolveTagName(ModelField modelField, XmlFieldMetadata xmlFieldMetadata)
Resolve XML tag name for a field.Method parameters in org.codehaus.modello.plugins.xml with type arguments of type ModelField Modifier and Type Method Description protected ModelField
AbstractXmlGenerator. getContentField(List<ModelField> modelFields)
Get the field which type isContent
if any.protected ModelField
AbstractXmlJavaGenerator. getContentField(List<ModelField> modelFields)
Get the field which type isContent
if any.protected List<ModelField>
AbstractXmlGenerator. getXmlAttributeFields(List<ModelField> modelFields)
Gets all fields that are not marked as XML attribute.protected boolean
AbstractXmlGenerator. hasContentField(List<ModelField> modelFields)
-
Uses of ModelField in org.codehaus.modello.plugins.xml.metadata
Methods in org.codehaus.modello.plugins.xml.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadata
XmlMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)
-