MappingType
Leave feedback
On this page
Inheritance: java.lang.Object
public class MappingType
A utility class providing constants. Specifies how a DataColumn is mapped.
| Field | Description |
|---|---|
| ELEMENT | The column is mapped to an XML element. |
| ATTRIBUTE | The column is mapped to an XML attribute. |
| SIMPLE_CONTENT | The column is mapped to a text node. |
| HIDDEN | The column is mapped to an internal structure. |
public static final int ELEMENT
The column is mapped to an XML element.
public static final int ATTRIBUTE
The column is mapped to an XML attribute.
public static final int SIMPLE_CONTENT
The column is mapped to a text node.
public static final int HIDDEN
The column is mapped to an internal structure.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.