Class SemanticDataType


  • public final class SemanticDataType
    extends java.lang.Object
    This class defines the OOTB semantic types provided by Content Fragments.
    Since:
    1.7.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COLOR
      Semantic type: Color
      static java.lang.String CONTENT_FRAGMENT
      Semantic type: Reference to another content fragment
      static java.lang.String DATE
      Semantic type: Date only
      static java.lang.String DATETIME
      Semantic type: Date and time
      static java.lang.String JSON
      Semantic type: A JSON structure
      static java.lang.String MULTILINE
      Semantic type: A multiline text (with a certain content type)
      static java.lang.String REFERENCE
      Semantic type: Path reference
      static java.lang.String TAG
      Semantic type: Tag
      static java.lang.String TIME
      Semantic type: Time only
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CONTENT_FRAGMENT

        public static final java.lang.String CONTENT_FRAGMENT
        Semantic type: Reference to another content fragment
        See Also:
        Constant Field Values
      • REFERENCE

        public static final java.lang.String REFERENCE
        Semantic type: Path reference
        See Also:
        Constant Field Values
      • JSON

        public static final java.lang.String JSON
        Semantic type: A JSON structure
        See Also:
        Constant Field Values
      • MULTILINE

        public static final java.lang.String MULTILINE
        Semantic type: A multiline text (with a certain content type)
        See Also:
        Constant Field Values
      • DATETIME

        public static final java.lang.String DATETIME
        Semantic type: Date and time
        See Also:
        Constant Field Values
      • DATE

        public static final java.lang.String DATE
        Semantic type: Date only
        See Also:
        Constant Field Values
      • TIME

        public static final java.lang.String TIME
        Semantic type: Time only
        See Also:
        Constant Field Values