Enum AtomProperty.Radical

    • Enum Constant Detail

      • DIVALENT_SINGLET

        public static final AtomProperty.Radical DIVALENT_SINGLET
        Divalent radical center with singlet electronic configuration.
      • DIVALENT_TRIPLET

        public static final AtomProperty.Radical DIVALENT_TRIPLET
        Divalent radical center with triplet electronic configuration.
      • TRIVALENT_DOUBLET

        public static final AtomProperty.Radical TRIVALENT_DOUBLET
        Trivalent radical center with doublet electronic configuration.
      • TRIVALENT_QUARTET

        public static final AtomProperty.Radical TRIVALENT_QUARTET
        Trivalent radical center with quartet electronic configuration.
    • Method Detail

      • values

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

        public static AtomProperty.Radical 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
      • getIntValue

        public int getIntValue()
        Gets the integer representation of the radical.
        Returns:
        the radical value as int