org.codehaus.modello.plugins.xml
public class XmlFieldMetadata extends Object implements FieldMetadata
Version: $Id: XmlFieldMetadata.java 234 2005-02-22 04:55:59Z brett $
Field Summary | |
---|---|
static String | ID |
static String | LIST_STYLE_FLAT |
static String | LIST_STYLE_WRAPPED |
Method Summary | |
---|---|
String | getAssociationTagName() |
String | getListStyle() |
String | getTagName() |
boolean | isAttribute() |
boolean | isTrim() |
void | setAssociationTagName(String associationTagName) |
void | setAttribute(boolean attribute) |
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.