Exemple #1
0
 public ObservableSet<Consent> getConsents() {
   return consents.get();
 }
Exemple #2
0
 public ReadOnlySetProperty<Consent> consentsProperty() {
   return consents.getReadOnlyProperty();
 }