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 BarbelMode
BarbelHistoContext. getDefaultBarbelMode()
BarbelMode
BarbelHistoBuilder. getMode()
BarbelMode
BarbelHistoContext. getMode()
static BarbelMode
BarbelMode. 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 BarbelHistoBuilder
BarbelHistoBuilder. withMode(BarbelMode mode)
Set theBarbelMode
of thisBarbelHisto
instance. -
Uses of BarbelMode in org.projectbarbel.histo.event
Methods in org.projectbarbel.histo.event that return BarbelMode Modifier and Type Method Description protected BarbelMode
EventType.AbstractBarbelEvent. getMode()
Methods in org.projectbarbel.histo.event with parameters of type BarbelMode Modifier and Type Method Description void
EventType.AbstractBarbelEvent. setMode(BarbelMode mode)
void
HistoEvent. 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 BarbelMode
AbstractLazyLoadingListener. mode
protected BarbelMode
AbstractUpdateListener. mode
-