Uses of Class
uk.org.siri.siri21.TypeOfFuelEnumeration
-
Packages that use TypeOfFuelEnumeration Package Description uk.org.siri.siri21 -
-
Uses of TypeOfFuelEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as TypeOfFuelEnumeration Modifier and Type Field Description protected TypeOfFuelEnumerationCompoundTrain. typeOfFuelprotected TypeOfFuelEnumerationTrain. typeOfFuelprotected TypeOfFuelEnumerationTrainElement. typeOfFuelprotected TypeOfFuelEnumerationTypeOfVehicleFuelStructure. typeOfFuelMethods in uk.org.siri.siri21 that return TypeOfFuelEnumeration Modifier and Type Method Description static TypeOfFuelEnumerationTypeOfFuelEnumeration. fromValue(String v)TypeOfFuelEnumerationCompoundTrain. getTypeOfFuel()Gets the value of the typeOfFuel property.TypeOfFuelEnumerationTrain. getTypeOfFuel()Gets the value of the typeOfFuel property.TypeOfFuelEnumerationTrainElement. getTypeOfFuel()Gets the value of the typeOfFuel property.TypeOfFuelEnumerationTypeOfVehicleFuelStructure. getTypeOfFuel()Gets the value of the typeOfFuel property.static TypeOfFuelEnumerationTypeOfFuelEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeOfFuelEnumeration[]TypeOfFuelEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri21 with parameters of type TypeOfFuelEnumeration Modifier and Type Method Description voidCompoundTrain. setTypeOfFuel(TypeOfFuelEnumeration value)Sets the value of the typeOfFuel property.voidTrain. setTypeOfFuel(TypeOfFuelEnumeration value)Sets the value of the typeOfFuel property.voidTrainElement. setTypeOfFuel(TypeOfFuelEnumeration value)Sets the value of the typeOfFuel property.voidTypeOfVehicleFuelStructure. setTypeOfFuel(TypeOfFuelEnumeration value)Sets the value of the typeOfFuel property.
-