java.lang.Object
io.qt.core.QMetaType.GenericByteEnumerator
- All Implemented Interfaces:
QMetaType.GenericTypeInterface,QtAbstractEnumerator,QtByteEnumerator
- Enclosing class:
QMetaType
public static final class QMetaType.GenericByteEnumerator
extends Object
implements QtByteEnumerator
This class represents a QMetaType-registered but Java-unknown 8 Bit enumerator.
-
Method Details
-
value
public byte value()Description copied from interface:QtByteEnumeratorThis function should return a byte value for the enum values of the enumeration that implements this interface.- Specified by:
valuein interfaceQtByteEnumerator
-
getDeclaringClass
- Specified by:
getDeclaringClassin interfaceQtAbstractEnumerator- Specified by:
getDeclaringClassin interfaceQtByteEnumerator- Returns:
- the Class object corresponding to this enum constant's enum type
- See Also:
-
hashCode
public int hashCode() -
equals
-
metaType
- Specified by:
metaTypein interfaceQMetaType.GenericTypeInterface
-
ordinal
public final int ordinal()- Specified by:
ordinalin interfaceQtAbstractEnumerator- Returns:
- the ordinal of this enumeration constant
- See Also:
-
name
- Specified by:
namein interfaceQtAbstractEnumerator- Returns:
- the name of this enum constant
- See Also:
-
toString
-