Interface Element

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DATETIME_PATTERN
      The standard date-time pattern used for serializing and deserializing dates across all elements.
      static String NAME
      The name of the element type.
      static String TYPE_PROPERTY
      The name of the property used to store the type of the element during JSON serialization.
    • Field Detail

      • TYPE_PROPERTY

        static final String TYPE_PROPERTY
        The name of the property used to store the type of the element during JSON serialization.
        See Also:
        Constant Field Values
      • DATETIME_PATTERN

        static final String DATETIME_PATTERN
        The standard date-time pattern used for serializing and deserializing dates across all elements. The pattern is "yyyy-MM-dd HH:mm:ss.SSS Z".
        See Also:
        Constant Field Values
    • Method Detail

      • getTypeName

        String getTypeName()
        Returns the name of the element's type. This is typically used for type identification in serialized forms.
        Returns:
        The type name of the element.