com.groupdocs.assembly.system.data

Class MappingType

  • java.lang.Object
    • com.groupdocs.assembly.system.data.MappingType


  • public class MappingType
    extends java.lang.Object
    A utility class providing constants. Specifies how a DataColumn is mapped.
    • Field Summary

      Fields 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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.