コード例 #1
0
 public SiteInformationDomain getDomain() {
   return (SiteInformationDomain) domain.getValue();
 }
コード例 #2
0
ファイル: QaObservation.java プロジェクト: tmlewin/OpenElis
 public QaObservationType getObservationType() {
   return (QaObservationType) observationType.getValue();
 }
コード例 #3
0
 public CronScheduler getSchedule() {
   return (CronScheduler) schedule.getValue();
 }