Uses of Class
fr.etai.xat2v2.obj.Tire

Packages that use Tire
fr.etai.xat2v2.obj   
fr.etai.xat2v2.util Classes in this package are all utility classes. 
 

Uses of Tire in fr.etai.xat2v2.obj
 

Methods in fr.etai.xat2v2.obj that return types with arguments of type Tire
 List<Tire> VehicleClassification.getTireList()
          Gets the value of the tireList property.
 List<Tire> VehicleState.getTireList()
          Gets the value of the tireList property.
 List<Tire> Vehicle.getTireList()
          Gets the value of the tireList property.
 

Methods in fr.etai.xat2v2.obj with parameters of type Tire
 void VehicleClassification.addTire(Tire tire)
           
 void VehicleState.addTire(Tire tire)
           
 void Vehicle.addTire(Tire tire)
           
 

Method parameters in fr.etai.xat2v2.obj with type arguments of type Tire
 void VehicleClassification.setTireList(List<Tire> value)
          Sets the value of the tireList property.
 void VehicleState.setTireList(List<Tire> value)
          Sets the value of the tireList property.
 void Vehicle.setTireList(List<Tire> value)
          Sets the value of the tireList property.
 

Uses of Tire in fr.etai.xat2v2.util
 

Methods in fr.etai.xat2v2.util that return Tire
static Tire VehicleUtil.getTireByRef(Vehicle vehicle, String dic, String ref)
          Gets the tire from tireList property.
 

Methods in fr.etai.xat2v2.util with parameters of type Tire
static boolean TireUtil.matchDictionaryRef(Tire tire, String dico, String ref)
           
 



Copyright © 2012. All Rights Reserved.