public SiteInformationDomain getDomain() {
   return (SiteInformationDomain) domain.getValue();
 }
Esempio n. 2
0
 public QaObservationType getObservationType() {
   return (QaObservationType) observationType.getValue();
 }
 public CronScheduler getSchedule() {
   return (CronScheduler) schedule.getValue();
 }