| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AdHocCommandNote.Type>
org.jivesoftware.smackx.commands.AdHocCommandNote.Type
public static enum AdHocCommandNote.Type
Represents a note type.
| Enum Constant Summary | |
|---|---|
| errorThe note indicates an error. | |
| infoThe note is informational only. | |
| warnThe note indicates a warning. | |
| Method Summary | |
|---|---|
| static AdHocCommandNote.Type | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AdHocCommandNote.Type[] | 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, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final AdHocCommandNote.Type info
public static final AdHocCommandNote.Type warn
public static final AdHocCommandNote.Type error
| Method Detail | 
|---|
public static AdHocCommandNote.Type[] values()
for (AdHocCommandNote.Type c : AdHocCommandNote.Type.values()) System.out.println(c);
public static AdHocCommandNote.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||