FormatStyle (Java SE 25 & JDK 25)
- All Implemented Interfaces:
Serializable, Comparable<FormatStyle>, Constable
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants
Full text style, with the most detail.
Long text style, with lots of detail.
Medium text style, with some detail.
Short text style, typically numeric.
-
Method Summary
Returns the enum constant of this class with the specified name.
values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FULL
-
LONG
-
MEDIUM
-
SHORT
-
-
Method Details
-
values
-
valueOf
-