Enum AdminRegionCategory

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AdminRegionCategory>

    public enum AdminRegionCategory
    extends java.lang.Enum<AdminRegionCategory>
    The Enum AdminRegionCategory.
    • Enum Constant Detail

      • EAST_ASIA_PACIFIC_DEVELOPING_ONLY

        public static final AdminRegionCategory EAST_ASIA_PACIFIC_DEVELOPING_ONLY
        The east asia pacific developing only.
      • EUROPE_CENTRAL_ASIA_DEVELOPING_ONLY

        public static final AdminRegionCategory EUROPE_CENTRAL_ASIA_DEVELOPING_ONLY
        The europe central asia developing only.
      • LATIN_AMERICA_CARIBBEAN_DEVELOPING_ONLY

        public static final AdminRegionCategory LATIN_AMERICA_CARIBBEAN_DEVELOPING_ONLY
        The latin america caribbean developing only.
      • MIDDLE_EAST_NORTH_AFRICA_DEVELOPING_ONLY

        public static final AdminRegionCategory MIDDLE_EAST_NORTH_AFRICA_DEVELOPING_ONLY
        The middle east north africa developing only.
      • SUB_SAHARAN_AFRICA_DEVELOPING_ONLY

        public static final AdminRegionCategory SUB_SAHARAN_AFRICA_DEVELOPING_ONLY
        The sub saharan africa developing only.
    • Method Detail

      • values

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

        public static AdminRegionCategory 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
      • value

        public java.lang.String value()
        Value.
        Returns:
        the string
      • fromValue

        public static AdminRegionCategory fromValue​(java.lang.String v)
        From value.
        Parameters:
        v - the v
        Returns:
        the admin region category