public class AttributeDefinition extends Object
Constructor and Description |
---|
AttributeDefinition(String propertyName,
String attributeName,
AttributeHandler handler)
Creates a new attribute definition.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Returns the attribute name.
|
AttributeHandler |
getHandler()
Returns the handler.
|
String |
getPropertyName()
Returns the property name.
|
public AttributeDefinition(String propertyName, String attributeName, AttributeHandler handler)
propertyName
- the property name.attributeName
- the attribute name.handler
- the handler.public String getPropertyName()
public String getAttributeName()
public AttributeHandler getHandler()
Copyright © 2001–2018 JFree.org. All rights reserved.