java.lang.Object
io.qt.core.QMetaType.GenericEnumerator
- All Implemented Interfaces:
QMetaType.GenericTypeInterface
,QtAbstractEnumerator
,QtEnumerator
- Enclosing class:
QMetaType
This class represents a QMetaType-registered but Java-unknown 32 Bit enumerator.
-
Method Details
-
value
public int value()Description copied from interface:QtEnumerator
This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
getDeclaringClass
- Specified by:
getDeclaringClass
in interfaceQtAbstractEnumerator
- Returns:
- the Class object corresponding to this enum constant's enum type
- See Also:
-
hashCode
public int hashCode() -
equals
-
metaType
- Specified by:
metaType
in interfaceQMetaType.GenericTypeInterface
-
ordinal
public final int ordinal()- Specified by:
ordinal
in interfaceQtAbstractEnumerator
- Returns:
- the ordinal of this enumeration constant
- See Also:
-
name
- Specified by:
name
in interfaceQtAbstractEnumerator
- Returns:
- the name of this enum constant
- See Also:
-
toString
-