Module qtjambi
Package io.qt

Interface QtShortEnumerator

All Superinterfaces:
QtAbstractEnumerator
All Known Subinterfaces:
QtShortFlagEnumerator
All Known Implementing Classes:
QAudioFormat.SampleFormat, QLocale.Country, QLocale.Language, QLocale.Script, QMetaType.GenericShortEnumerator

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