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