public static enum MessageBuilder.TYPESEND extends Enum<MessageBuilder.TYPESEND>
| Enum Constant and Description |
|---|
MOVE_QUESTION |
NEW_QUESTION |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static MessageBuilder.TYPESEND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageBuilder.TYPESEND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageBuilder.TYPESEND NEW_QUESTION
public static final MessageBuilder.TYPESEND MOVE_QUESTION
public static MessageBuilder.TYPESEND[] values()
for (MessageBuilder.TYPESEND c : MessageBuilder.TYPESEND.values()) System.out.println(c);
public static MessageBuilder.TYPESEND 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 getName()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.