public enum RelayType extends Enum<RelayType>
| Modifier and Type | Method and Description |
|---|---|
static RelayType |
fromName(String name) |
static RelayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelayType MIXER
public static final RelayType SPLITTER
public static RelayType[] values()
for (RelayType c : RelayType.values()) System.out.println(c);
public static RelayType 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 nullCopyright © 2017 TeleStax, Inc.. All Rights Reserved.