public class NormalRangeProperties_TID312 extends Template
| Constructor and Description |
|---|
NormalRangeProperties_TID312(SRTree objTree)
Instantiates a new NormalRangeProperties_TID312 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setNormalRangeAuthority(int[] arrPosition)
Sets value for Normal Range Authority.
|
void |
setNormalRangeAuthority(int[] arrPosition,
java.lang.String strNormalRangeAuthority)
Sets the value for Normal Range Authority
|
void |
setNormalRangeDescription(int[] arrPosition,
java.lang.String strNormalRangeDescription)
Sets the value for Normal Range description
|
void |
setNormalRangeValues(int[] arrPosition,
EnumCM_NormalRangeValues enumNormalRangeValues,
java.lang.String[] arrNumericValue)
Sets the value for Normal Range Values.
|
public NormalRangeProperties_TID312(SRTree objTree)
objTree - Object of SRTree.public void setNormalRangeValues(int[] arrPosition,
EnumCM_NormalRangeValues enumNormalRangeValues,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumNormalRangeValues - Enumerated value for NormalRangeValuesarrNumericValue - String array for Normal Range Valuespublic void setNormalRangeDescription(int[] arrPosition,
java.lang.String strNormalRangeDescription)
arrPosition - Identifier which shows the position of the node in the SR Tree.strNormalRangeDescription - String value for Normal Range Description.public void setNormalRangeAuthority(int[] arrPosition,
java.lang.String strNormalRangeAuthority)
arrPosition - Identifier which shows the position of the node in the SR Tree.strNormalRangeAuthority - String value for Normal Range Authority.public void setNormalRangeAuthority(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.