org.codehaus.modello.plugin.xsd.metadata
Class XsdMetadataPlugin
java.lang.Object
AbstractLogEnabled
org.codehaus.modello.metadata.AbstractMetadataPlugin
org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
- All Implemented Interfaces:
- MetadataPlugin
public class XsdMetadataPlugin
- extends AbstractMetadataPlugin
XsdMetadataPlugin
- Version:
- $Id: XsdMetadataPlugin.java 1169 2009-01-25 21:57:09Z hboutemy $
- Author:
- Joakim Erdfelt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
TARGET_NAMESPACE
public static final java.lang.String TARGET_NAMESPACE
- See Also:
- Constant Field Values
COMPOSITOR
public static final java.lang.String COMPOSITOR
- See Also:
- Constant Field Values
XsdMetadataPlugin
public XsdMetadataPlugin()
getAssociationMetadata
public AssociationMetadata getAssociationMetadata(ModelAssociation association,
java.util.Map data)
throws ModelloException
- Throws:
ModelloException
getClassMetadata
public ClassMetadata getClassMetadata(ModelClass clazz,
java.util.Map data)
throws ModelloException
- Throws:
ModelloException
getFieldMetadata
public FieldMetadata getFieldMetadata(ModelField field,
java.util.Map data)
throws ModelloException
- Throws:
ModelloException
getModelMetadata
public ModelMetadata getModelMetadata(Model model,
java.util.Map data)
throws ModelloException
- Throws:
ModelloException