- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QChar.UnicodeVersion>
,Constable
- Enclosing class:
QChar
Java wrapper for Qt enum QChar::UnicodeVersion
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQChar::
Unicode_1_1 RepresentingQChar::
Unicode_10_0 RepresentingQChar::
Unicode_11_0 RepresentingQChar::
Unicode_12_0 RepresentingQChar::
Unicode_12_1 RepresentingQChar::
Unicode_13_0 RepresentingQChar::
Unicode_2_0 RepresentingQChar::
Unicode_2_1_2 RepresentingQChar::
Unicode_3_0 RepresentingQChar::
Unicode_3_1 RepresentingQChar::
Unicode_3_2 RepresentingQChar::
Unicode_4_0 RepresentingQChar::
Unicode_4_1 RepresentingQChar::
Unicode_5_0 RepresentingQChar::
Unicode_5_1 RepresentingQChar::
Unicode_5_2 RepresentingQChar::
Unicode_6_0 RepresentingQChar::
Unicode_6_1 RepresentingQChar::
Unicode_6_2 RepresentingQChar::
Unicode_6_3 RepresentingQChar::
Unicode_7_0 RepresentingQChar::
Unicode_8_0 RepresentingQChar::
Unicode_9_0 RepresentingQChar::
Unicode_Unassigned -
Method Summary
Modifier and TypeMethodDescriptionstatic QChar.UnicodeVersion
resolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.static QChar.UnicodeVersion
Returns the enum constant of this type with the specified name.static QChar.UnicodeVersion[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtAbstractEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
Unicode_Unassigned
Representing
QChar::
Unicode_Unassigned -
Unicode_1_1
Representing
QChar::
Unicode_1_1 -
Unicode_2_0
Representing
QChar::
Unicode_2_0 -
Unicode_2_1_2
Representing
QChar::
Unicode_2_1_2 -
Unicode_3_0
Representing
QChar::
Unicode_3_0 -
Unicode_3_1
Representing
QChar::
Unicode_3_1 -
Unicode_3_2
Representing
QChar::
Unicode_3_2 -
Unicode_4_0
Representing
QChar::
Unicode_4_0 -
Unicode_4_1
Representing
QChar::
Unicode_4_1 -
Unicode_5_0
Representing
QChar::
Unicode_5_0 -
Unicode_5_1
Representing
QChar::
Unicode_5_1 -
Unicode_5_2
Representing
QChar::
Unicode_5_2 -
Unicode_6_0
Representing
QChar::
Unicode_6_0 -
Unicode_6_1
Representing
QChar::
Unicode_6_1 -
Unicode_6_2
Representing
QChar::
Unicode_6_2 -
Unicode_6_3
Representing
QChar::
Unicode_6_3 -
Unicode_7_0
Representing
QChar::
Unicode_7_0 -
Unicode_8_0
Representing
QChar::
Unicode_8_0 -
Unicode_9_0
Representing
QChar::
Unicode_9_0 -
Unicode_10_0
Representing
QChar::
Unicode_10_0 -
Unicode_11_0
Representing
QChar::
Unicode_11_0 -
Unicode_12_0
Representing
QChar::
Unicode_12_0 -
Unicode_12_1
Representing
QChar::
Unicode_12_1 -
Unicode_13_0
Representing
QChar::
Unicode_13_0
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()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
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-