|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.xml.util.AttributeDefinition
public class AttributeDefinition
An attribute definition.
Constructor Summary | |
---|---|
AttributeDefinition(java.lang.String propertyName,
java.lang.String attributeName,
AttributeHandler handler)
Creates a new attribute definition. |
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Returns the attribute name. |
AttributeHandler |
getHandler()
Returns the handler. |
java.lang.String |
getPropertyName()
Returns the property name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeDefinition(java.lang.String propertyName, java.lang.String attributeName, AttributeHandler handler)
propertyName
- the property name.attributeName
- the attribute name.handler
- the handler.Method Detail |
---|
public java.lang.String getPropertyName()
public java.lang.String getAttributeName()
public AttributeHandler getHandler()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |