Uses of Class
org.jfree.xml.generator.model.PropertyType
Packages that use PropertyType
Package
Description
Contains the classes describing the class model used in the
JFreeChart XML-parser and writer.
-
Uses of PropertyType in org.jfree.xml.generator.model
Fields in org.jfree.xml.generator.model declared as PropertyTypeModifier and TypeFieldDescriptionstatic final PropertyType
PropertyType.ATTRIBUTE
A property that is described using an attribute in the XML.static final PropertyType
PropertyType.ELEMENT
A property that is described using an XML element.static final PropertyType
PropertyType.LOOKUP
A property that is...private PropertyType
PropertyInfo.propertyType
The property type - indicates how the property is described in XML.Methods in org.jfree.xml.generator.model that return PropertyTypeMethods in org.jfree.xml.generator.model with parameters of type PropertyTypeModifier and TypeMethodDescriptionvoid
PropertyInfo.setPropertyType
(PropertyType propertyType) Sets the property type.