public enum CVGroupTypeType extends Enum<CVGroupTypeType>
Java class for CVGroupTypeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CVGroupTypeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="list"/>
<enumeration value="dccLongAddr"/>
<enumeration value="dccSpeedCurve"/>
<enumeration value="dccAccAddr"/>
<enumeration value="int"/>
<enumeration value="long"/>
<enumeration value="matrix"/>
<enumeration value="string"/>
<enumeration value="dccAddrRG"/>
<enumeration value="dccLongConsist"/>
<enumeration value="rgbColor"/>
<enumeration value="centesimalInt"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CENTESIMAL_INT |
DCC_ACC_ADDR |
DCC_ADDR_RG |
DCC_LONG_ADDR |
DCC_LONG_CONSIST |
DCC_SPEED_CURVE |
INT |
LIST |
LONG |
MATRIX |
RGB_COLOR |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static CVGroupTypeType |
fromValue(String v) |
String |
value() |
static CVGroupTypeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVGroupTypeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVGroupTypeType LIST
public static final CVGroupTypeType DCC_LONG_ADDR
public static final CVGroupTypeType DCC_SPEED_CURVE
public static final CVGroupTypeType DCC_ACC_ADDR
public static final CVGroupTypeType INT
public static final CVGroupTypeType LONG
public static final CVGroupTypeType MATRIX
public static final CVGroupTypeType STRING
public static final CVGroupTypeType DCC_ADDR_RG
public static final CVGroupTypeType DCC_LONG_CONSIST
public static final CVGroupTypeType RGB_COLOR
public static final CVGroupTypeType CENTESIMAL_INT
public static CVGroupTypeType[] values()
for (CVGroupTypeType c : CVGroupTypeType.values()) System.out.println(c);
public static CVGroupTypeType 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 CVGroupTypeType fromValue(String v)
Copyright © 2021. All rights reserved.