Class CTRunStatus

  • All Implemented Interfaces:
    java.lang.Comparable<CTRunStatus>, java.lang.Iterable<CTRunStatus>

    public final class CTRunStatus
    extends org.robovm.rt.bro.Bits<CTRunStatus>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits

        org.robovm.rt.bro.Bits.AsByteMarshaler, org.robovm.rt.bro.Bits.AsIntMarshaler, org.robovm.rt.bro.Bits.AsLongMarshaler, org.robovm.rt.bro.Bits.AsMachineSizedIntMarshaler, org.robovm.rt.bro.Bits.AsShortMarshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      CTRunStatus​(long value)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected CTRunStatus[] _values()  
      static CTRunStatus[] values()  
      protected CTRunStatus wrap​(long value, long mask)  
      • Methods inherited from class org.robovm.rt.bro.Bits

        _values, asSet, clear, compareTo, contains, equals, hashCode, iterator, set, toString, value, with, with, with, with, with, with
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • CTRunStatus

        public CTRunStatus​(long value)
    • Method Detail

      • wrap

        protected CTRunStatus wrap​(long value,
                                   long mask)
        Specified by:
        wrap in class org.robovm.rt.bro.Bits<CTRunStatus>
      • _values

        protected CTRunStatus[] _values()
        Specified by:
        _values in class org.robovm.rt.bro.Bits<CTRunStatus>