Interface SimpleTableConstants

    • Field Detail

      • ELEMENT_NAME_SIMPLETABLE

        static final java.lang.String ELEMENT_NAME_SIMPLETABLE
        The name of the simpletable element. The value is simpletable.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_HEADER_SIMPLETABLE

        static final java.lang.String ELEMENT_NAME_HEADER_SIMPLETABLE
        The name of element that defines the header of a simpletable. The value is sthead.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_ROW_SIMPLETABLE

        static final java.lang.String ELEMENT_NAME_ROW_SIMPLETABLE
        The name of element that defines a simpletable row. The value is strow.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_ENTRY_SIMPLETABLE

        static final java.lang.String ELEMENT_NAME_ENTRY_SIMPLETABLE
        The name of element that defines a simpletable cell. The value is stentry.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_CHOICETABLE

        static final java.lang.String ELEMENT_NAME_CHOICETABLE
        The name of the choicetable element. The value is choicetable.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_HEADER_CHOICETABLE

        static final java.lang.String ELEMENT_NAME_HEADER_CHOICETABLE
        The name of element that defines the header of a choicetable. The value is chhead.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_ROW_CHOICETABLE

        static final java.lang.String ELEMENT_NAME_ROW_CHOICETABLE
        The name of element that defines a choicetable row. The value is chrow.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_CHOPTIONHD_CHOICETABLE

        static final java.lang.String ELEMENT_NAME_CHOPTIONHD_CHOICETABLE
        The name of element that defines a choicetable header option cell. The value is choptionhd.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_CHDESCHD_CHOICETABLE

        static final java.lang.String ELEMENT_NAME_CHDESCHD_CHOICETABLE
        The name of element that defines a choicetable header description cell. The value is chdeschd.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_CHDESC_CHOICETABLE

        static final java.lang.String ELEMENT_NAME_CHDESC_CHOICETABLE
        The name of element that defines a choicetable description cell. The value is chdesc.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_CHOPTION_CHOICETABLE

        static final java.lang.String ELEMENT_NAME_CHOPTION_CHOICETABLE
        The name of element that defines a choicetable option cell. The value is choption.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_PROPERTIES

        static final java.lang.String ELEMENT_NAME_PROPERTIES
        The name of the properties element. The value is properties.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_HEADER_PROPERTIES

        static final java.lang.String ELEMENT_NAME_HEADER_PROPERTIES
        The name of element that defines the header of a properties table. The value is prophead.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_ROW_PROPERTIES

        static final java.lang.String ELEMENT_NAME_ROW_PROPERTIES
        The name of element that defines a property row. The value is property.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_PROPTYPEHD_PROPERTIES

        static final java.lang.String ELEMENT_NAME_PROPTYPEHD_PROPERTIES
        The name of element that defines the header property type cell. The value is proptypehd.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_PROPVALUEHD_PROPERTIES

        static final java.lang.String ELEMENT_NAME_PROPVALUEHD_PROPERTIES
        The name of element that defines the header property value cell. The value is propvaluehd.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_PROPDESCHD_PROPERTIES

        static final java.lang.String ELEMENT_NAME_PROPDESCHD_PROPERTIES
        The name of element that defines the header property description cell. The value is propdeschd.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_PROPTYPE_PROPERTIES

        static final java.lang.String ELEMENT_NAME_PROPTYPE_PROPERTIES
        The name of element that defines the property type cell. The value is proptype.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_PROPVALUE_PROPERTIES

        static final java.lang.String ELEMENT_NAME_PROPVALUE_PROPERTIES
        The name of element that defines the property value cell. The value is propvalue.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_PROPDESC_PROPERTIES

        static final java.lang.String ELEMENT_NAME_PROPDESC_PROPERTIES
        The name of element that defines the property description cell. The value is propdesc.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_ID

        static final java.lang.String ATTRIBUTE_NAME_ID
        The name of the identifier attribute. The value is id.
        See Also:
        Constant Field Values