public final class PropertyType extends Object
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.
| Modifier and Type | Field and Description |
|---|---|
static PropertyType |
ATTRIBUTE
A property that is described using an attribute in the XML.
|
static PropertyType |
ELEMENT
A property that is described using an XML element.
|
static PropertyType |
LOOKUP
A property that is...
|
public static final PropertyType ATTRIBUTE
public static final PropertyType ELEMENT
public static final PropertyType LOOKUP
Copyright © 2009-2012 jtstand.com. All Rights Reserved.