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 FieldMetadataMetadataPlugin. 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 classModelAssociationMethods in org.codehaus.modello.model that return ModelField Modifier and Type Method Description ModelFieldModelClass. getField(String type, VersionRange versionRange)ModelFieldModelInterface. getField(String type, VersionRange versionRange)ModelFieldModelType. getField(String type, Version version)abstract ModelFieldModelType. 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 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 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.java
Methods in org.codehaus.modello.plugin.java with parameters of type ModelField Modifier and Type Method Description protected StringAbstractJavaModelloGenerator. getJavaDefaultValue(ModelField modelField)protected StringAbstractJavaModelloGenerator. 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 FieldMetadataJavaMetadataPlugin. 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 FieldMetadataModelMetadataPlugin. 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 classDummyIdModelFieldMethods in org.codehaus.modello.plugin.stax that return ModelField Modifier and Type Method Description protected ModelFieldAbstractStaxGenerator. 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 FieldMetadataXdocMetadataPlugin. 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 FieldMetadataXsdMetadataPlugin. 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 ModelFieldAbstractXmlGenerator. getContentField(List<ModelField> modelFields)Get the field which type isContentif any.protected ModelFieldAbstractXmlJavaGenerator. getContentField(List<ModelField> modelFields)Get the field which type isContentif 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 StringAbstractXmlGenerator. resolveTagName(ModelField modelField, XmlFieldMetadata xmlFieldMetadata)Resolve XML tag name for a field.protected StringAbstractXmlJavaGenerator. 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 ModelFieldAbstractXmlGenerator. getContentField(List<ModelField> modelFields)Get the field which type isContentif any.protected ModelFieldAbstractXmlJavaGenerator. getContentField(List<ModelField> modelFields)Get the field which type isContentif any.protected List<ModelField>AbstractXmlGenerator. getXmlAttributeFields(List<ModelField> modelFields)Gets all fields that are not marked as XML attribute.protected booleanAbstractXmlGenerator. 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 FieldMetadataXmlMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)
-