JCommon 1.0.17-redhat-2

org.jfree.xml.util
Class PropertyDefinition

java.lang.Object
  extended by org.jfree.xml.util.PropertyDefinition

public class PropertyDefinition
extends 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDefinition

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

Parameters:
propertyName - the property name.
elementName - the element name.
Method Detail

getPropertyName

public String getPropertyName()
Returns the property name.

Returns:
the property name.

getElementName

public String getElementName()
Returns the element name.

Returns:
the element name.

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.