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

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

Uses of ExplicitDate in fr.etai.xat2v2.builder
 

Methods in fr.etai.xat2v2.builder that return ExplicitDate
 ExplicitDate ExplicitDateBuilder.build()
           
 

Uses of ExplicitDate in fr.etai.xat2v2.obj
 

Methods in fr.etai.xat2v2.obj that return ExplicitDate
 ExplicitDate Delivery.getDate()
          Gets the value of the date property.
 

Methods in fr.etai.xat2v2.obj that return types with arguments of type ExplicitDate
 List<ExplicitDate> SurveyMission.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Price.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Policy.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> TechnicalAssessment.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> File.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Evaluation.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> AttachedFile.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> VehicleClassification.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Duration.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Payment.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Operation.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Calculating.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Transport.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Vehicle.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Accident.getDateList()
          Gets the value of the dateList property.
 List<ExplicitDate> Xat2.getDateList()
          Gets the value of the dateList property.
 

Methods in fr.etai.xat2v2.obj with parameters of type ExplicitDate
 void SurveyMission.addDate(ExplicitDate date)
           
 void Price.addDate(ExplicitDate date)
           
 void Policy.addDate(ExplicitDate date)
           
 void TechnicalAssessment.addDate(ExplicitDate date)
           
 void File.addDate(ExplicitDate date)
           
 void Evaluation.addDate(ExplicitDate date)
           
 void AttachedFile.addDate(ExplicitDate date)
           
 void VehicleClassification.addDate(ExplicitDate date)
           
 void Duration.addDate(ExplicitDate date)
           
 void Payment.addDate(ExplicitDate date)
           
 void Operation.addDate(ExplicitDate date)
           
 void Calculating.addDate(ExplicitDate date)
           
 void Transport.addDate(ExplicitDate date)
           
 void Vehicle.addDate(ExplicitDate date)
           
 void Accident.addDate(ExplicitDate date)
           
 void Xat2.addDate(ExplicitDate date)
           
 void Delivery.setDate(ExplicitDate value)
          Sets the value of the date property.
 

Method parameters in fr.etai.xat2v2.obj with type arguments of type ExplicitDate
 void SurveyMission.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Price.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Policy.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void TechnicalAssessment.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void File.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Evaluation.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void AttachedFile.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void VehicleClassification.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Duration.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Payment.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Operation.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Calculating.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Transport.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Vehicle.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Accident.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void Xat2.setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 

Uses of ExplicitDate in fr.etai.xat2v2.util
 

Methods in fr.etai.xat2v2.util that return ExplicitDate
static ExplicitDate OperationUtil.getDateByRef(Operation operation, String ref)
          Gets the expliciteDate from dateList property.
static ExplicitDate PaymentUtil.getDateByRef(Payment payment, String ref)
          Gets the expliciteDate from dateList property.
static ExplicitDate VehicleClassificationUtil.getDateByRef(VehicleClassification vehicleClassification, String ref)
          Gets the expliciteDate from dateList property.
static ExplicitDate[] VehicleUtil.getDateListByType(Vehicle vehicle, String ref)
          Returns the dates of this vehicle matching the ref in the ETAI:date dictionary
 

Methods in fr.etai.xat2v2.util that return types with arguments of type ExplicitDate
static List<ExplicitDate> ExplicitDateListUtil.getExplicitDateList(List<ExplicitDate> dateList, String dateReference)
          Retourne les dates correspondant à la référence en paramètre (Dictionnaire = ETAI:Date).
static List<ExplicitDate> ExplicitDateListUtil.getExplicitDateList(List<ExplicitDate> dateList, String dictionary, String dateReference)
          Retourne les dates correspondant à la référence et le dictionnaire en paramètres.
 

Methods in fr.etai.xat2v2.util with parameters of type ExplicitDate
static Date ExplicitDateUtil.getDate(ExplicitDate explicitDate)
          Gets the date value as a Date object.
static boolean ExplicitDateUtil.matchType(ExplicitDate explicitDate, String ref)
          Checks if the ExplicitDate has a classification matching the ref given in the dictionary ETAI:date
 

Method parameters in fr.etai.xat2v2.util with type arguments of type ExplicitDate
static Date ExplicitDateListUtil.getDate(List<ExplicitDate> dateList, String dateReference)
          Retourne la date recherchée parmi une liste de date
static Date ExplicitDateListUtil.getDate(List<ExplicitDate> dateList, String dictionary, String dateReference)
          Retourne la date recherchée parmi une liste de date
static List<ExplicitDate> ExplicitDateListUtil.getExplicitDateList(List<ExplicitDate> dateList, String dateReference)
          Retourne les dates correspondant à la référence en paramètre (Dictionnaire = ETAI:Date).
static List<ExplicitDate> ExplicitDateListUtil.getExplicitDateList(List<ExplicitDate> dateList, String dictionary, String dateReference)
          Retourne les dates correspondant à la référence et le dictionnaire en paramètres.
 



Copyright © 2012. All Rights Reserved.