- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QRadioData.ProgramType>
,Constable
- Enclosing class:
QRadioData
Java wrapper for Qt enum QRadioData::ProgramType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQRadioData::
AdultHits RepresentingQRadioData::
Alarm RepresentingQRadioData::
AlarmTest RepresentingQRadioData::
ChildrensProgrammes RepresentingQRadioData::
Classical RepresentingQRadioData::
ClassicRock RepresentingQRadioData::
College RepresentingQRadioData::
CountryMusic RepresentingQRadioData::
Culture RepresentingQRadioData::
CurrentAffairs RepresentingQRadioData::
Documentary RepresentingQRadioData::
Drama RepresentingQRadioData::
EasyListening RepresentingQRadioData::
Education RepresentingQRadioData::
Finance RepresentingQRadioData::
FolkMusic RepresentingQRadioData::
Information RepresentingQRadioData::
JazzMusic RepresentingQRadioData::
Language RepresentingQRadioData::
Leisure RepresentingQRadioData::
LightClassical RepresentingQRadioData::
NationalMusic RepresentingQRadioData::
News RepresentingQRadioData::
Nostalgia RepresentingQRadioData::
OldiesMusic RepresentingQRadioData::
OtherMusic RepresentingQRadioData::
Personality RepresentingQRadioData::
PhoneIn RepresentingQRadioData::
PopMusic RepresentingQRadioData::
Public RepresentingQRadioData::
Religion RepresentingQRadioData::
ReligiousMusic RepresentingQRadioData::
ReligiousTalk RepresentingQRadioData::
RhythmAndBlues RepresentingQRadioData::
RockMusic RepresentingQRadioData::
Science RepresentingQRadioData::
SeriousClassical RepresentingQRadioData::
SocialAffairs RepresentingQRadioData::
Soft RepresentingQRadioData::
SoftRhythmAndBlues RepresentingQRadioData::
SoftRock RepresentingQRadioData::
Sport RepresentingQRadioData::
Talk RepresentingQRadioData::
Top40 RepresentingQRadioData::
Travel RepresentingQRadioData::
Undefined RepresentingQRadioData::
Varied RepresentingQRadioData::
Weather -
Method Summary
Modifier and TypeMethodDescriptionstatic QRadioData.ProgramType
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 QRadioData.ProgramType
Returns the enum constant of this type with the specified name.static QRadioData.ProgramType[]
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
-
Undefined
Representing
QRadioData::
Undefined -
News
Representing
QRadioData::
News -
CurrentAffairs
Representing
QRadioData::
CurrentAffairs -
Information
Representing
QRadioData::
Information -
Sport
Representing
QRadioData::
Sport -
Education
Representing
QRadioData::
Education -
Drama
Representing
QRadioData::
Drama -
Culture
Representing
QRadioData::
Culture -
Science
Representing
QRadioData::
Science -
Varied
Representing
QRadioData::
Varied -
PopMusic
Representing
QRadioData::
PopMusic -
RockMusic
Representing
QRadioData::
RockMusic -
EasyListening
Representing
QRadioData::
EasyListening -
LightClassical
Representing
QRadioData::
LightClassical -
SeriousClassical
Representing
QRadioData::
SeriousClassical -
OtherMusic
Representing
QRadioData::
OtherMusic -
Weather
Representing
QRadioData::
Weather -
Finance
Representing
QRadioData::
Finance -
ChildrensProgrammes
Representing
QRadioData::
ChildrensProgrammes -
SocialAffairs
Representing
QRadioData::
SocialAffairs -
Religion
Representing
QRadioData::
Religion -
PhoneIn
Representing
QRadioData::
PhoneIn -
Travel
Representing
QRadioData::
Travel -
Leisure
Representing
QRadioData::
Leisure -
JazzMusic
Representing
QRadioData::
JazzMusic -
CountryMusic
Representing
QRadioData::
CountryMusic -
NationalMusic
Representing
QRadioData::
NationalMusic -
OldiesMusic
Representing
QRadioData::
OldiesMusic -
FolkMusic
Representing
QRadioData::
FolkMusic -
Documentary
Representing
QRadioData::
Documentary -
AlarmTest
Representing
QRadioData::
AlarmTest -
Alarm
Representing
QRadioData::
Alarm -
Talk
Representing
QRadioData::
Talk -
ClassicRock
Representing
QRadioData::
ClassicRock -
AdultHits
Representing
QRadioData::
AdultHits -
SoftRock
Representing
QRadioData::
SoftRock -
Top40
Representing
QRadioData::
Top40 -
Soft
Representing
QRadioData::
Soft -
Nostalgia
Representing
QRadioData::
Nostalgia -
Classical
Representing
QRadioData::
Classical -
RhythmAndBlues
Representing
QRadioData::
RhythmAndBlues -
SoftRhythmAndBlues
Representing
QRadioData::
SoftRhythmAndBlues -
Language
Representing
QRadioData::
Language -
ReligiousMusic
Representing
QRadioData::
ReligiousMusic -
ReligiousTalk
Representing
QRadioData::
ReligiousTalk -
Personality
Representing
QRadioData::
Personality -
Public
Representing
QRadioData::
Public -
College
Representing
QRadioData::
College
-
-
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
-