Uses of Class
org.bedework.calfacade.BwProperty
Packages that use BwProperty
Package
Description
-
Uses of BwProperty in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwPropertyModifier and TypeMethodDescriptionstatic BwPropertyBwProperty.findName(String name, Collection<BwProperty> c) Search the collection for a string that matches the given name.BwCalendar.findProperty(String name) BwSystem.findProperty(String name) SubContext.getProp()Methods in org.bedework.calfacade that return types with arguments of type BwPropertyModifier and TypeMethodDescriptionBwCalendar.cloneProperties()BwSystem.cloneProperties()BwCalendar.copyProperties()BwSystem.copyProperties()BwCalendar.getProperties()BwCalendar.getProperties(String name) BwSystem.getProperties()BwSystem.getProperties(String name) Methods in org.bedework.calfacade with parameters of type BwPropertyModifier and TypeMethodDescriptionvoidBwCalendar.addProperty(BwProperty val) voidBwSystem.addProperty(BwProperty val) intBwProperty.compareTo(BwProperty that) booleanBwCalendar.removeProperty(BwProperty val) booleanBwSystem.removeProperty(BwProperty val) booleanBwProperty.update(BwProperty from) Figure out what's different and update it.Method parameters in org.bedework.calfacade 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.voidBwCalendar.setProperties(Set<BwProperty> val) voidBwSystem.setProperties(Set<BwProperty> val) Constructors in org.bedework.calfacade with parameters of type BwProperty -
Uses of BwProperty in org.bedework.calfacade.base
Methods in org.bedework.calfacade.base that return BwPropertyMethods in org.bedework.calfacade.base that return types with arguments of type BwPropertyModifier and TypeMethodDescriptionPropertiesEntity.cloneProperties()PropertiesEntity.copyProperties()PropertiesEntity.getProperties()PropertiesEntity.getProperties(String name) Methods in org.bedework.calfacade.base with parameters of type BwPropertyModifier and TypeMethodDescriptionvoidPropertiesEntity.addProperty(BwProperty val) booleanPropertiesEntity.removeProperty(BwProperty val) Method parameters in org.bedework.calfacade.base with type arguments of type BwProperty -
Uses of BwProperty in org.bedework.calfacade.svc
Methods in org.bedework.calfacade.svc that return BwPropertyMethods in org.bedework.calfacade.svc that return types with arguments of type BwPropertyModifier and TypeMethodDescriptionBwPreferences.cloneProperties()BwPreferences.copyProperties()BwPreferences.getProperties()BwPreferences.getProperties(String name) Methods in org.bedework.calfacade.svc with parameters of type BwPropertyModifier and TypeMethodDescriptionvoidBwPreferences.addProperty(BwProperty val) booleanBwPreferences.removeProperty(BwProperty val) Method parameters in org.bedework.calfacade.svc with type arguments of type BwProperty -
Uses of BwProperty in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return BwPropertyMethods in org.bedework.calfacade.wrappers that return types with arguments of type BwPropertyModifier and TypeMethodDescriptionBwCalendarNewWrapper.cloneProperties()BwCalendarNewWrapper.copyProperties()BwCalendarNewWrapper.getProperties()BwCalendarNewWrapper.getProperties(String name) CalendarWrapper.getProperties()Methods in org.bedework.calfacade.wrappers with parameters of type BwPropertyModifier and TypeMethodDescriptionvoidBwCalendarNewWrapper.addProperty(BwProperty val) booleanBwCalendarNewWrapper.removeProperty(BwProperty val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwPropertyModifier and TypeMethodDescriptionvoidBwCalendarNewWrapper.setProperties(Set<BwProperty> val) voidCalendarWrapper.setProperties(Set<BwProperty> val)