| java.lang.Object org.jfree.xml.util.PropertyDefinition
PropertyDefinition | public class PropertyDefinition (Code) | | A property definition.
|
PropertyDefinition | public PropertyDefinition(String propertyName, String elementName)(Code) | | Creates a new property definition.
Parameters: propertyName - the property name. Parameters: elementName - the element name. |
getElementName | public String getElementName()(Code) | | Returns the element name.
the element name. |
getPropertyName | public String getPropertyName()(Code) | | Returns the property name.
the property name. |
|
|