org.jfree.xml.util
public class AttributeDefinition extends Object
| Constructor Summary | |
|---|---|
| AttributeDefinition(String propertyName, String attributeName, AttributeHandler handler)
Creates a new attribute definition.
| |
| Method Summary | |
|---|---|
| String | getAttributeName()
Returns the attribute name.
|
| AttributeHandler | getHandler()
Returns the handler.
|
| String | getPropertyName()
Returns the property name.
|
Parameters: propertyName the property name. attributeName the attribute name. handler the handler.
Returns: the attribute name.
Returns: the handler.
Returns: the property name.