Package org.jfree.xml.util
Class AttributeDefinition
java.lang.Object
org.jfree.xml.util.AttributeDefinition
An attribute definition.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The attribute name.private AttributeHandler
The attribute handler.private String
The property name. -
Constructor Summary
ConstructorsConstructorDescriptionAttributeDefinition
(String propertyName, String attributeName, AttributeHandler handler) Creates a new attribute definition. -
Method Summary
Modifier and TypeMethodDescriptionReturns the attribute name.Returns the handler.Returns the property name.
-
Field Details
-
attributeName
The attribute name. -
handler
The attribute handler. -
propertyName
The property name.
-
-
Constructor Details
-
AttributeDefinition
Creates a new attribute definition.- Parameters:
propertyName
- the property name.attributeName
- the attribute name.handler
- the handler.
-
-
Method Details
-
getPropertyName
Returns the property name.- Returns:
- the property name.
-
getAttributeName
Returns the attribute name.- Returns:
- the attribute name.
-
getHandler
Returns the handler.- Returns:
- the handler.
-