Package apple.foundation.enums
Class NSLocaleLanguageDirection
- java.lang.Object
-
- apple.foundation.enums.NSLocaleLanguageDirection
-
public final class NSLocaleLanguageDirection extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBottomToTopstatic longLeftToRightstatic longRightToLeftstatic longTopToBottomstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
LeftToRight
public static final long LeftToRight
- See Also:
- Constant Field Values
-
RightToLeft
public static final long RightToLeft
- See Also:
- Constant Field Values
-
TopToBottom
public static final long TopToBottom
- See Also:
- Constant Field Values
-
BottomToTop
public static final long BottomToTop
- See Also:
- Constant Field Values
-
-