Uses of Class
org.bedework.calfacade.BwLongString
Packages that use BwLongString
-
Uses of BwLongString in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwLongStringModifier and TypeMethodDescriptionBwEvent.findDescription(String lang) BwFilterDef.findDescription(String lang) static BwLongStringBwLongString.findLang(String lang, Collection<BwLongString> c) Search the collection for a string that matches the given language code.Methods in org.bedework.calfacade that return types with arguments of type BwLongStringModifier and TypeMethodDescriptionBwEvent.getDescriptions()BwEventProxy.getDescriptions()BwFilterDef.getDescriptions()Methods in org.bedework.calfacade with parameters of type BwLongStringModifier and TypeMethodDescriptionvoidBwEvent.addDescription(BwLongString val) voidBwFilterDef.addDescription(BwLongString val) booleanBwEvent.removeDescription(BwLongString val) booleanBwFilterDef.removeDescription(BwLongString val) Method parameters in org.bedework.calfacade with type arguments of type BwLongStringModifier and TypeMethodDescriptionstatic BwLongStringBwLongString.findLang(String lang, Collection<BwLongString> c) Search the collection for a string that matches the given language code.voidBwEvent.setDescriptions(Set<BwLongString> val) voidBwEventProxy.setDescriptions(Set<BwLongString> val) voidBwFilterDef.setDescriptions(Set<BwLongString> val) -
Uses of BwLongString in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return BwLongStringMethods in org.bedework.calfacade.wrappers that return types with arguments of type BwLongStringMethods in org.bedework.calfacade.wrappers with parameters of type BwLongStringModifier and TypeMethodDescriptionvoidBwEventNewWrapper.addDescription(BwLongString val) booleanBwEventNewWrapper.removeDescription(BwLongString val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwLongString