Uses of Enum Class
org.bedework.calfacade.BwEvent.ProxiedFieldIndex
Packages that use BwEvent.ProxiedFieldIndex
-
Uses of BwEvent.ProxiedFieldIndex in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwEvent.ProxiedFieldIndexModifier and TypeMethodDescriptionstatic BwEvent.ProxiedFieldIndexReturns the enum constant of this class with the specified name.static BwEvent.ProxiedFieldIndex[]BwEvent.ProxiedFieldIndex.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bedework.calfacade with parameters of type BwEvent.ProxiedFieldIndexModifier and TypeMethodDescriptionBwEventAnnotation.getEmptyFlag(BwEvent.ProxiedFieldIndex fieldIndex) Get empty flagvoidBwEventAnnotation.setEmptyFlag(BwEvent.ProxiedFieldIndex fieldIndex, boolean val) Set an empty value flag -
Uses of BwEvent.ProxiedFieldIndex in org.bedework.calfacade.base
Constructors in org.bedework.calfacade.base with parameters of type BwEvent.ProxiedFieldIndexModifierConstructorDescriptionOverrideCollection(BwEvent.ProxiedFieldIndex fieldIndex, BwEventAnnotation ann, ChangeFlag cf) OverrideList(BwEvent.ProxiedFieldIndex fieldIndex, BwEventAnnotation ann, ChangeFlag cf) OverrideSet(BwEvent.ProxiedFieldIndex fieldIndex, BwEventAnnotation ann, ChangeFlag cf)