com.trolltech.qt.phonon
Enum AbstractAddon.TitleCommand
java.lang.Object
java.lang.Enum<AbstractAddon.TitleCommand>
com.trolltech.qt.phonon.AbstractAddon.TitleCommand
- All Implemented Interfaces:
- com.trolltech.qt.QtEnumerator, java.io.Serializable, java.lang.Comparable<AbstractAddon.TitleCommand>
- Enclosing class:
- AbstractAddon
public static enum AbstractAddon.TitleCommand
- extends java.lang.Enum<AbstractAddon.TitleCommand>
- implements com.trolltech.qt.QtEnumerator
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
availableTitles
public static final AbstractAddon.TitleCommand availableTitles
title
public static final AbstractAddon.TitleCommand title
setTitle
public static final AbstractAddon.TitleCommand setTitle
autoplayTitles
public static final AbstractAddon.TitleCommand autoplayTitles
setAutoplayTitles
public static final AbstractAddon.TitleCommand setAutoplayTitles
values
public static AbstractAddon.TitleCommand[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AbstractAddon.TitleCommand c : AbstractAddon.TitleCommand.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AbstractAddon.TitleCommand valueOf(java.lang.String name)
- 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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
value
public int value()
- Specified by:
value
in interface com.trolltech.qt.QtEnumerator
resolve
public static AbstractAddon.TitleCommand resolve(int value)