Class XsdMetadataPlugin
java.lang.Object
org.codehaus.modello.metadata.AbstractMetadataPlugin
org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- All Implemented Interfaces:
MetadataPlugin
XsdMetadataPlugin
- Author:
- Joakim Erdfelt
-
Field Summary
Fields inherited from interface org.codehaus.modello.metadata.MetadataPlugin
ROLE
-
Constructor Summary
-
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) Methods inherited from class org.codehaus.modello.metadata.AbstractMetadataPlugin
getBoolean, getLogger, getString
-
Field Details
-
NAMESPACE
- See Also:
-
TARGET_NAMESPACE
- See Also:
-
COMPOSITOR
- See Also:
-
-
Constructor Details
-
XsdMetadataPlugin
public XsdMetadataPlugin()
-
-
Method Details
-
getAssociationMetadata
public AssociationMetadata getAssociationMetadata(ModelAssociation association, Map<String, String> data) throws ModelloException- Throws:
ModelloException
-
getClassMetadata
public ClassMetadata getClassMetadata(ModelClass clazz, Map<String, String> data) throws ModelloException- Throws:
ModelloException
-
getInterfaceMetadata
public InterfaceMetadata getInterfaceMetadata(ModelInterface iface, Map<String, String> data) throws ModelloException- Throws:
ModelloException
-
getFieldMetadata
public FieldMetadata getFieldMetadata(ModelField field, Map<String, String> data) throws ModelloException- Throws:
ModelloException
-
getModelMetadata
- Throws:
ModelloException
-