Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.AccidentCauseEnum
-
Packages that use AccidentCauseEnum Package Description eu.datex2.siri21.schema._2_0rc1._2_0 -
-
Uses of AccidentCauseEnum in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as AccidentCauseEnum Modifier and Type Field Description protected AccidentCauseEnumAccident. accidentCauseMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return AccidentCauseEnum Modifier and Type Method Description static AccidentCauseEnumAccidentCauseEnum. fromValue(String v)AccidentCauseEnumAccident. getAccidentCause()Gets the value of the accidentCause property.static AccidentCauseEnumAccidentCauseEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccidentCauseEnum[]AccidentCauseEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri21.schema._2_0rc1._2_0 with parameters of type AccidentCauseEnum Modifier and Type Method Description voidAccident. setAccidentCause(AccidentCauseEnum value)Sets the value of the accidentCause property.
-