Interface EnumDSSXMLUpdateTransactionDataType


  • public interface EnumDSSXMLUpdateTransactionDataType
    Enumeration to specify the type of Update Transaction
    • Field Detail

      • DssXmlTransactionUpdateReserved

        static final int DssXmlTransactionUpdateReserved
        See Also:
        Constant Field Values
      • DssXmlTransactionUpdateAttributeFormOnTemplateNode

        static final int DssXmlTransactionUpdateAttributeFormOnTemplateNode
        Specifies that the update will be for an attribute form value on a grid
        See Also:
        Constant Field Values
      • DssXmlTransactionUpdateMetricOnTemplateNode

        static final int DssXmlTransactionUpdateMetricOnTemplateNode
        Specifies that the update will be for a metric value on a grid
        See Also:
        Constant Field Values
      • DssXmlTransactionUpdateField

        static final int DssXmlTransactionUpdateField
        Specifies that the update will be for an attribute form or metric value in a field
        See Also:
        Constant Field Values
      • DssXmlTransactionMarkOnTemplateNode

        static final int DssXmlTransactionMarkOnTemplateNode
        Specifies that the update will mark a row for insertion/deletion
        See Also:
        Constant Field Values
      • DssXmlTransactionUnMarkOnTemplateNode

        static final int DssXmlTransactionUnMarkOnTemplateNode
        Specifies that the update will unmark a row for insertion/deletion
        See Also:
        Constant Field Values