Class PropertyDefinition

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

public class PropertyDefinition extends Object
A property definition.
  • 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

    • getPropertyName

      Returns the property name.
      Returns:
      the property name.
    • getElementName

      Returns the element name.
      Returns:
      the element name.