Enum CustomsCity

    • Enum Constant Detail

      • GUANGZHOU

        public static final CustomsCity GUANGZHOU
        Deprecated.
      • HANGZHOU

        public static final CustomsCity HANGZHOU
        Deprecated.
      • NINGBO

        public static final CustomsCity NINGBO
        Deprecated.
      • ZHENGZHOU_BS

        public static final CustomsCity ZHENGZHOU_BS
        Deprecated.
      • CHONGQING

        public static final CustomsCity CHONGQING
        Deprecated.
      • XIAN

        public static final CustomsCity XIAN
        Deprecated.
      • SHANGHAI

        public static final CustomsCity SHANGHAI
        Deprecated.
      • ZHENGZHOU_ZH

        public static final CustomsCity ZHENGZHOU_ZH
        Deprecated.
    • Method Detail

      • values

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

        public static CustomsCity valueOf​(String name)
        Deprecated.
        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
      • getName

        public String getName()
        Deprecated.