public static enum UserMessageContext.Commands extends Enum<UserMessageContext.Commands>
Modifier and Type | Method and Description |
---|---|
SmackCommand |
getActionObject() |
String |
getSyntax() |
static UserMessageContext.Commands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserMessageContext.Commands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserMessageContext.Commands changes
public static final UserMessageContext.Commands comment
public static final UserMessageContext.Commands label
public static UserMessageContext.Commands[] values()
for (UserMessageContext.Commands c : UserMessageContext.Commands.values()) System.out.println(c);
public static UserMessageContext.Commands valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getSyntax()
public SmackCommand getActionObject()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.