E_Road_Signals_DisplayType

Java class for e_road_signals_displayType

.

The following schema fragment specifies the expected content contained within this class.


<simpleType name="e_road_signals_displayType">
  <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    <enumeration value="LED"/>
    <enumeration value="monochromGraphic"/>
    <enumeration value="rotatingPrismHorizontal"/>
    <enumeration value="rotatingPrismVertical"/>
    <enumeration value="simpleMatrix"/>
    <enumeration value="other"/>
  </restriction>
</simpleType>

Entries

Link copied to clipboard

Full LED boards

Link copied to clipboard

Yellow or white text as lights on black background

Link copied to clipboard

No lights. Horizontal rotating metal prism.

Link copied to clipboard

No lights. Vertical rotating metal prism.

Link copied to clipboard

Outside is fixed, content inside changes.

Link copied to clipboard

All other display types that do not fit into current categories

Functions

Link copied to clipboard
Gets the enum associated to the value passed as parameter.
Link copied to clipboard
open fun value(): String
Gets the value associated to the enum constant.
Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.