Package org.robovm.apple.uikit
Class UIDocumentState
- All Implemented Interfaces:
Comparable<UIDocumentState>,Iterable<UIDocumentState>
public final class UIDocumentState extends Bits<UIDocumentState>
-
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 UIDocumentStateClosedstatic UIDocumentStateEditingDisabledstatic UIDocumentStateInConflictstatic UIDocumentStateNormalstatic UIDocumentStateProgressAvailablestatic UIDocumentStateSavingError -
Constructor Summary
Constructors Constructor Description UIDocumentState(long value) -
Method Summary
Modifier and Type Method Description protected UIDocumentState[]_values()static UIDocumentState[]values()protected UIDocumentStatewrap(long value, long mask)
-
Field Details
-
Constructor Details
-
UIDocumentState
public UIDocumentState(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIDocumentState>
-
_values
- Specified by:
_valuesin classBits<UIDocumentState>
-
values
-