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

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

public static enum Locale.Category
extends Enum<Locale.Category>
Enum for locale categories. These locale categories are used to get/set the default locale for the specific functionality represented by the category.
Since:
1.7
See Also:
Locale.getDefault(Locale.Category), Locale.setDefault(Locale.Category, Locale)

Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
Category used to represent the default locale for displaying user interfaces.
Category used to represent the default locale for formatting dates, numbers, and/or currencies.
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
DISPLAY
public static final Locale.Category DISPLAY
Category used to represent the default locale for displaying user interfaces.

FORMAT
public static final Locale.Category FORMAT
Category used to represent the default locale for formatting dates, numbers, and/or currencies.
Method Detail
values
static Locale.Category[] values
()

valueOf
static Locale.Category 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