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

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

Uses of Identification in fr.etai.xat2v2.obj
 

Methods in fr.etai.xat2v2.obj that return types with arguments of type Identification
 List<Identification> VehicleClassification.getIdentificationList()
          Gets the value of the identificationList property.
 List<Identification> Vehicle.getIdentificationList()
          Gets the value of the identificationList property.
 

Methods in fr.etai.xat2v2.obj with parameters of type Identification
 void VehicleClassification.addIdentification(Identification identification)
           
 void Vehicle.addIdentification(Identification identification)
           
 

Method parameters in fr.etai.xat2v2.obj with type arguments of type Identification
 void VehicleClassification.setIdentificationList(List<Identification> value)
          Sets the value of the identificationList property.
 void Vehicle.setIdentificationList(List<Identification> value)
          Sets the value of the identificationList property.
 

Uses of Identification in fr.etai.xat2v2.util
 

Methods in fr.etai.xat2v2.util that return Identification
static Identification[] VehicleUtil.getIdentificationListByBreakdown(Vehicle vehicle, String ref)
          returns the vehicle identifications whose breakdown matches the given ref
static Identification[] VehicleUtil.getIdentificationListBySource(Vehicle vehicle, String source)
          returns the vehicle identifications whose source matches the given one
 

Methods in fr.etai.xat2v2.util with parameters of type Identification
static boolean IdentificationUtil.matchBreakdown(Identification identification, String ref)
          Checks if the identification has a classification matching the ref given in the dictionary ETAI:vehicle
static boolean IdentificationUtil.matchClassificationSource(Identification identification, String source)
          Checks if the identification has a classification, in its breakdown list, with the given source.
static boolean IdentificationUtil.matchSource(Identification identification, String source)
           
 



Copyright © 2012. All Rights Reserved.