Package org.jfree.xml.generator.model
Class PropertyType
java.lang.Object
org.jfree.xml.generator.model.PropertyType
An enumeration over the defined property types.
Attribute types are mapped into xml attributes - this is used for primitive data or enumeration classes.
Element types are used to define complex classes, a new xml tag will be introduced for every element type.
The lookup properties are defined elsewhere and are referenced using the defined name during the class building process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyType
A property that is described using an attribute in the XML.static final PropertyType
A property that is described using an XML element.static final PropertyType
A property that is... -
Method Summary