MappingType

Inheritance: java.lang.Object

public class MappingType

A utility class providing constants. Specifies how a DataColumn is mapped.

Fields

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.

ELEMENT

public static final int ELEMENT

The column is mapped to an XML element.

ATTRIBUTE

public static final int ATTRIBUTE

The column is mapped to an XML attribute.

SIMPLE_CONTENT

public static final int SIMPLE_CONTENT

The column is mapped to a text node.

HIDDEN

public static final int HIDDEN

The column is mapped to an internal structure.