Class XmlAssociationMetadata
java.lang.Object
org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
- All Implemented Interfaces:
AssociationMetadata
,Metadata
- Author:
- Trygve Laugstøl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
void
setItemsStyle
(String itemsStyle) void
setMapStyle
(String mapStyle) void
setReference
(boolean reference) void
setTagName
(String tagName)
-
Field Details
-
ID
-
EXPLODE_MODE
- See Also:
-
INLINE_MODE
- See Also:
-
ITEMS_STYLE_FLAT
- See Also:
-
ITEMS_STYLE_WRAPPED
- See Also:
-
-
Constructor Details
-
XmlAssociationMetadata
public XmlAssociationMetadata()
-
-
Method Details
-
getTagName
-
setTagName
-
getItemsStyle
-
setItemsStyle
-
isFlatItems
public boolean isFlatItems() -
isWrappedItems
public boolean isWrappedItems() -
getMapStyle
- Returns:
- Returns the map style.
-
setMapStyle
- Parameters:
mapStyle
- The map style (inline or explode).
-
isMapInline
public boolean isMapInline() -
isMapExplode
public boolean isMapExplode() -
isReference
public boolean isReference() -
setReference
public void setReference(boolean reference)
-