public enum TextMessageTargetMode extends Enum<TextMessageTargetMode>
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
static TextMessageTargetMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextMessageTargetMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextMessageTargetMode CLIENT
public static final TextMessageTargetMode CHANNEL
public static final TextMessageTargetMode SERVER
public static TextMessageTargetMode[] values()
for (TextMessageTargetMode c : TextMessageTargetMode.values()) System.out.println(c);
public static TextMessageTargetMode 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 int getIndex()
Copyright © 2015. All rights reserved.