Package apple.corefoundation.enums
Class CFNumberFormatterPadPosition
- java.lang.Object
-
- apple.corefoundation.enums.CFNumberFormatterPadPosition
-
public final class CFNumberFormatterPadPosition extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAfterPrefixstatic longAfterSuffixstatic longBeforePrefixstatic longBeforeSuffix
-
-
-
Field Detail
-
BeforePrefix
public static final long BeforePrefix
- See Also:
- Constant Field Values
-
AfterPrefix
public static final long AfterPrefix
- See Also:
- Constant Field Values
-
BeforeSuffix
public static final long BeforeSuffix
- See Also:
- Constant Field Values
-
AfterSuffix
public static final long AfterSuffix
- See Also:
- Constant Field Values
-
-