java.lang.Object
io.qt.core.QMetaType.GenericLongEnumerator
- All Implemented Interfaces:
QMetaType.GenericTypeInterface,QtAbstractEnumerator,QtLongEnumerator
- Enclosing class:
QMetaType
public static final class QMetaType.GenericLongEnumerator
extends Object
implements QtLongEnumerator
This class represents a QMetaType-registered but Java-unknown 64 Bit enumerator.
-
Method Details
-
value
public long value()Description copied from interface:QtLongEnumeratorThis function should return a long value for the enum values of the enumeration that implements this interface.- Specified by:
valuein interfaceQtLongEnumerator
-
getDeclaringClass
- Specified by:
getDeclaringClassin interfaceQtAbstractEnumerator- Specified by:
getDeclaringClassin interfaceQtLongEnumerator- 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
-