Package adams.core

Enum TechnicalInformation.Type

    • Field Detail

      • m_Display

        protected String m_Display
        the string used in toString().
      • m_Comment

        protected String m_Comment
        the comment about this type.
    • Method Detail

      • values

        public static TechnicalInformation.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 (TechnicalInformation.Type c : TechnicalInformation.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 TechnicalInformation.Type 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
      • getDisplay

        public String getDisplay()
        returns the display string.
        Returns:
        the display string
      • getComment

        public String getComment()
        returns the comment string.
        Returns:
        the comment string