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 730 2006-11-27 22:33:24Z brett $
- 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).
isReference
public boolean isReference()
setReference
public void setReference(boolean reference)
Copyright © 2001-2011 Codehaus. All Rights Reserved.