Uses of Class
org.projectbarbel.histo.BarbelMode
-
Packages that use BarbelMode Package Description org.projectbarbel.histo org.projectbarbel.histo.event org.projectbarbel.histo.extension -
-
Uses of BarbelMode in org.projectbarbel.histo
Methods in org.projectbarbel.histo that return BarbelMode Modifier and Type Method Description static BarbelModeBarbelHistoContext. getDefaultBarbelMode()BarbelModeBarbelHistoBuilder. getMode()BarbelModeBarbelHistoContext. getMode()static BarbelModeBarbelMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BarbelMode[]BarbelMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projectbarbel.histo with parameters of type BarbelMode Modifier and Type Method Description BarbelHistoBuilderBarbelHistoBuilder. withMode(BarbelMode mode)Set theBarbelModeof thisBarbelHistoinstance. -
Uses of BarbelMode in org.projectbarbel.histo.event
Methods in org.projectbarbel.histo.event that return BarbelMode Modifier and Type Method Description protected BarbelModeEventType.AbstractBarbelEvent. getMode()Methods in org.projectbarbel.histo.event with parameters of type BarbelMode Modifier and Type Method Description voidEventType.AbstractBarbelEvent. setMode(BarbelMode mode)voidHistoEvent. setMode(BarbelMode mode) -
Uses of BarbelMode in org.projectbarbel.histo.extension
Fields in org.projectbarbel.histo.extension declared as BarbelMode Modifier and Type Field Description protected BarbelModeAbstractLazyLoadingListener. modeprotected BarbelModeAbstractUpdateListener. mode
-