Uses of Class
eu.datex2.siri20.schema._2_0rc1._2_0.CarriagewayEnum
-
Packages that use CarriagewayEnum Package Description eu.datex2.siri20.schema._2_0rc1._2_0 -
-
Uses of CarriagewayEnum in eu.datex2.siri20.schema._2_0rc1._2_0
Fields in eu.datex2.siri20.schema._2_0rc1._2_0 with type parameters of type CarriagewayEnum Modifier and Type Field Description protected List<CarriagewayEnum>SupplementaryPositionalDescription. carriagewaiesprotected List<CarriagewayEnum>RoadOrCarriagewayOrLaneManagement. specifiedCarriagewaiesMethods in eu.datex2.siri20.schema._2_0rc1._2_0 that return CarriagewayEnum Modifier and Type Method Description static CarriagewayEnumCarriagewayEnum. fromValue(String v)static CarriagewayEnumCarriagewayEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CarriagewayEnum[]CarriagewayEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri20.schema._2_0rc1._2_0 that return types with arguments of type CarriagewayEnum Modifier and Type Method Description List<CarriagewayEnum>SupplementaryPositionalDescription. getCarriagewaies()Gets the value of the carriagewaies property.List<CarriagewayEnum>RoadOrCarriagewayOrLaneManagement. getSpecifiedCarriagewaies()Gets the value of the specifiedCarriagewaies property.
-