|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Utilities.Configuration>
com.trolltech.qt.Utilities.Configuration
public static enum Utilities.Configuration
Defines whether Qt is build in Release or Debug.
| Enum Constant Summary | |
|---|---|
Debug
Debug build. |
|
Release
Release build. |
|
| Method Summary | |
|---|---|
static Utilities.Configuration |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Utilities.Configuration[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Utilities.Configuration Release
public static final Utilities.Configuration Debug
| Method Detail |
|---|
public static final Utilities.Configuration[] values()
for(Utilities.Configuration c : Utilities.Configuration.values())
System.out.println(c);
public static Utilities.Configuration valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||