| java.lang.Object org.jfree.xml.util.AttributeDefinition
AttributeDefinition | public class AttributeDefinition (Code) | | An attribute definition.
|
AttributeDefinition | public AttributeDefinition(String propertyName, String attributeName, AttributeHandler handler)(Code) | | Creates a new attribute definition.
Parameters: propertyName - the property name. Parameters: attributeName - the attribute name. Parameters: handler - the handler. |
getAttributeName | public String getAttributeName()(Code) | | Returns the attribute name.
the attribute name. |
getPropertyName | public String getPropertyName()(Code) | | Returns the property name.
the property name. |
|
|