Exemple #1
0
 public void setObservationType(QaObservationType type) {
   observationType.setValue(type);
 }
 public SiteInformationDomain getDomain() {
   return (SiteInformationDomain) domain.getValue();
 }
Exemple #3
0
 public QaObservationType getObservationType() {
   return (QaObservationType) observationType.getValue();
 }
 public CronScheduler getSchedule() {
   return (CronScheduler) schedule.getValue();
 }