Interface EnumDSSXMLDerivedAttributeAction


  • public interface EnumDSSXMLDerivedAttributeAction
    This is the enumeration which contains values which correspond to the action on a derived attribute. This is most commonly used in the context of rwd and report manipulations.
    • Field Detail

      • ATTRIBUTE_ACTION_UPDATE_NAME

        static final int ATTRIBUTE_ACTION_UPDATE_NAME
        update the name of derived attribute
        See Also:
        Constant Field Values
      • ATTRIBUTE_ACTION_UPDATE_FORM

        static final int ATTRIBUTE_ACTION_UPDATE_FORM
        update the form of derived attribute
        See Also:
        Constant Field Values
      • FORM_ACTION_ADD_FORM

        static final int FORM_ACTION_ADD_FORM
        add a form to derived attribute
        See Also:
        Constant Field Values
      • FORM_ACTION_REMOVE_FORM

        static final int FORM_ACTION_REMOVE_FORM
        remove a form from derived attribute
        See Also:
        Constant Field Values
      • FORM_ACTION_UPDATE_FORMULA

        static final int FORM_ACTION_UPDATE_FORMULA
        update the base form formula of specified form in derived attribute
        See Also:
        Constant Field Values
      • FORM_ACTION_ADD_DISPLAY_FORM

        static final int FORM_ACTION_ADD_DISPLAY_FORM
        add a form to display forms collection in derived attribute
        See Also:
        Constant Field Values
      • FORM_ACTION_REMOVE_DISPLAY_FORM

        static final int FORM_ACTION_REMOVE_DISPLAY_FORM
        remove a form from display forms collection in derived attribute
        See Also:
        Constant Field Values
      • FORM_ACTION_UPDATE_NAME

        static final int FORM_ACTION_UPDATE_NAME
        update the name of specified form in derived attribute
        See Also:
        Constant Field Values
      • FORM_ACTION_UPDATE_BASE_FORM_TYPE

        static final int FORM_ACTION_UPDATE_BASE_FORM_TYPE
        update the base form type of specified form in derived attribute
        See Also:
        Constant Field Values