public class ObservedERPValues extends Object
Element of ObservedERPAnalysis
Example: See ObservedERPAnalysis.
| Constructor and Description |
|---|
ObservedERPValues() |
| Modifier and Type | Method and Description |
|---|---|
microsecs |
getERPDwell()
Get the time duration for a complete dwell/group of pulses which all have
the same discrete ERP value, or for a continuous wave at a constant ERP
value..
|
dBW |
getERPValue()
Get the ERP values that represent 95% of the signal observed ERP values for
each discrete ERP value which were obtained from a statistical study of a
data set..
|
US_Percent3 |
getStatisticalIndicator()
Get In Data Item StatisticalIndicator (US), indicate how this specific data
observation was used (e.g., 95% of the observed values).
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetERPDwell()
Determine if the ERPDwell is configured.
|
boolean |
isSetERPValue()
Determine if the ERPValue is configured.
|
boolean |
isSetStatisticalIndicator()
Determine if the StatisticalIndicator is configured.
|
void |
setERPDwell(microsecs value)
Set the time duration for a complete dwell/group of pulses which all have
the same discrete ERP value, or for a continuous wave at a constant ERP
value..
|
void |
setERPValue(dBW value)
Set the ERP values that represent 95% of the signal observed ERP values for
each discrete ERP value which were obtained from a statistical study of a
data set..
|
void |
setStatisticalIndicator(US_Percent3 value)
Set In Data Item StatisticalIndicator (US), indicate how this specific data
observation was used (e.g., 95% of the observed values).
|
String |
toString()
Get a string representation of this ObservedERPValues instance
configuration.
|
ObservedERPValues |
withERPDwell(Double value)
Set the time duration for a complete dwell/group of pulses which all have
the same discrete ERP value, or for a continuous wave at a constant ERP
value.
|
ObservedERPValues |
withERPValue(Double value)
Set the ERP values that represent 95% of the signal observed ERP values for
each discrete ERP value which were obtained from a statistical study of a
data set.
|
ObservedERPValues |
withStatisticalIndicator(Double value)
Set In Data Item StatisticalIndicator (US), indicate how this specific data
observation was used (e.g., 95% of the observed values).
|
public microsecs getERPDwell()
microsecs instancepublic void setERPDwell(microsecs value)
value - a microsecs instancepublic boolean isSetERPDwell()
public dBW getERPValue()
dBW instancepublic void setERPValue(dBW value)
value - a dBW instancepublic boolean isSetERPValue()
public US_Percent3 getStatisticalIndicator()
US_Percent3 instancepublic void setStatisticalIndicator(US_Percent3 value)
value - a US_Percent3 instancepublic boolean isSetStatisticalIndicator()
public ObservedERPValues withERPDwell(Double value)
value - An instances of type Double.public ObservedERPValues withERPValue(Double value)
value - An instances of type Double.public ObservedERPValues withStatisticalIndicator(Double value)
value - An instances of type Double.public String toString()
public boolean isSet()
ObservedERPValues requires ERPValue.
Note that this method only checks for the presence of required information; this method does not validate the information format.
Copyright © 2016 OpenSSRF.org. All rights reserved.