|
JCommon 1.0.17-redhat-2 | |||||||||
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(String propertyName,
String attributeName,
AttributeHandler handler)
Creates a new attribute definition. |
Method Summary | |
---|---|
String |
getAttributeName()
Returns the attribute name. |
AttributeHandler |
getHandler()
Returns the handler. |
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(String propertyName, String attributeName, AttributeHandler handler)
propertyName
- the property name.attributeName
- the attribute name.handler
- the handler.Method Detail |
---|
public String getPropertyName()
public String getAttributeName()
public AttributeHandler getHandler()
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |