Uses of Class
org.bedework.eventreg.db.BwProperty
Packages that use BwProperty
-
Uses of BwProperty in org.bedework.eventreg.db
Methods in org.bedework.eventreg.db that return BwPropertyModifier and TypeMethodDescriptionstatic BwPropertyBwProperty.findName(String name, Collection<BwProperty> c) Search the collection for a string that matches the given name.PropertiesEntity.findProperty(String name) Methods in org.bedework.eventreg.db that return types with arguments of type BwPropertyModifier and TypeMethodDescriptionPropertiesEntity.cloneProperties()PropertiesEntity.copyProperties()PropertiesEntity.getProperties()PropertiesEntity.getProperties(String name) Methods in org.bedework.eventreg.db with parameters of type BwPropertyModifier and TypeMethodDescriptionvoidPropertiesEntity.addProperty(BwProperty val) intBwProperty.compareTo(BwProperty that) booleanPropertiesEntity.removeProperty(BwProperty val) booleanBwProperty.update(BwProperty from) Figure out what's different and update it.Method parameters in org.bedework.eventreg.db with type arguments of type BwPropertyModifier and TypeMethodDescriptionstatic BwPropertyBwProperty.findName(String name, Collection<BwProperty> c) Search the collection for a string that matches the given name.voidPropertiesEntity.setProperties(Set<BwProperty> val)