org.codehaus.modello.metadata
Interface MetadataPlugin
- All Known Implementing Classes:
- AbstractMetadataPlugin, JavaMetadataPlugin, ModelMetadataPlugin, XdocMetadataPlugin, XmlMetadataPlugin, XsdMetadataPlugin
public interface MetadataPlugin
- Version:
- $Id: MetadataPlugin.java 765 2006-12-27 00:00:20Z aheritier $
- Author:
- Trygve Laugstøl
ROLE
static final String ROLE
getModelMetadata
ModelMetadata getModelMetadata(Model model,
Map data)
throws ModelloException
- Throws:
ModelloException
getClassMetadata
ClassMetadata getClassMetadata(ModelClass clazz,
Map data)
throws ModelloException
- Throws:
ModelloException
getFieldMetadata
FieldMetadata getFieldMetadata(ModelField field,
Map data)
throws ModelloException
- Throws:
ModelloException
getAssociationMetadata
AssociationMetadata getAssociationMetadata(ModelAssociation association,
Map data)
throws ModelloException
- Throws:
ModelloException
getModelMap
Map getModelMap(Model model,
ModelMetadata metadata)
throws ModelloException
- Throws:
ModelloException
getClassMap
Map getClassMap(ModelClass clazz,
ClassMetadata metadata)
throws ModelloException
- Throws:
ModelloException
getFieldMap
Map getFieldMap(ModelField field,
FieldMetadata metadata)
throws ModelloException
- Throws:
ModelloException
getAssociationMap
Map getAssociationMap(ModelAssociation association,
AssociationMetadata metadata)
throws ModelloException
- Throws:
ModelloException
Copyright © 2001-2013 Codehaus. All Rights Reserved.