org.codehaus.modello.plugins.xml
Class XmlAssociationMetadata
java.lang.Object
org.codehaus.modello.plugins.xml.XmlAssociationMetadata
- All Implemented Interfaces:
- org.codehaus.modello.metadata.AssociationMetadata, org.codehaus.modello.metadata.Metadata
public class XmlAssociationMetadata
- extends java.lang.Object
- implements org.codehaus.modello.metadata.AssociationMetadata
- Version:
- $Id: XmlAssociationMetadata.java 365 2005-06-12 10:43:43Z trygvis $
- Author:
- Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final java.lang.String ID
EXPLODE_MODE
public static final java.lang.String EXPLODE_MODE
- See Also:
- Constant Field Values
INLINE_MODE
public static final java.lang.String INLINE_MODE
- See Also:
- Constant Field Values
XmlAssociationMetadata
public XmlAssociationMetadata()
getMapStyle
public java.lang.String getMapStyle()
- Returns:
- Returns the map style.
setMapStyle
public void setMapStyle(java.lang.String mapStyle)
- Parameters:
mapStyle
- The map style (inline or explode).
Copyright © 2001-2007 Codehaus. All Rights Reserved.