Uses of Class
org.bedework.calfacade.base.BwStringBase
Packages that use BwStringBase
-
Uses of BwStringBase in org.bedework.calfacade
Subclasses of BwStringBase in org.bedework.calfacadeModifier and TypeClassDescriptionclassA String value in bedework.classA String value in bedework. -
Uses of BwStringBase in org.bedework.calfacade.base
Classes in org.bedework.calfacade.base with type parameters of type BwStringBaseModifier and TypeClassDescriptionclassBwStringBase<T extends BwStringBase>A base class for String values in bedework.interfaceDescriptionEntity<T extends BwStringBase>An entity that can have one or more descriptions will implement this interface.Methods in org.bedework.calfacade.base that return BwStringBaseModifier and TypeMethodDescriptionprotected static BwStringBaseBwStringBase.findLanguage(String lang, Collection<? extends BwStringBase> c) Search the collection for a string that matches the given language code.Methods in org.bedework.calfacade.base with parameters of type BwStringBaseModifier and TypeMethodDescriptionbooleanBwStringBase.update(BwStringBase from) Figure out what's different and update it.Method parameters in org.bedework.calfacade.base with type arguments of type BwStringBaseModifier and TypeMethodDescriptionprotected static BwStringBaseBwStringBase.findLanguage(String lang, Collection<? extends BwStringBase> c) Search the collection for a string that matches the given language code.