public class MappingType
extends java.lang.Object
DataColumn
is mapped.Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTE
The column is mapped to an XML attribute.
|
static int |
ELEMENT
The column is mapped to an XML element.
|
static int |
HIDDEN
The column is mapped to an internal structure.
|
static int |
SIMPLE_CONTENT
The column is mapped to a text node.
|
public static final int ELEMENT
public static final int ATTRIBUTE
public static final int SIMPLE_CONTENT
public static final int HIDDEN