Package apple.foundation.enums
Class NSLengthFormatterUnit
- java.lang.Object
-
- apple.foundation.enums.NSLengthFormatterUnit
-
public final class NSLengthFormatterUnit extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCentimeterstatic longFootstatic longInchstatic longKilometerstatic longMeterstatic longMilestatic longMillimeterstatic longYard
-
-
-
Field Detail
-
Millimeter
public static final long Millimeter
- See Also:
- Constant Field Values
-
Centimeter
public static final long Centimeter
- See Also:
- Constant Field Values
-
Meter
public static final long Meter
- See Also:
- Constant Field Values
-
Kilometer
public static final long Kilometer
- See Also:
- Constant Field Values
-
Inch
public static final long Inch
- See Also:
- Constant Field Values
-
Foot
public static final long Foot
- See Also:
- Constant Field Values
-
Yard
public static final long Yard
- See Also:
- Constant Field Values
-
Mile
public static final long Mile
- See Also:
- Constant Field Values
-
-