public enum TeamAllMuteModeEnum extends java.lang.Enum<TeamAllMuteModeEnum>
Enum Constant and Description |
---|
Cancel
Unmute all
|
MuteALL
Mute all including members and administrators
|
MuteNormal
Mute individual members not administrators
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static TeamAllMuteModeEnum |
typeOfValue(int value) |
static TeamAllMuteModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamAllMuteModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeamAllMuteModeEnum Cancel
public static final TeamAllMuteModeEnum MuteNormal
public static final TeamAllMuteModeEnum MuteALL
public static TeamAllMuteModeEnum[] values()
for (TeamAllMuteModeEnum c : TeamAllMuteModeEnum.values()) System.out.println(c);
public static TeamAllMuteModeEnum 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 namejava.lang.NullPointerException
- if the argument is nullpublic static TeamAllMuteModeEnum typeOfValue(int value)
public int getValue()