public class AttributeDefinition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attributeName
The attribute name.
|
private AttributeHandler |
handler
The attribute handler.
|
private java.lang.String |
propertyName
The property name.
|
Constructor and Description |
---|
AttributeDefinition(java.lang.String propertyName,
java.lang.String attributeName,
AttributeHandler handler)
Creates a new attribute definition.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName()
Returns the attribute name.
|
AttributeHandler |
getHandler()
Returns the handler.
|
java.lang.String |
getPropertyName()
Returns the property name.
|
private java.lang.String attributeName
private AttributeHandler handler
private java.lang.String propertyName
public AttributeDefinition(java.lang.String propertyName, java.lang.String attributeName, AttributeHandler handler)
propertyName
- the property name.attributeName
- the attribute name.handler
- the handler.public java.lang.String getPropertyName()
public java.lang.String getAttributeName()
public AttributeHandler getHandler()