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 int ELEMENT
public static int ATTRIBUTE
public static int SIMPLE_CONTENT
public static int HIDDEN