Package apple.foundation.enums
Class NSFormattingUnitStyle
- java.lang.Object
-
- apple.foundation.enums.NSFormattingUnitStyle
-
public final class NSFormattingUnitStyle extends java.lang.ObjectThere are 3 widths: long, medium, and short. For example, for English, when formatting "3 pounds" Long is "3 pounds"; medium is "3 lb"; short is "3#";
-
-
Field Detail
-
Short
public static final long Short
- See Also:
- Constant Field Values
-
Medium
public static final long Medium
- See Also:
- Constant Field Values
-
Long
public static final long Long
- See Also:
- Constant Field Values
-
-