public static enum StandardService.Channels extends java.lang.Enum<StandardService.Channels>
Modifier and Type | Method and Description |
---|---|
static StandardService.Channels |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardService.Channels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardService.Channels GLOBAL
public static final StandardService.Channels WORLD
public static final StandardService.Channels PRIVATE
public static StandardService.Channels[] values()
for (StandardService.Channels c : StandardService.Channels.values()) System.out.println(c);
public static StandardService.Channels 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 null