Class 
Use 
SUMMARY: NESTED | ENUM CONSTANTS | METHOD      DETAIL: ENUM CONSTANTS | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

java.base / java.util
Enum Locale.IsoCountryCode
java.lang.Object
  java.lang.Enum<Locale.IsoCountryCode>
      java.util.Locale.IsoCountryCode
All Implemented Interfaces:
Serializable, Comparable<Locale.IsoCountryCode>, Constable
Enclosing class:
Locale

public static enum Locale.IsoCountryCode
extends Enum<Locale.IsoCountryCode>
Enum for specifying the type defined in ISO 3166. This enum is used to retrieve the two-letter ISO3166-1 alpha-2, three-letter ISO3166-1 alpha-3, four-letter ISO3166-3 country codes.
Since:
9
See Also:
Locale.getISOCountries(Locale.IsoCountryCode)

Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
PART1_ALPHA2 is used to represent the ISO3166-1 alpha-2 two letter country codes.
PART1_ALPHA3 is used to represent the ISO3166-1 alpha-3 three letter country codes.
PART3 is used to represent the ISO3166-3 four letter country codes.
Method Summary
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
Enum Constant Detail
PART1_ALPHA2
public static final Locale.IsoCountryCode PART1_ALPHA2
PART1_ALPHA2 is used to represent the ISO3166-1 alpha-2 two letter country codes.

PART1_ALPHA3
public static final Locale.IsoCountryCode PART1_ALPHA3
PART1_ALPHA3 is used to represent the ISO3166-1 alpha-3 three letter country codes.

PART3
public static final Locale.IsoCountryCode PART3
PART3 is used to represent the ISO3166-3 four letter country codes.
Method Detail
values
static Locale.IsoCountryCode[] values
()

valueOf
static Locale.IsoCountryCode valueOf
(String name)

 Class 
Use 
SUMMARY: NESTED | ENUM CONSTANTS | METHOD      DETAIL: ENUM CONSTANTS | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz