Uses of Class
jmri.jmrit.decoderdefn.IdentifyDecoder.Manufacturer
-
Packages that use IdentifyDecoder.Manufacturer Package Description jmri.jmrit.decoderdefn Decoder definitions via XML, including the decoder index. -
-
Uses of IdentifyDecoder.Manufacturer in jmri.jmrit.decoderdefn
Fields in jmri.jmrit.decoderdefn declared as IdentifyDecoder.Manufacturer Modifier and Type Field Description (package private) IdentifyDecoder.Manufacturer
IdentifyDecoder. mfgID
Methods in jmri.jmrit.decoderdefn that return IdentifyDecoder.Manufacturer Modifier and Type Method Description static IdentifyDecoder.Manufacturer
IdentifyDecoder.Manufacturer. forValue(int value)
static IdentifyDecoder.Manufacturer
IdentifyDecoder.Manufacturer. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IdentifyDecoder.Manufacturer[]
IdentifyDecoder.Manufacturer. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-