public class MeasurementProperties_TID310 extends Template
| Constructor and Description |
|---|
MeasurementProperties_TID310(SRTree objTree)
Instantiates a new MeasurementProperties_TID310 Template.
|
| Modifier and Type | Method and Description |
|---|---|
MeasurementStatisticalProperties_TID311 |
getMeasurementStatisticalProperties()
Retrieves the object of MeasurementStatisticalProperties_TID311
|
NormalRangeProperties_TID312 |
getNormalRangeProperties_TID312()
Retrieves the object of NormalRangeProperties_TID312
|
void |
setLevelOfSignificance(int[] arrPosition,
EnumCM_LevelOfSignificance enumLevelOfSignificance)
Sets value for Level of Significance.
|
void |
setMeasurementUncertaintyConcepts(int[] arrPosition,
EnumCM_MeasurementUncertaintyConcepts enumMeasurementUncertaintyConcepts,
java.lang.String[] arrNumericValue)
Sets the value for Measurement Uncertainty Concepts.
|
void |
setNormality(int[] arrPosition,
EnumCM_NormalityCodes enumNormalityCodes)
Sets value for Normality.
|
void |
setSelectionStatus(int[] arrPosition,
EnumCM_SelectionMethod enumSelectionMethod)
Sets value for Selection Status.
|
public MeasurementProperties_TID310(SRTree objTree)
objTree - Object of SRTree.public MeasurementStatisticalProperties_TID311 getMeasurementStatisticalProperties()
public NormalRangeProperties_TID312 getNormalRangeProperties_TID312()
public void setNormality(int[] arrPosition,
EnumCM_NormalityCodes enumNormalityCodes)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumNormalityCodes - Enumvalue for Normality Codes.public void setLevelOfSignificance(int[] arrPosition,
EnumCM_LevelOfSignificance enumLevelOfSignificance)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumLevelOfSignificance - Enumvalue for Level of Significance.public void setMeasurementUncertaintyConcepts(int[] arrPosition,
EnumCM_MeasurementUncertaintyConcepts enumMeasurementUncertaintyConcepts,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumValue - Enumerated value for one of the following enums - EnumPopulationStatisticalDescriptors or
EnumSampleStatisticalDescriptors.arrNumericValue - String array for Measurement Uncertainty Conceptspublic void setSelectionStatus(int[] arrPosition,
EnumCM_SelectionMethod enumSelectionMethod)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumSelectionMethod - Enumvalue for Selection Status.