Enum TrainElementTypeEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<TrainElementTypeEnumeration>

    public enum TrainElementTypeEnumeration
    extends Enum<TrainElementTypeEnumeration>

    Java class for TrainElementTypeEnumeration.

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

     <simpleType name="TrainElementTypeEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="buffetCar"/>
         <enumeration value="carriage"/>
         <enumeration value="engine"/>
         <enumeration value="carTransporter"/>
         <enumeration value="sleeperCarriage"/>
         <enumeration value="luggageVan"/>
         <enumeration value="restaurantCarriage"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>