Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.xml.util.AttributeDefinition
public class AttributeDefinition
extends java.lang.Object
Constructor Summary | |
|
Method Summary | |
String |
|
AttributeHandler |
|
String |
|
public AttributeDefinition(String propertyName, String attributeName, AttributeHandler handler)
Creates a new attribute definition.
- Parameters:
propertyName
- the property name.attributeName
- the attribute name.handler
- the handler.
public String getAttributeName()
Returns the attribute name.
- Returns:
- the attribute name.
public String getPropertyName()
Returns the property name.
- Returns:
- the property name.