Package org.robovm.apple.uikit
Class UIInterfaceOrientationMask
java.lang.Object
org.robovm.rt.bro.Bits<UIInterfaceOrientationMask>
org.robovm.apple.uikit.UIInterfaceOrientationMask
- All Implemented Interfaces:
Comparable<UIInterfaceOrientationMask>,Iterable<UIInterfaceOrientationMask>
public final class UIInterfaceOrientationMask extends Bits<UIInterfaceOrientationMask>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static UIInterfaceOrientationMaskAllstatic UIInterfaceOrientationMaskAllButUpsideDownstatic UIInterfaceOrientationMaskLandscapestatic UIInterfaceOrientationMaskLandscapeLeftstatic UIInterfaceOrientationMaskLandscapeRightstatic UIInterfaceOrientationMaskNonestatic UIInterfaceOrientationMaskPortraitstatic UIInterfaceOrientationMaskPortraitUpsideDown -
Constructor Summary
Constructors Constructor Description UIInterfaceOrientationMask(long value) -
Method Summary
Modifier and Type Method Description protected UIInterfaceOrientationMask[]_values()static UIInterfaceOrientationMask[]values()protected UIInterfaceOrientationMaskwrap(long value, long mask)
-
Field Details
-
Constructor Details
-
UIInterfaceOrientationMask
public UIInterfaceOrientationMask(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIInterfaceOrientationMask>
-
_values
- Specified by:
_valuesin classBits<UIInterfaceOrientationMask>
-
values
-