Package org.robovm.apple.uikit
Class UIPopoverArrowDirection
- All Implemented Interfaces:
Comparable<UIPopoverArrowDirection>,Iterable<UIPopoverArrowDirection>
public final class UIPopoverArrowDirection extends Bits<UIPopoverArrowDirection>
-
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 UIPopoverArrowDirectionAnystatic UIPopoverArrowDirectionDownstatic UIPopoverArrowDirectionLeftstatic UIPopoverArrowDirectionNonestatic UIPopoverArrowDirectionRightstatic UIPopoverArrowDirectionUnknownstatic UIPopoverArrowDirectionUp -
Constructor Summary
Constructors Constructor Description UIPopoverArrowDirection(long value) -
Method Summary
Modifier and Type Method Description protected UIPopoverArrowDirection[]_values()static UIPopoverArrowDirection[]values()protected UIPopoverArrowDirectionwrap(long value, long mask)
-
Field Details
-
None
-
Up
-
Down
-
Left
-
Right
-
Any
-
Unknown
-
-
Constructor Details
-
UIPopoverArrowDirection
public UIPopoverArrowDirection(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIPopoverArrowDirection>
-
_values
- Specified by:
_valuesin classBits<UIPopoverArrowDirection>
-
values
-