Module qtjambi
Package io.qt

Interface QtByteEnumerator

All Superinterfaces:
QtAbstractEnumerator
All Known Subinterfaces:
QtByteFlagEnumerator
All Known Implementing Classes:
QCalendarPermission.AccessMode, QCanDbcFileParser.Error, QCanFrameProcessor.Error, QCborSimpleType, QCborStreamReader.Type, QContactsPermission.AccessMode, QDtlsError, QEventPoint.State, QJSPrimitiveValue.Type, QKeyFrame.InterpolationType, QLocationPermission.Accuracy, QLocationPermission.Availability, QMetaType.GenericByteEnumerator, QNetworkAddressEntry.DnsEligibilityStatus, QtCanBus.DataFormat, QtCanBus.DataSource, QtCanBus.MultiplexState

public interface QtByteEnumerator extends QtAbstractEnumerator
The QtEnumerator interface servers as a base for all 8 Bit enum classes. Its sole purpose is to unify the access to the byte value of enumerators and flags using the value() method.