org.jfree.xml.util

Class PropertyDefinition


public class PropertyDefinition
extends java.lang.Object

A property definition.

Constructor Summary

PropertyDefinition(String propertyName, String elementName)
Creates a new property definition.

Method Summary

String
getElementName()
Returns the element name.
String
getPropertyName()
Returns the property name.

Constructor Details

PropertyDefinition

public PropertyDefinition(String propertyName,
                          String elementName)
Creates a new property definition.
Parameters:
propertyName - the property name.
elementName - the element name.

Method Details

getElementName

public String getElementName()
Returns the element name.
Returns:
the element name.

getPropertyName

public String getPropertyName()
Returns the property name.
Returns:
the property name.