Package jmri.jmrix.bachrus.speedmatcher
Enum SpeedMatcher.SpeedMatcherCV
java.lang.Object
java.lang.Enum<SpeedMatcher.SpeedMatcherCV>
jmri.jmrix.bachrus.speedmatcher.SpeedMatcher.SpeedMatcherCV
- All Implemented Interfaces:
Serializable,Comparable<SpeedMatcher.SpeedMatcherCV>,java.lang.constant.Constable
- Enclosing class:
- SpeedMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetCV()Gets the string CV value for the SpeedMatcherCVGets the string display name of the SpeedMatcherCVgetName()Gets the string name of the SpeedMatcherCVstatic SpeedMatcher.SpeedMatcherCVReturns the enum constant of this type with the specified name.static SpeedMatcher.SpeedMatcherCV[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
VSTART
-
VMID
-
VHIGH
-
ACCEL
-
DECEL
-
FORWARDTRIM
-
REVERSETRIM
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getCV
Gets the string CV value for the SpeedMatcherCV- Returns:
- string CV value
-
getName
Gets the string name of the SpeedMatcherCV- Returns:
- string name
-
getCVDisplayName
Gets the string display name of the SpeedMatcherCV- Returns:
- string display name
-