public enum DecoderTypeType extends Enum<DecoderTypeType>
| Enum Constant and Description |
|---|
CAR |
EXTENDED_ACCESSORY |
FUNCTION |
LOCO |
LOCO_SOUND |
STANDARD_ACCESSORY |
SUSI |
SUSI_SOUND |
| Modifier and Type | Method and Description |
|---|---|
static DecoderTypeType |
fromValue(String v) |
String |
value() |
static DecoderTypeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecoderTypeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecoderTypeType LOCO
public static final DecoderTypeType LOCO_SOUND
public static final DecoderTypeType FUNCTION
public static final DecoderTypeType CAR
public static final DecoderTypeType SUSI
public static final DecoderTypeType SUSI_SOUND
public static final DecoderTypeType STANDARD_ACCESSORY
public static final DecoderTypeType EXTENDED_ACCESSORY
public static DecoderTypeType[] values()
for (DecoderTypeType c : DecoderTypeType.values()) System.out.println(c);
public static DecoderTypeType 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 value()
public static DecoderTypeType fromValue(String v)
Copyright © 2022. All rights reserved.