コード例 #1
0
ファイル: Patient5.java プロジェクト: pwns4cash/graniteds
 public ObservableSet<Consent> getConsents() {
   return consents.get();
 }
コード例 #2
0
ファイル: Patient5.java プロジェクト: pwns4cash/graniteds
 public ReadOnlySetProperty<Consent> consentsProperty() {
   return consents.getReadOnlyProperty();
 }