Package org.codehaus.modello.metadata
Interface MetadataPlugin
- All Known Implementing Classes:
AbstractMetadataPlugin,JavaMetadataPlugin,ModelMetadataPlugin,XdocMetadataPlugin,XmlMetadataPlugin,XsdMetadataPlugin
public interface MetadataPlugin
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAssociationMetadata(ModelAssociation association, Map<String, String> data) getClassMetadata(ModelClass clazz, Map<String, String> data) getFieldMetadata(ModelField field, Map<String, String> data) getInterfaceMetadata(ModelInterface iface, Map<String, String> data) getModelMetadata(Model model, Map<String, String> data)
-
Field Details
-
ROLE
-
-
Method Details
-
getModelMetadata
- Throws:
ModelloException
-
getClassMetadata
- Throws:
ModelloException
-
getInterfaceMetadata
InterfaceMetadata getInterfaceMetadata(ModelInterface iface, Map<String, String> data) throws ModelloException- Throws:
ModelloException
-
getFieldMetadata
- Throws:
ModelloException
-
getAssociationMetadata
AssociationMetadata getAssociationMetadata(ModelAssociation association, Map<String, String> data) throws ModelloException- Throws:
ModelloException
-