Enum tagTDMAIL_FLAGS

  • All Implemented Interfaces:
    com4j.ComEnum, java.io.Serializable, java.lang.Comparable<tagTDMAIL_FLAGS>

    public enum tagTDMAIL_FLAGS
    extends java.lang.Enum<tagTDMAIL_FLAGS>
    implements com4j.ComEnum
    • Enum Constant Detail

      • TDMAIL_ATTACHMENT

        public static final tagTDMAIL_FLAGS TDMAIL_ATTACHMENT

        Send the entity's attachments.

        The value of this constant is 1

      • TDMAIL_HISTORY

        public static final tagTDMAIL_FLAGS TDMAIL_HISTORY

        Include the entity's history.

        The value of this constant is 2

      • TDMAIL_TEXT

        public static final tagTDMAIL_FLAGS TDMAIL_TEXT

        Send mail as plain test.

        The value of this constant is 4

      • TDMAIL_DES_STEP

        public static final tagTDMAIL_FLAGS TDMAIL_DES_STEP

        Include design steps.

        The value of this constant is 8

      • TDMAIL_COVER_TEST

        public static final tagTDMAIL_FLAGS TDMAIL_COVER_TEST

        Include test coverage. Applies only to requirements

        The value of this constant is 16

      • TDMAIL_SINGLEMAIL

        public static final tagTDMAIL_FLAGS TDMAIL_SINGLEMAIL

        Single Mail.(obsolete - included for backward compatibility)

        The value of this constant is 32

      • TDMAIL_COMMENT_AS_BODY

        public static final tagTDMAIL_FLAGS TDMAIL_COMMENT_AS_BODY

        Use the Comment argument of the Mail method as the message body. (Used by UI when sending custom e-mail.)

        The value of this constant is 64

      • TDMAIL_TRACE_REQ

        public static final tagTDMAIL_FLAGS TDMAIL_TRACE_REQ

        Include traced requirements.

        The value of this constant is 128

    • Method Detail

      • values

        public static tagTDMAIL_FLAGS[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (tagTDMAIL_FLAGS c : tagTDMAIL_FLAGS.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static tagTDMAIL_FLAGS valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • comEnumValue

        public int comEnumValue()
        Specified by:
        comEnumValue in interface com4j.ComEnum