|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.etaxonomy.cdm.model.common.CdmBase
eu.etaxonomy.cdm.model.common.VersionableEntity
eu.etaxonomy.cdm.model.description.StatisticalMeasurementValue
@Entity @Indexed(index="eu.etaxonomy.cdm.model.description.DescriptionElementBase") public class StatisticalMeasurementValue
This class represents the assignment of numerical values to features
corresponding to quantitative data. A statistical measurement
value instance constitutes an atomized part of an information piece
(quantitative data) so that several statistical measurement value instances
may belong to one quantitative data instance.
This class corresponds to CharacterMeasureDataType according to the SDD schema.
| Field Summary |
|---|
| Fields inherited from class eu.etaxonomy.cdm.model.common.CdmBase |
|---|
uuid |
| Constructor Summary | |
|---|---|
protected |
StatisticalMeasurementValue()
Class constructor: creates a new empty statistical measurement value instance. |
| Method Summary | |
|---|---|
void |
addModifier(Modifier modifier)
Adds a modifier to the set of modifiers
used to qualify the validity of this statistical measurement value. |
Object |
clone()
Clones this statistical measurement value. |
Set<Modifier> |
getModifiers()
Returns the set of modifiers used to qualify the validity
or probability of this statistical measurement value. |
StatisticalMeasure |
getType()
Returns the type of statistical measure used in
this statistical measurement value. |
float |
getValue()
Returns the numerical value used to describe the feature
corresponding to the quantitative data this
statistical measurement value belongs to. |
static StatisticalMeasurementValue |
NewInstance()
Creates a new empty statistical measurement value instance. |
static StatisticalMeasurementValue |
NewInstance(StatisticalMeasure type,
float value)
Creates a new empty statistical measurement value instance. |
void |
removeModifier(Modifier modifier)
Removes one element from the set of modifiers
used to qualify the validity of this statistical measurement value. |
void |
setType(StatisticalMeasure type)
|
void |
setValue(float value)
|
| Methods inherited from class eu.etaxonomy.cdm.model.common.VersionableEntity |
|---|
equals, getUpdated, getUpdatedBy, setUpdated, setUpdatedBy |
| Methods inherited from class eu.etaxonomy.cdm.model.common.CdmBase |
|---|
addPropertyChangeListener, addPropertyChangeListener, clone, deproxy, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getCreated, getCreatedBy, getId, getUuid, hashCode, hasListeners, instanceToString, invokeSetMethod, invokeSetMethodWithNull, isInstanceOf, removePropertyChangeListener, removePropertyChangeListener, setCreated, setCreatedBy, setId, setUuid, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface eu.etaxonomy.cdm.model.common.IVersionableEntity |
|---|
getUpdated, getUpdatedBy, setUpdated, setUpdatedBy |
| Methods inherited from interface eu.etaxonomy.cdm.model.common.ICdmBase |
|---|
getCreated, getCreatedBy, getId, getUuid, setCreated, setCreatedBy, setId, setUuid |
| Constructor Detail |
|---|
protected StatisticalMeasurementValue()
| Method Detail |
|---|
public static StatisticalMeasurementValue NewInstance()
public static StatisticalMeasurementValue NewInstance(StatisticalMeasure type,
float value)
public StatisticalMeasure getType()
statistical measure used in
this statistical measurement value.
public void setType(StatisticalMeasure type)
getType()public float getValue()
feature
corresponding to the quantitative data this
statistical measurement value belongs to.
public void setValue(float value)
getValue()public Set<Modifier> getModifiers()
modifiers used to qualify the validity
or probability of this statistical measurement value.
This is only metainformation.
getModifiers in interface IModifiablepublic void addModifier(Modifier modifier)
modifier to the set of modifiers
used to qualify the validity of this statistical measurement value.
addModifier in interface IModifiablemodifier - the modifier to be added to this statistical measurement valuegetModifiers()public void removeModifier(Modifier modifier)
modifiers
used to qualify the validity of this statistical measurement value.
removeModifier in interface IModifiablemodifier - the modifier which should be removedgetModifiers(),
addModifier(Modifier)public Object clone()
clone in class VersionableEntityVersionableEntity.clone(),
Object.clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||