Uses of Class
org.projectbarbel.histo.model.BitemporalObjectState
-
Packages that use BitemporalObjectState Package Description org.projectbarbel.histo org.projectbarbel.histo.model -
-
Uses of BitemporalObjectState in org.projectbarbel.histo
Fields in org.projectbarbel.histo with type parameters of type BitemporalObjectState Modifier and Type Field Description static com.googlecode.cqengine.attribute.Attribute<Object,BitemporalObjectState>
BarbelQueries. STATE
-
Uses of BitemporalObjectState in org.projectbarbel.histo.model
Methods in org.projectbarbel.histo.model that return BitemporalObjectState Modifier and Type Method Description BitemporalObjectState
RecordPeriod. compileState()
BitemporalObjectState
RecordPeriod. getState()
static BitemporalObjectState
BitemporalObjectState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitemporalObjectState[]
BitemporalObjectState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-