org.codehaus.modello.plugins.xml
public class XmlFieldMetadata extends Object implements FieldMetadata
Version: $Id: XmlFieldMetadata.java 674 2006-11-15 08:19:45Z brett $
| Field Summary | |
|---|---|
| static String | ID |
| static String | LIST_STYLE_FLAT |
| static String | LIST_STYLE_WRAPPED |
| Method Summary | |
|---|---|
| String | getAssociationTagName() |
| String | getFormat() |
| String | getListStyle() |
| String | getTagName() |
| boolean | isAttribute() |
| boolean | isTrim() |
| void | setAssociationTagName(String associationTagName) |
| void | setAttribute(boolean attribute) |
| void | setFormat(String format) |
| void | setListStyle(String listStyle) |
| void | setTagName(String tagName) |
| void | setTrim(boolean trim) |
Returns: Returns the tag name or the attribute name if it's an attribute.
Returns: Returns the attribute.
Parameters: attribute The attribute to set.
Parameters: tagName The tag or attribute name to set.