Package org.jfree.xml.util
Class PropertyDefinition
- java.lang.Object
-
- org.jfree.xml.util.PropertyDefinition
-
public class PropertyDefinition extends Object
A property definition.
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinition(String propertyName, String elementName)
Creates a new property definition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getElementName()
Returns the element name.String
getPropertyName()
Returns the property name.
-