Enum tagTDAPI_GRAPH_TYPE

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

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

      • GRAPH_SUMMARY

        public static final tagTDAPI_GRAPH_TYPE GRAPH_SUMMARY

        Summary.

        The value of this constant is 0

      • GRAPH_AGE

        public static final tagTDAPI_GRAPH_TYPE GRAPH_AGE

        Age.

        The value of this constant is 1

      • GRAPH_PROGRESS

        public static final tagTDAPI_GRAPH_TYPE GRAPH_PROGRESS

        Progress.

        The value of this constant is 2

      • GRAPH_TREND

        public static final tagTDAPI_GRAPH_TYPE GRAPH_TREND

        Trend.

        The value of this constant is 3

      • GRAPH_COVERAGE

        public static final tagTDAPI_GRAPH_TYPE GRAPH_COVERAGE

        Coverage.

        The value of this constant is 5

    • Method Detail

      • values

        public static tagTDAPI_GRAPH_TYPE[] 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_GRAPH_TYPE c : tagTDAPI_GRAPH_TYPE.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_GRAPH_TYPE 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