Enum tagTDAPI_MODULE

    • Enum Constant Detail

      • MODULE_INVALID

        public static final tagTDAPI_MODULE MODULE_INVALID

        Invalid module ID.

        The value of this constant is -1

      • MODULE_DEFECT

        public static final tagTDAPI_MODULE MODULE_DEFECT

        Defect Module.

        The value of this constant is 0

      • MODULE_TEST_PLANNING

        public static final tagTDAPI_MODULE MODULE_TEST_PLANNING

        Test Planning Module.

        The value of this constant is 1

      • MODULE_TEST_EXECUTION

        public static final tagTDAPI_MODULE MODULE_TEST_EXECUTION

        Test Execution Module.

        The value of this constant is 2

      • MODULE_REQUIREMENT

        public static final tagTDAPI_MODULE MODULE_REQUIREMENT

        Requirement Module.

        The value of this constant is 3

      • MODULE_COLLABORATION

        public static final tagTDAPI_MODULE MODULE_COLLABORATION

        Collaboration Module.

        The value of this constant is 4

      • MODULE_DASHBOARD

        public static final tagTDAPI_MODULE MODULE_DASHBOARD

        Dashboard Module.

        The value of this constant is 5

      • MODULE_COMPONENTS

        public static final tagTDAPI_MODULE MODULE_COMPONENTS

        Components Module.

        The value of this constant is 6

      • MODULE_RELEASE

        public static final tagTDAPI_MODULE MODULE_RELEASE

        Releases Module.

        The value of this constant is 7

      • MODULE_RELEASE_CYCLE

        public static final tagTDAPI_MODULE MODULE_RELEASE_CYCLE

        Releases Module.

        The value of this constant is 8

      • MODULE_DATATYPE

        public static final tagTDAPI_MODULE MODULE_DATATYPE

        DataType Module.

        The value of this constant is 9

    • Method Detail

      • values

        public static tagTDAPI_MODULE[] 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 (tagTDAPI_MODULE c : tagTDAPI_MODULE.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static tagTDAPI_MODULE valueOf​(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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • comEnumValue

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