MappingType
Inheritance: java.lang.Object
public class MappingType
Specifies how a DataColumn is mapped.
Fields
Field | Description |
---|---|
ATTRIBUTE | The column is mapped to an XML attribute. |
ELEMENT | The column is mapped to an XML element. |
HIDDEN | The column is mapped to an internal structure. |
SIMPLE_CONTENT | The column is mapped to a text node. |
ATTRIBUTE
public static int ATTRIBUTE
The column is mapped to an XML attribute.
ELEMENT
public static int ELEMENT
The column is mapped to an XML element.
HIDDEN
public static int HIDDEN
The column is mapped to an internal structure.
SIMPLE_CONTENT
public static int SIMPLE_CONTENT
The column is mapped to a text node.