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="dccLongAddr"/>
<enumeration value="dccSpeedCurve"/>
<enumeration value="dccAccAddr"/>
<enumeration value="int"/>
<enumeration value="long"/>
<enumeration value="ascii"/>
<enumeration value="sx2LongAddr"/>
<enumeration value="dccAddrRG"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ASCII |
DCC_ACC_ADDR |
DCC_ADDR_RG |
DCC_LONG_ADDR |
DCC_SPEED_CURVE |
INT |
LONG |
SX_2_LONG_ADDR |
| 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 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 ASCII
public static final CVGroupTypeType SX_2_LONG_ADDR
public static final CVGroupTypeType DCC_ADDR_RG
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 © 2017. All rights reserved.