Package hec.data.tx
Class QualityTx
java.lang.Object
hec.data.tx.QualityTx
- All Implemented Interfaces:
Serializable
Deprecated.
This class defines data quality flags that may optionally accompany data
values. The following is the bit numbering as is documented for normal users
that will refer to quality bits.
- Bits numbered 32,31,30, .... 3,2,1 (left to right)
- Bytes [32-25] [24-17] [16-9] [8-1]
- ------------------------------------------
- SCREENED_BIT = 1
- OKAY_BIT = 2
- MISSING_BIT = 3
- QUESTION_BIT = 4
- REJECT_BIT = 5
- RANGE_OF_VALUE_BIT0 = 6
- RANGE_OF_VALUE_BIT1 = 7
- VALUE_DIFFERS_BIT = 8
- HOW_REVISED_BIT0 = 9
- HOW_REVISED_BIT1 = 10
- HOW_REVISED_BIT2 = 11
- REPLACE_METHOD_BIT0 = 12
- REPLACE_METHOD_BIT1 = 13
- REPLACE_METHOD_BIT2 = 14
- REPLACE_METHOD_BIT3 = 15
- ABSOLUTEMAGNITUDE_BIT = 16
- CONSTANTVALUE_BIT = 17
- RATEOFCHANGE_BIT = 18
- RELATIVEMAGNITUDE_BIT = 19
- DURATIONMAGNITUDE_BIT = 20
- NEGATIVEINCREMENTAL_BIT = 21
- NOT_DEFINED_BIT0 = 22
- GAGELIST_BIT = 23
- NOT_DEFINED_BIT1 = 24
- USER_DEFINED_TEST_BIT = 25
- DISTRIBUTIONTEST_BIT = 26
- RESERVED_BIT0 = 27
- RESERVED_BIT1 = 28
- RESERVED_BIT2 = 29
- RESERVED_BIT3 = 30
- RESERVED_BIT4 = 31
- PROTECTED_BIT = 32
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addQualityPreferencesListener
(Preferences appSpecificRootNode, PreferenceChangeListener listener) Deprecated.Adds a Preference change listener to the node that contains the quality settings.static boolean
canEditQuality
(Preferences appSpecificRootNode) Deprecated.Gets the application specific edit quality flag and returns that.static boolean
canShowQuality
(Preferences appSpecificRootNode) Deprecated.Gets the application specific show quality flag and returns that.static int
cleanQualityInteger
(int qualityInt) Deprecated.static byte[]
clearAbsoluteMagnitude
(byte[] bytes) Deprecated.void
clearAbsoluteMagnitude
(int elementIndex) Deprecated.static int
clearAbsoluteMagnitude_int
(int intQuality) Deprecated.static byte[]
clearAllBits
(byte[] bytes) Deprecated.static byte[]
clearBit
(byte[] bytes, int bitPosition) Deprecated.void
clearBit
(int elementIndex, int bitPosition) Deprecated.static int
clearBit_int
(int intQuality, int bitPosition) Deprecated.static byte[]
clearConstantValue
(byte[] bytes) Deprecated.void
clearConstantValue
(int elementIndex) Deprecated.static int
clearConstantValue_int
(int intQuality) Deprecated.static byte[]
clearDifferentValue
(byte[] bytes) Deprecated.static int
clearDifferentValue_int
(int intQuality) Deprecated.static byte[]
clearDistributionTest
(byte[] bytes) Deprecated.void
clearDistributionTest
(int elementIndex) Deprecated.static int
clearDistributionTest_int
(int intQuality) Deprecated.static byte[]
clearDurationMagnitude
(byte[] bytes) Deprecated.void
clearDurationMagnitude
(int elementIndex) Deprecated.static int
clearDurationMagnitude_int
(int intQuality) Deprecated.static byte[]
clearGageList
(byte[] bytes) Deprecated.void
clearGageList
(int elementIndex) Deprecated.static int
clearGageList_int
(int intQuality) Deprecated.static byte[]
clearHowRevised
(byte[] bytes) Deprecated.void
clearHowRevised
(int elementIndex) Deprecated.static int
clearHowRevised_int
(int intQuality) Deprecated.static byte[]
clearMissing
(byte[] bytes) Deprecated.void
clearMissing
(int elementIndex) Deprecated.static int
clearMissing_int
(int intQuality) Deprecated.static byte[]
clearNegativeIncremental
(byte[] bytes) Deprecated.void
clearNegativeIncremental
(int elementIndex) Deprecated.static int
clearNegativeIncremental_int
(int intQuality) Deprecated.static byte[]
clearOkay
(byte[] bytes) Deprecated.void
clearOkay
(int elementIndex) Deprecated.static int
clearOkay_int
(int intQuality) Deprecated.static byte[]
clearProtected
(byte[] bytes) Deprecated.void
clearProtected
(int elementIndex) Deprecated.static int
clearProtected_int
(int intQuality) Deprecated.static byte[]
clearQuality
(byte[] bytes) Deprecated.void
clearQuality
(int elementIndex) Deprecated.static int
clearQuality_int
(int intQuality) Deprecated.static int[]
clearQuality_int
(int[] qualityAsIntegers) Deprecated.static byte[]
clearQuestion
(byte[] bytes) Deprecated.void
clearQuestion
(int elementIndex) Deprecated.static int
clearQuestion_int
(int intQuality) Deprecated.static byte[]
clearRange
(byte[] bytes) Deprecated.void
clearRange
(int elementIndex) Deprecated.static int
clearRange_int
(int intQuality) Deprecated.static byte[]
clearRateOfChange
(byte[] bytes) Deprecated.void
clearRateOfChange
(int elementIndex) Deprecated.static int
clearRateOfChange_int
(int intQuality) Deprecated.static byte[]
clearReject
(byte[] bytes) Deprecated.void
clearReject
(int elementIndex) Deprecated.static int
clearReject_int
(int intQuality) Deprecated.static byte[]
clearRelativeMagnitude
(byte[] bytes) Deprecated.void
clearRelativeMagnitude
(int elementIndex) Deprecated.static int
clearRelativeMagnitude_int
(int intQuality) Deprecated.static byte[]
clearReplaceMethod
(byte[] bytes) Deprecated.void
clearReplaceMethod
(int elementIndex) Deprecated.static int
clearReplaceMethod_int
(int intQuality) Deprecated.static byte[]
clearScreened
(byte[] bytes) Deprecated.void
clearScreened
(int elementIndex) Deprecated.static int
clearScreened_int
(int intQuality) Deprecated.static byte[]
clearUserDefinedTest
(byte[] bytes) Deprecated.void
clearUserDefinedTest
(int elementIndex) Deprecated.static int
clearUserDefinedTest_int
(int intQuality) Deprecated.static void
compressQuality
(mil.army.usace.hec.data.timeseries.Quality tmp) Deprecated.static byte[]
Deprecated.static int
Deprecated.static byte[]
getBytes
(int intQuality) Deprecated.static void
getBytes
(int intQuality, byte[] bytes) Deprecated.Fills the byte array with the 4 8-bit slices of an integer.static String
getColoredHtmlSymbolicString
(int intQuality) Deprecated.static String
getColoredHtmlSymbolicString
(int intQuality, Map<String, String> colorMap) Deprecated.Deprecated.Deprecated.byte[]
getElementAt
(int elementIndex) Deprecated.static int
getInteger
(byte[] bytes) Deprecated.int
getIntegerAt
(int elementIndex) Deprecated.int[]
Deprecated.byte[]
Deprecated.getQualityIntegers
(long[] timesArray) Deprecated.getQualityIntegers
(long[] timesArray, ZoneId zonedId) Deprecated.mil.army.usace.hec.data.timeseries.Quality
Deprecated.getQualitySymbols
(long[] timesArray) Deprecated.static byte[]
getQualUsingFlags
(byte[] originalBytes, String qualFlag, boolean isValueRevised) Deprecated.int
getSize()
Deprecated.int
Deprecated.static String
getString
(int intQuality, int stringType) Deprecated.static String
getStringDescription
(int intQuality) Deprecated.static String
getSymbolicRevisedString
(int intQuality) Deprecated.static String
getSymbolicString
(int intQuality) Deprecated.static String
getSymbolicTestsString
(int intQuality) Deprecated.boolean
Deprecated.static boolean
isAbsoluteMagnitude
(byte[] bytes) Deprecated.boolean
isAbsoluteMagnitude
(int elementIndex) Deprecated.static boolean
isAbsoluteMagnitude_int
(int intQuality) Deprecated.static boolean
isAccepted
(byte[] bytes) Deprecated.static boolean
isAccepted_int
(int intQuality) Deprecated.static boolean
isBitClear
(byte[] bytes, int bitPosition) Deprecated.boolean
isBitClear
(int elementIndex, int bitPosition) Deprecated.static boolean
isBitClear_int
(int intQuality, int bitPosition) Deprecated.static boolean
isBitSet
(byte[] bytes, int bitPosition) Deprecated.boolean
isBitSet
(int elementIndex, int bitPosition) Deprecated.static boolean
isBitSet_int
(int intQuality, int bitPosition) Deprecated.static boolean
isConstantValue
(byte[] bytes) Deprecated.boolean
isConstantValue
(int elementIndex) Deprecated.static boolean
isConstantValue_int
(int intQuality) Deprecated.static boolean
isDifferentValue
(byte[] bytes) Deprecated.boolean
isDifferentValue
(int elementIndex) Deprecated.static boolean
isDifferentValue_int
(int intQuality) Deprecated.static boolean
isDistributionTest
(byte[] bytes) Deprecated.boolean
isDistributionTest
(int elementIndex) Deprecated.static boolean
isDistributionTest_int
(int intQuality) Deprecated.static boolean
isDurationMagnitude
(byte[] bytes) Deprecated.boolean
isDurationMagnitude
(int elementIndex) Deprecated.static boolean
isDurationMagnitude_int
(int intQuality) Deprecated.static boolean
isEmpty
(byte[] bytes) Deprecated.static boolean
isGageList
(byte[] bytes) Deprecated.boolean
isGageList
(int elementIndex) Deprecated.static boolean
isGageList_int
(int intQuality) Deprecated.static boolean
isGraphicalEstimate
(byte[] bytes) Deprecated.static boolean
isGraphicalEstimate_int
(int intQuality) Deprecated.static boolean
isInterpolated
(byte[] bytes) Deprecated.static boolean
isInterpolated_int
(int intQuality) Deprecated.static boolean
isKeyboardInput
(byte[] bytes) Deprecated.static boolean
isKeyboardInput_int
(int intQuality) Deprecated.static boolean
isMissing
(byte[] bytes) Deprecated.boolean
isMissing
(int elementIndex) Deprecated.static boolean
isMissing_int
(int intQuality) Deprecated.static boolean
isNegativeIncremental
(byte[] bytes) Deprecated.boolean
isNegativeIncremental
(int elementIndex) Deprecated.static boolean
isNegativeIncremental_int
(int intQuality) Deprecated.static boolean
isNotAbsoluteMagnitude
(byte[] bytes) Deprecated.boolean
isNotAbsoluteMagnitude
(int elementIndex) Deprecated.static boolean
isNotAbsoluteMagnitude_int
(int intQuality) Deprecated.static boolean
isNotConstantValue
(byte[] bytes) Deprecated.boolean
isNotConstantValue
(int elementIndex) Deprecated.static boolean
isNotConstantValue_int
(int intQuality) Deprecated.static boolean
isNotDifferentValue
(byte[] bytes) Deprecated.boolean
isNotDifferentValue
(int elementIndex) Deprecated.static boolean
isNotDifferentValue_int
(int intQuality) Deprecated.static boolean
isNotDistributionTest
(byte[] bytes) Deprecated.boolean
isNotDistributionTest
(int elementIndex) Deprecated.static boolean
isNotDistributionTest_int
(int intQuality) Deprecated.static boolean
isNotDurationMagnitude
(byte[] bytes) Deprecated.boolean
isNotDurationMagnitude
(int elementIndex) Deprecated.static boolean
isNotDurationMagnitude_int
(int intQuality) Deprecated.static boolean
isNotGageList
(byte[] bytes) Deprecated.boolean
isNotGageList
(int elementIndex) Deprecated.static boolean
isNotGageList_int
(int intQuality) Deprecated.static boolean
isNotMissing
(byte[] bytes) Deprecated.boolean
isNotMissing
(int elementIndex) Deprecated.static boolean
isNotMissing_int
(int intQuality) Deprecated.static boolean
isNotNegativeIncremental
(byte[] bytes) Deprecated.boolean
isNotNegativeIncremental
(int elementIndex) Deprecated.static boolean
isNotNegativeIncremental_int
(int intQuality) Deprecated.static boolean
isNotOkay
(byte[] bytes) Deprecated.boolean
isNotOkay
(int elementIndex) Deprecated.static boolean
isNotOkay_int
(int intQuality) Deprecated.static boolean
isNotProtected
(byte[] bytes) Deprecated.boolean
isNotProtected
(int elementIndex) Deprecated.static boolean
isNotProtected_int
(int intQuality) Deprecated.static boolean
isNotQuestion
(byte[] bytes) Deprecated.boolean
isNotQuestion
(int elementIndex) Deprecated.static boolean
isNotQuestion_int
(int intQuality) Deprecated.static boolean
isNotRateOfChange
(byte[] bytes) Deprecated.boolean
isNotRateOfChange
(int elementIndex) Deprecated.static boolean
isNotRateOfChange_int
(int intQuality) Deprecated.static boolean
isNotReject
(byte[] bytes) Deprecated.boolean
isNotReject
(int elementIndex) Deprecated.static boolean
isNotReject_int
(int intQuality) Deprecated.static boolean
isNotRelativeMagnitude
(byte[] bytes) Deprecated.boolean
isNotRelativeMagnitude
(int elementIndex) Deprecated.static boolean
isNotRelativeMagnitude_int
(int intQuality) Deprecated.boolean
isNotRevised
(byte[] bytes) Deprecated.boolean
isNotRevised
(int elementIndex) Deprecated.boolean
isNotRevised_int
(int intQuality) Deprecated.static boolean
isNotScreened
(byte[] bytes) Deprecated.boolean
isNotScreened
(int elementIndex) Deprecated.static boolean
isNotScreened_int
(int intQuality) Deprecated.static boolean
isNotUserDefinedTest
(byte[] bytes) Deprecated.boolean
isNotUserDefinedTest
(int elementIndex) Deprecated.static boolean
isNotUserDefinedTest_int
(int intQuality) Deprecated.static boolean
isOkay
(byte[] bytes) Deprecated.boolean
isOkay
(int elementIndex) Deprecated.static boolean
isOkay_int
(int intQuality) Deprecated.static boolean
isProtected
(byte[] bytes) Deprecated.boolean
isProtected
(int elementIndex) Deprecated.static boolean
isProtected_int
(int intQuality) Deprecated.static boolean
isQualityClear
(byte[] bytes) Deprecated.boolean
isQualityClear
(int elementIndex) Deprecated.static boolean
isQualityClear_int
(int intQuality) Deprecated.static boolean
isQuestion
(byte[] bytes) Deprecated.boolean
isQuestion
(int elementIndex) Deprecated.static boolean
isQuestion_int
(int intQuality) Deprecated.static boolean
isRange1
(byte[] bytes) Deprecated.static boolean
isRange1_int
(int intQuality) Deprecated.static boolean
isRange2
(byte[] bytes) Deprecated.static boolean
isRange2_int
(int intQuality) Deprecated.static boolean
isRange3
(byte[] bytes) Deprecated.static boolean
isRange3_int
(int intQuality) Deprecated.static boolean
isRateOfChange
(byte[] bytes) Deprecated.boolean
isRateOfChange
(int elementIndex) Deprecated.static boolean
isRateOfChange_int
(int intQuality) Deprecated.static boolean
isReject
(byte[] bytes) Deprecated.boolean
isReject
(int elementIndex) Deprecated.static boolean
isReject_int
(int intQuality) Deprecated.static boolean
isRelativeMagnitude
(byte[] bytes) Deprecated.boolean
isRelativeMagnitude
(int elementIndex) Deprecated.static boolean
isRelativeMagnitude_int
(int intQuality) Deprecated.static boolean
isReplaceGraphicalChange
(byte[] bytes) Deprecated.static boolean
isReplaceGraphicalChange_int
(int intQuality) Deprecated.static boolean
isReplaceLinearInterpolation
(byte[] bytes) Deprecated.static boolean
isReplaceLinearInterpolation_int
(int intQuality) Deprecated.static boolean
isReplaceManualChange
(byte[] bytes) Deprecated.static boolean
isReplaceManualChange_int
(int intQuality) Deprecated.static boolean
isReplaceWithMissing
(byte[] bytes) Deprecated.static boolean
isReplaceWithMissing_int
(int intQuality) Deprecated.static boolean
isRevised
(byte[] bytes) Deprecated.boolean
isRevised
(int elementIndex) Deprecated.static boolean
isRevised_int
(int intQuality) Deprecated.static boolean
isRevisedAutomatically
(byte[] bytes) Deprecated.static boolean
isRevisedAutomatically_int
(int intQuality) Deprecated.static boolean
isRevisedAutomaticallyCheckAllBits
(byte[] bytes) Deprecated.static boolean
isRevisedAutomaticallyCheckAllBits_int
(int intQuality) Deprecated.static boolean
isRevisedInteractively
(byte[] bytes) Deprecated.static boolean
isRevisedInteractively_int
(int intQuality) Deprecated.static boolean
isRevisedInteractivelyCheckAllBits
(byte[] bytes) Deprecated.static boolean
isRevisedInteractivelyCheckAllBits_int
(int intQuality) Deprecated.static boolean
isRevisedManually
(byte[] bytes) Deprecated.static boolean
isRevisedManually_int
(int intQuality) Deprecated.static boolean
isRevisedManuallyCheckAllBits
(byte[] bytes) Deprecated.static boolean
isRevisedManuallyCheckAllBits_int
(int intQuality) Deprecated.static boolean
isRevisedToOriginalAccepted
(byte[] bytes) Deprecated.static boolean
isRevisedToOriginalAccepted_int
(int intQuality) Deprecated.static boolean
isScreened
(byte[] bytes) Deprecated.boolean
isScreened
(int elementIndex) Deprecated.static boolean
isScreened_int
(int intQuality) Deprecated.static boolean
isUserDefinedTest
(byte[] bytes) Deprecated.boolean
isUserDefinedTest
(int elementIndex) Deprecated.static boolean
isUserDefinedTest_int
(int intQuality) Deprecated.static void
removeQualityPreferencesListener
(Preferences appSpecificRootNode, PreferenceChangeListener listener) Deprecated.Adds a Preference change listener to the node that contains the quality settings.static byte[]
setAbsoluteMagnitude
(byte[] bytes) Deprecated.void
setAbsoluteMagnitude
(int elementIndex) Deprecated.static int
setAbsoluteMagnitude_int
(int intQuality) Deprecated.static byte[]
setBit
(byte[] bytes, int bitPosition) Deprecated.void
setBit
(int elementIndex, int bitPosition) Deprecated.static int
setBit_int
(int intQuality, int bitPosition) Deprecated.static void
setCanEditQuality
(Preferences appSpecificRootNode, boolean editQuality) Deprecated.Sets the application specific show quality flag to the value provided.static byte[]
setConstantValue
(byte[] bytes) Deprecated.void
setConstantValue
(int elementIndex) Deprecated.static int
setConstantValue_int
(int intQuality) Deprecated.static byte[]
setDistributionTest
(byte[] bytes) Deprecated.void
setDistributionTest
(int elementIndex) Deprecated.static int
setDistributionTest_int
(int intQuality) Deprecated.static byte[]
setDurationMagnitude
(byte[] bytes) Deprecated.void
setDurationMagnitude
(int elementIndex) Deprecated.static int
setDurationMagnitude_int
(int intQuality) Deprecated.void
setElementAt
(byte[] bytes, int elementIndex) Deprecated.static byte[]
setGageList
(byte[] bytes) Deprecated.void
setGageList
(int elementIndex) Deprecated.static int
setGageList_int
(int intQuality) Deprecated.void
setIntegerAt
(int intQuality, int elementIndex) Deprecated.static byte[]
setMissing
(byte[] bytes) Deprecated.void
setMissing
(int elementIndex) Deprecated.static int
setMissing_int
(int intQuality) Deprecated.static byte[]
setNegativeIncremental
(byte[] bytes) Deprecated.void
setNegativeIncremental
(int elementIndex) Deprecated.static int
setNegativeIncremental_int
(int intQuality) Deprecated.static byte[]
setNoRevision
(byte[] bytes) Deprecated.void
setNoRevision
(int elementIndex) Deprecated.static int
setNoRevision_int
(int intQuality) Deprecated.static byte[]
setOkay
(byte[] bytes) Deprecated.void
setOkay
(int elementIndex) Deprecated.static int
setOkay_int
(int intQuality) Deprecated.static byte[]
setProtected
(byte[] bytes) Deprecated.void
setProtected
(int elementIndex) Deprecated.static int
setProtected_int
(int intQuality) Deprecated.static byte[]
setQuestion
(byte[] bytes) Deprecated.void
setQuestion
(int elementIndex) Deprecated.static int
setQuestion_int
(int intQuality) Deprecated.static byte[]
setRange0
(byte[] bytes) Deprecated.void
setRange0
(int elementIndex) Deprecated.static int
setRange0_int
(int intQuality) Deprecated.static byte[]
setRange1
(byte[] bytes) Deprecated.void
setRange1
(int elementIndex) Deprecated.static int
setRange1_int
(int intQuality) Deprecated.static byte[]
setRange2
(byte[] bytes) Deprecated.void
setRange2
(int elementIndex) Deprecated.static int
setRange2_int
(int intQuality) Deprecated.static byte[]
setRange3
(byte[] bytes) Deprecated.void
setRange3
(int elementIndex) Deprecated.static int
setRange3_int
(int intQuality) Deprecated.static byte[]
setRateOfChange
(byte[] bytes) Deprecated.void
setRateOfChange
(int elementIndex) Deprecated.static int
setRateOfChange_int
(int intQuality) Deprecated.static byte[]
setReject
(byte[] bytes) Deprecated.void
setReject
(int elementIndex) Deprecated.static int
setReject_int
(int intQuality) Deprecated.static byte[]
setRelativeMagnitude
(byte[] bytes) Deprecated.void
setRelativeMagnitude
(int elementIndex) Deprecated.static int
setRelativeMagnitude_int
(int intQuality) Deprecated.static byte[]
setReplaceGraphicalChange
(byte[] bytes) Deprecated.void
setReplaceGraphicalChange
(int elementIndex) Deprecated.static int
setReplaceGraphicalChange_int
(int intQuality) Deprecated.static byte[]
setReplaceLinearInterpolation
(byte[] bytes) Deprecated.void
setReplaceLinearInterpolation
(int elementIndex) Deprecated.static int
setReplaceLinearInterpolation_int
(int intQuality) Deprecated.static byte[]
setReplaceManualChange
(byte[] bytes) Deprecated.void
setReplaceManualChange
(int elementIndex) Deprecated.static int
setReplaceManualChange_int
(int intQuality) Deprecated.static byte[]
setReplaceNoRevision
(byte[] bytes) Deprecated.void
setReplaceNoRevision
(int elementIndex) Deprecated.static int
setReplaceNoRevision_int
(int intQuality) Deprecated.static byte[]
setReplaceWithMissing
(byte[] bytes) Deprecated.void
setReplaceWithMissing
(int elementIndex) Deprecated.static int
setReplaceWithMissing_int
(int intQuality) Deprecated.static byte[]
setRevisedAutomatically
(byte[] bytes) Deprecated.void
setRevisedAutomatically
(int elementIndex) Deprecated.static int
setRevisedAutomatically_int
(int intQuality) Deprecated.static byte[]
setRevisedInteractively
(byte[] bytes) Deprecated.void
setRevisedInteractively
(int elementIndex) Deprecated.static int
setRevisedInteractively_int
(int intQuality) Deprecated.static byte[]
setRevisedManually
(byte[] bytes) Deprecated.void
setRevisedManually
(int elementIndex) Deprecated.static int
setRevisedManually_int
(int intQuality) Deprecated.void
setRevisedNoRevision
(int elementIndex) Deprecated.static byte[]
setRevisedToOriginalAccepted
(byte[] bytes) Deprecated.setRevisedToOriginalAccepted Function Sets Quality Bits to: Screened Bit on Quality Bits to Okay How Revised Bits to "Original Value Accepted in DATVUE or Interactive Process Replace Bits to "No Revision" Does not change status of other bitsvoid
setRevisedToOriginalAccepted
(int elementIndex) Deprecated.static int
setRevisedToOriginalAccepted_int
(int intQuality) Deprecated.static byte[]
setScreened
(byte[] bytes) Deprecated.void
setScreened
(int elementIndex) Deprecated.static int
setScreened_int
(int intQuality) Deprecated.static void
setShowQuality
(Preferences appSpecificRootNode, boolean showQuality) Deprecated.Sets the application specific show quality flag to the value provided.static byte[]
setUserDefinedTest
(byte[] bytes) Deprecated.void
setUserDefinedTest
(int elementIndex) Deprecated.static int
setUserDefinedTest_int
(int intQuality) Deprecated.void
setUsingQualityFlags
(byte[] originalBytes, int elementIndex, String qualFlag, boolean isValueRevised) Deprecated.Deprecated.toBinaryStringElementAt
(int elementIndex) Deprecated.static String
toBinaryStringFromBytes
(byte[] bytes) Deprecated.Deprecated.toHexStringElementAt
(int elementIndex) Deprecated.Deprecated.toIntegerStringElementAt
(int elementIndex) Deprecated.Deprecated.toOctalStringElementAt
(int elementIndex) Deprecated.toString()
Deprecated.Deprecated.toSymbolicRevisedStringElementAt
(int elementIndex) Deprecated.Deprecated.toSymbolicStringElementAt
(int elementIndex) Deprecated.Deprecated.toSymbolicTestsStringElementAt
(int elementIndex) Deprecated.static void
uncompressQuality
(mil.army.usace.hec.data.timeseries.Quality tmp) Deprecated.
-
Field Details
-
QUALITY_FLAGS_EDITABLE
Deprecated.- See Also:
-
SHOW_QUALITY_FLAGS
Deprecated.- See Also:
-
NULL_VALUE
public static final byte NULL_VALUEDeprecated.- See Also:
-
FG_COLOR_PREFIX
Deprecated.- See Also:
-
BG_COLOR_PREFIX
Deprecated.- See Also:
-
-
Constructor Details
-
QualityTx
public QualityTx(int size) Deprecated. -
QualityTx
public QualityTx(byte[] elementData) Deprecated. -
QualityTx
Deprecated. -
QualityTx
public QualityTx(int[] intQuality) Deprecated. -
QualityTx
public QualityTx(mil.army.usace.hec.data.timeseries.Quality quality) Deprecated.
-
-
Method Details
-
getQualityMetaData
public mil.army.usace.hec.data.timeseries.Quality getQualityMetaData()Deprecated. -
toBinaryStringFromBytes
Deprecated. -
getStringDescription
Deprecated. -
getSymbolicString
Deprecated. -
getSymbolicRevisedString
Deprecated. -
getColoredHtmlSymbolicString
Deprecated. -
getColoredHtmlSymbolicString
Deprecated. -
getSymbolicTestsString
Deprecated. -
getString
Deprecated. -
getDefaultSymbolicFgColorMap
Deprecated. -
getDefaultSymbolicBgColorMap
Deprecated. -
cleanQualityInteger
public static int cleanQualityInteger(int qualityInt) Deprecated. -
compressQuality
public static void compressQuality(mil.army.usace.hec.data.timeseries.Quality tmp) Deprecated. -
uncompressQuality
public static void uncompressQuality(mil.army.usace.hec.data.timeseries.Quality tmp) throws DataFormatException Deprecated.- Throws:
DataFormatException
-
emptyQualityValue
public static int emptyQualityValue()Deprecated. -
emptyBytes
public static byte[] emptyBytes()Deprecated. -
getInteger
public static int getInteger(byte[] bytes) Deprecated. -
getBytes
public static byte[] getBytes(int intQuality) Deprecated. -
getBytes
public static void getBytes(int intQuality, byte[] bytes) Deprecated.Fills the byte array with the 4 8-bit slices of an integer. The HI bytes of the integer are in slot 0 and the LOW bytes are in slot 3. The byte array must be of size 4 before being passed to the array.- Parameters:
intQuality
- the integer to parsebytes
- the byte array to fill from Hi to Lo (0-4)
-
isAccepted
public static boolean isAccepted(byte[] bytes) Deprecated. -
isAccepted_int
public static boolean isAccepted_int(int intQuality) Deprecated. -
isInterpolated
public static boolean isInterpolated(byte[] bytes) Deprecated. -
isInterpolated_int
public static boolean isInterpolated_int(int intQuality) Deprecated. -
isKeyboardInput
public static boolean isKeyboardInput(byte[] bytes) Deprecated. -
isKeyboardInput_int
public static boolean isKeyboardInput_int(int intQuality) Deprecated. -
isGraphicalEstimate
public static boolean isGraphicalEstimate(byte[] bytes) Deprecated. -
isGraphicalEstimate_int
public static boolean isGraphicalEstimate_int(int intQuality) Deprecated. -
isMissing
public static boolean isMissing(byte[] bytes) Deprecated. -
isMissing_int
public static boolean isMissing_int(int intQuality) Deprecated. -
isNotMissing
public static boolean isNotMissing(byte[] bytes) Deprecated. -
isNotMissing_int
public static boolean isNotMissing_int(int intQuality) Deprecated. -
clearMissing
public static byte[] clearMissing(byte[] bytes) Deprecated. -
clearMissing_int
public static int clearMissing_int(int intQuality) Deprecated. -
setMissing
public static byte[] setMissing(byte[] bytes) Deprecated. -
setMissing_int
public static int setMissing_int(int intQuality) Deprecated. -
isProtected
public static boolean isProtected(byte[] bytes) Deprecated. -
isProtected_int
public static boolean isProtected_int(int intQuality) Deprecated. -
isNotProtected
public static boolean isNotProtected(byte[] bytes) Deprecated. -
isNotProtected_int
public static boolean isNotProtected_int(int intQuality) Deprecated. -
clearProtected
public static byte[] clearProtected(byte[] bytes) Deprecated. -
clearProtected_int
public static int clearProtected_int(int intQuality) Deprecated. -
setProtected
public static byte[] setProtected(byte[] bytes) Deprecated. -
setProtected_int
public static int setProtected_int(int intQuality) Deprecated. -
isBitSet
public static boolean isBitSet(byte[] bytes, int bitPosition) Deprecated. -
isBitClear
public static boolean isBitClear(byte[] bytes, int bitPosition) Deprecated. -
isQualityClear
public static boolean isQualityClear(byte[] bytes) Deprecated. -
isQualityClear_int
public static boolean isQualityClear_int(int intQuality) Deprecated. -
isBitSet_int
public static boolean isBitSet_int(int intQuality, int bitPosition) Deprecated. -
isBitClear_int
public static boolean isBitClear_int(int intQuality, int bitPosition) Deprecated. -
setBit_int
public static int setBit_int(int intQuality, int bitPosition) Deprecated. -
clearBit_int
public static int clearBit_int(int intQuality, int bitPosition) Deprecated. -
setBit
public static byte[] setBit(byte[] bytes, int bitPosition) Deprecated. -
clearBit
public static byte[] clearBit(byte[] bytes, int bitPosition) Deprecated. -
isScreened
public static boolean isScreened(byte[] bytes) Deprecated. -
isScreened_int
public static boolean isScreened_int(int intQuality) Deprecated. -
isNotScreened
public static boolean isNotScreened(byte[] bytes) Deprecated. -
isNotScreened_int
public static boolean isNotScreened_int(int intQuality) Deprecated. -
clearQuality
public static byte[] clearQuality(byte[] bytes) Deprecated. -
clearQuality_int
public static int clearQuality_int(int intQuality) Deprecated. -
clearQuality_int
public static int[] clearQuality_int(int[] qualityAsIntegers) Deprecated. -
clearScreened
public static byte[] clearScreened(byte[] bytes) Deprecated. -
clearScreened_int
public static int clearScreened_int(int intQuality) Deprecated. -
setScreened
public static byte[] setScreened(byte[] bytes) Deprecated. -
setScreened_int
public static int setScreened_int(int intQuality) Deprecated. -
isQuestion
public static boolean isQuestion(byte[] bytes) Deprecated. -
isQuestion_int
public static boolean isQuestion_int(int intQuality) Deprecated. -
isNotQuestion
public static boolean isNotQuestion(byte[] bytes) Deprecated. -
isNotQuestion_int
public static boolean isNotQuestion_int(int intQuality) Deprecated. -
clearQuestion
public static byte[] clearQuestion(byte[] bytes) Deprecated. -
clearQuestion_int
public static int clearQuestion_int(int intQuality) Deprecated. -
setQuestion
public static byte[] setQuestion(byte[] bytes) Deprecated. -
setQuestion_int
public static int setQuestion_int(int intQuality) Deprecated. -
isRevisedInteractivelyCheckAllBits
public static boolean isRevisedInteractivelyCheckAllBits(byte[] bytes) Deprecated. -
isRevisedInteractivelyCheckAllBits_int
public static boolean isRevisedInteractivelyCheckAllBits_int(int intQuality) Deprecated. -
isRevisedInteractively
public static boolean isRevisedInteractively(byte[] bytes) Deprecated. -
isRevisedInteractively_int
public static boolean isRevisedInteractively_int(int intQuality) Deprecated. -
isReject
public static boolean isReject(byte[] bytes) Deprecated. -
isReject_int
public static boolean isReject_int(int intQuality) Deprecated. -
isNotReject
public static boolean isNotReject(byte[] bytes) Deprecated. -
isNotReject_int
public static boolean isNotReject_int(int intQuality) Deprecated. -
clearReject
public static byte[] clearReject(byte[] bytes) Deprecated. -
clearReject_int
public static int clearReject_int(int intQuality) Deprecated. -
setReject
public static byte[] setReject(byte[] bytes) Deprecated. -
setReject_int
public static int setReject_int(int intQuality) Deprecated. -
clearRange
public static byte[] clearRange(byte[] bytes) Deprecated. -
clearRange_int
public static int clearRange_int(int intQuality) Deprecated. -
setRange0
public static byte[] setRange0(byte[] bytes) Deprecated. -
setRange0_int
public static int setRange0_int(int intQuality) Deprecated. -
isRange1
public static boolean isRange1(byte[] bytes) Deprecated. -
isRange1_int
public static boolean isRange1_int(int intQuality) Deprecated. -
setRange1
public static byte[] setRange1(byte[] bytes) Deprecated. -
setRange1_int
public static int setRange1_int(int intQuality) Deprecated. -
isRange2
public static boolean isRange2(byte[] bytes) Deprecated. -
isRange2_int
public static boolean isRange2_int(int intQuality) Deprecated. -
setRange2
public static byte[] setRange2(byte[] bytes) Deprecated. -
setRange2_int
public static int setRange2_int(int intQuality) Deprecated. -
isRange3
public static boolean isRange3(byte[] bytes) Deprecated. -
isRange3_int
public static boolean isRange3_int(int intQuality) Deprecated. -
setRange3
public static byte[] setRange3(byte[] bytes) Deprecated. -
setRange3_int
public static int setRange3_int(int intQuality) Deprecated. -
isDifferentValue
public static boolean isDifferentValue(byte[] bytes) Deprecated. -
isDifferentValue_int
public static boolean isDifferentValue_int(int intQuality) Deprecated. -
isNotDifferentValue
public static boolean isNotDifferentValue(byte[] bytes) Deprecated. -
isNotDifferentValue_int
public static boolean isNotDifferentValue_int(int intQuality) Deprecated. -
clearDifferentValue
public static byte[] clearDifferentValue(byte[] bytes) Deprecated. -
clearDifferentValue_int
public static int clearDifferentValue_int(int intQuality) Deprecated. -
isRevised
public static boolean isRevised(byte[] bytes) Deprecated. -
isRevised_int
public static boolean isRevised_int(int intQuality) Deprecated. -
clearHowRevised
public static byte[] clearHowRevised(byte[] bytes) Deprecated. -
clearHowRevised_int
public static int clearHowRevised_int(int intQuality) Deprecated. -
clearReplaceMethod
public static byte[] clearReplaceMethod(byte[] bytes) Deprecated. -
clearReplaceMethod_int
public static int clearReplaceMethod_int(int intQuality) Deprecated. -
setReplaceNoRevision
public static byte[] setReplaceNoRevision(byte[] bytes) Deprecated. -
setReplaceNoRevision_int
public static int setReplaceNoRevision_int(int intQuality) Deprecated. -
setNoRevision
public static byte[] setNoRevision(byte[] bytes) Deprecated. -
setNoRevision_int
public static int setNoRevision_int(int intQuality) Deprecated. -
setRevisedAutomatically
public static byte[] setRevisedAutomatically(byte[] bytes) Deprecated. -
setRevisedAutomatically_int
public static int setRevisedAutomatically_int(int intQuality) Deprecated. -
isRevisedAutomaticallyCheckAllBits
public static boolean isRevisedAutomaticallyCheckAllBits(byte[] bytes) Deprecated. -
isRevisedAutomaticallyCheckAllBits_int
public static boolean isRevisedAutomaticallyCheckAllBits_int(int intQuality) Deprecated. -
isRevisedAutomatically
public static boolean isRevisedAutomatically(byte[] bytes) Deprecated. -
isRevisedAutomatically_int
public static boolean isRevisedAutomatically_int(int intQuality) Deprecated. -
setRevisedInteractively
public static byte[] setRevisedInteractively(byte[] bytes) Deprecated. -
setRevisedInteractively_int
public static int setRevisedInteractively_int(int intQuality) Deprecated. -
isRevisedManuallyCheckAllBits
public static boolean isRevisedManuallyCheckAllBits(byte[] bytes) Deprecated. -
isRevisedManually
public static boolean isRevisedManually(byte[] bytes) Deprecated. -
isRevisedManuallyCheckAllBits_int
public static boolean isRevisedManuallyCheckAllBits_int(int intQuality) Deprecated. -
isRevisedManually_int
public static boolean isRevisedManually_int(int intQuality) Deprecated. -
setRevisedManually
public static byte[] setRevisedManually(byte[] bytes) Deprecated. -
setRevisedManually_int
public static int setRevisedManually_int(int intQuality) Deprecated. -
getQualUsingFlags
public static byte[] getQualUsingFlags(byte[] originalBytes, String qualFlag, boolean isValueRevised) Deprecated. -
setRevisedToOriginalAccepted
public static byte[] setRevisedToOriginalAccepted(byte[] bytes) Deprecated.setRevisedToOriginalAccepted Function Sets Quality Bits to: Screened Bit on Quality Bits to Okay How Revised Bits to "Original Value Accepted in DATVUE or Interactive Process Replace Bits to "No Revision" Does not change status of other bits -
setRevisedToOriginalAccepted_int
public static int setRevisedToOriginalAccepted_int(int intQuality) Deprecated. -
isRevisedToOriginalAccepted
public static boolean isRevisedToOriginalAccepted(byte[] bytes) Deprecated. -
isRevisedToOriginalAccepted_int
public static boolean isRevisedToOriginalAccepted_int(int intQuality) Deprecated. -
isReplaceLinearInterpolation
public static boolean isReplaceLinearInterpolation(byte[] bytes) Deprecated. -
isReplaceLinearInterpolation_int
public static boolean isReplaceLinearInterpolation_int(int intQuality) Deprecated. -
setReplaceLinearInterpolation
public static byte[] setReplaceLinearInterpolation(byte[] bytes) Deprecated. -
setReplaceLinearInterpolation_int
public static int setReplaceLinearInterpolation_int(int intQuality) Deprecated. -
isReplaceManualChange
public static boolean isReplaceManualChange(byte[] bytes) Deprecated. -
isReplaceManualChange_int
public static boolean isReplaceManualChange_int(int intQuality) Deprecated. -
setReplaceManualChange
public static byte[] setReplaceManualChange(byte[] bytes) Deprecated. -
setReplaceManualChange_int
public static int setReplaceManualChange_int(int intQuality) Deprecated. -
isReplaceGraphicalChange
public static boolean isReplaceGraphicalChange(byte[] bytes) Deprecated. -
isReplaceGraphicalChange_int
public static boolean isReplaceGraphicalChange_int(int intQuality) Deprecated. -
setReplaceGraphicalChange
public static byte[] setReplaceGraphicalChange(byte[] bytes) Deprecated. -
setReplaceGraphicalChange_int
public static int setReplaceGraphicalChange_int(int intQuality) Deprecated. -
isReplaceWithMissing
public static boolean isReplaceWithMissing(byte[] bytes) Deprecated. -
isReplaceWithMissing_int
public static boolean isReplaceWithMissing_int(int intQuality) Deprecated. -
setReplaceWithMissing
public static byte[] setReplaceWithMissing(byte[] bytes) Deprecated. -
setReplaceWithMissing_int
public static int setReplaceWithMissing_int(int intQuality) Deprecated. -
isOkay
public static boolean isOkay(byte[] bytes) Deprecated. -
isOkay_int
public static boolean isOkay_int(int intQuality) Deprecated. -
isNotOkay
public static boolean isNotOkay(byte[] bytes) Deprecated. -
isNotOkay_int
public static boolean isNotOkay_int(int intQuality) Deprecated. -
clearOkay
public static byte[] clearOkay(byte[] bytes) Deprecated. -
clearOkay_int
public static int clearOkay_int(int intQuality) Deprecated. -
setOkay
public static byte[] setOkay(byte[] bytes) Deprecated. -
setOkay_int
public static int setOkay_int(int intQuality) Deprecated. -
clearAllBits
public static byte[] clearAllBits(byte[] bytes) Deprecated. -
isAbsoluteMagnitude
public static boolean isAbsoluteMagnitude(byte[] bytes) Deprecated. -
isAbsoluteMagnitude_int
public static boolean isAbsoluteMagnitude_int(int intQuality) Deprecated. -
isNotAbsoluteMagnitude
public static boolean isNotAbsoluteMagnitude(byte[] bytes) Deprecated. -
isNotAbsoluteMagnitude_int
public static boolean isNotAbsoluteMagnitude_int(int intQuality) Deprecated. -
clearAbsoluteMagnitude
public static byte[] clearAbsoluteMagnitude(byte[] bytes) Deprecated. -
clearAbsoluteMagnitude_int
public static int clearAbsoluteMagnitude_int(int intQuality) Deprecated. -
setAbsoluteMagnitude
public static byte[] setAbsoluteMagnitude(byte[] bytes) Deprecated. -
setAbsoluteMagnitude_int
public static int setAbsoluteMagnitude_int(int intQuality) Deprecated. -
isConstantValue
public static boolean isConstantValue(byte[] bytes) Deprecated. -
isConstantValue_int
public static boolean isConstantValue_int(int intQuality) Deprecated. -
isNotConstantValue
public static boolean isNotConstantValue(byte[] bytes) Deprecated. -
isNotConstantValue_int
public static boolean isNotConstantValue_int(int intQuality) Deprecated. -
clearConstantValue
public static byte[] clearConstantValue(byte[] bytes) Deprecated. -
clearConstantValue_int
public static int clearConstantValue_int(int intQuality) Deprecated. -
setConstantValue
public static byte[] setConstantValue(byte[] bytes) Deprecated. -
setConstantValue_int
public static int setConstantValue_int(int intQuality) Deprecated. -
isRateOfChange
public static boolean isRateOfChange(byte[] bytes) Deprecated. -
isRateOfChange_int
public static boolean isRateOfChange_int(int intQuality) Deprecated. -
isNotRateOfChange
public static boolean isNotRateOfChange(byte[] bytes) Deprecated. -
isNotRateOfChange_int
public static boolean isNotRateOfChange_int(int intQuality) Deprecated. -
clearRateOfChange
public static byte[] clearRateOfChange(byte[] bytes) Deprecated. -
clearRateOfChange_int
public static int clearRateOfChange_int(int intQuality) Deprecated. -
setRateOfChange
public static byte[] setRateOfChange(byte[] bytes) Deprecated. -
setRateOfChange_int
public static int setRateOfChange_int(int intQuality) Deprecated. -
isRelativeMagnitude
public static boolean isRelativeMagnitude(byte[] bytes) Deprecated. -
isRelativeMagnitude_int
public static boolean isRelativeMagnitude_int(int intQuality) Deprecated. -
isNotRelativeMagnitude
public static boolean isNotRelativeMagnitude(byte[] bytes) Deprecated. -
isNotRelativeMagnitude_int
public static boolean isNotRelativeMagnitude_int(int intQuality) Deprecated. -
clearRelativeMagnitude
public static byte[] clearRelativeMagnitude(byte[] bytes) Deprecated. -
clearRelativeMagnitude_int
public static int clearRelativeMagnitude_int(int intQuality) Deprecated. -
setRelativeMagnitude
public static byte[] setRelativeMagnitude(byte[] bytes) Deprecated. -
setRelativeMagnitude_int
public static int setRelativeMagnitude_int(int intQuality) Deprecated. -
isDurationMagnitude
public static boolean isDurationMagnitude(byte[] bytes) Deprecated. -
isDurationMagnitude_int
public static boolean isDurationMagnitude_int(int intQuality) Deprecated. -
isNotDurationMagnitude
public static boolean isNotDurationMagnitude(byte[] bytes) Deprecated. -
isNotDurationMagnitude_int
public static boolean isNotDurationMagnitude_int(int intQuality) Deprecated. -
clearDurationMagnitude
public static byte[] clearDurationMagnitude(byte[] bytes) Deprecated. -
clearDurationMagnitude_int
public static int clearDurationMagnitude_int(int intQuality) Deprecated. -
setDurationMagnitude
public static byte[] setDurationMagnitude(byte[] bytes) Deprecated. -
setDurationMagnitude_int
public static int setDurationMagnitude_int(int intQuality) Deprecated. -
isNegativeIncremental
public static boolean isNegativeIncremental(byte[] bytes) Deprecated. -
isNegativeIncremental_int
public static boolean isNegativeIncremental_int(int intQuality) Deprecated. -
isNotNegativeIncremental
public static boolean isNotNegativeIncremental(byte[] bytes) Deprecated. -
isNotNegativeIncremental_int
public static boolean isNotNegativeIncremental_int(int intQuality) Deprecated. -
clearNegativeIncremental
public static byte[] clearNegativeIncremental(byte[] bytes) Deprecated. -
clearNegativeIncremental_int
public static int clearNegativeIncremental_int(int intQuality) Deprecated. -
setNegativeIncremental
public static byte[] setNegativeIncremental(byte[] bytes) Deprecated. -
setNegativeIncremental_int
public static int setNegativeIncremental_int(int intQuality) Deprecated. -
isUserDefinedTest
public static boolean isUserDefinedTest(byte[] bytes) Deprecated. -
isUserDefinedTest_int
public static boolean isUserDefinedTest_int(int intQuality) Deprecated. -
isNotUserDefinedTest
public static boolean isNotUserDefinedTest(byte[] bytes) Deprecated. -
isNotUserDefinedTest_int
public static boolean isNotUserDefinedTest_int(int intQuality) Deprecated. -
clearUserDefinedTest
public static byte[] clearUserDefinedTest(byte[] bytes) Deprecated. -
clearUserDefinedTest_int
public static int clearUserDefinedTest_int(int intQuality) Deprecated. -
setUserDefinedTest
public static byte[] setUserDefinedTest(byte[] bytes) Deprecated. -
setUserDefinedTest_int
public static int setUserDefinedTest_int(int intQuality) Deprecated. -
isDistributionTest
public static boolean isDistributionTest(byte[] bytes) Deprecated. -
isDistributionTest_int
public static boolean isDistributionTest_int(int intQuality) Deprecated. -
isNotDistributionTest
public static boolean isNotDistributionTest(byte[] bytes) Deprecated. -
isNotDistributionTest_int
public static boolean isNotDistributionTest_int(int intQuality) Deprecated. -
clearDistributionTest
public static byte[] clearDistributionTest(byte[] bytes) Deprecated. -
clearDistributionTest_int
public static int clearDistributionTest_int(int intQuality) Deprecated. -
setDistributionTest
public static byte[] setDistributionTest(byte[] bytes) Deprecated. -
setDistributionTest_int
public static int setDistributionTest_int(int intQuality) Deprecated. -
isGageList
public static boolean isGageList(byte[] bytes) Deprecated. -
isGageList_int
public static boolean isGageList_int(int intQuality) Deprecated. -
isNotGageList
public static boolean isNotGageList(byte[] bytes) Deprecated. -
isNotGageList_int
public static boolean isNotGageList_int(int intQuality) Deprecated. -
clearGageList
public static byte[] clearGageList(byte[] bytes) Deprecated. -
clearGageList_int
public static int clearGageList_int(int intQuality) Deprecated. -
setGageList
public static byte[] setGageList(byte[] bytes) Deprecated. -
setGageList_int
public static int setGageList_int(int intQuality) Deprecated. -
isEmpty
public static boolean isEmpty(byte[] bytes) Deprecated. -
canEditQuality
Deprecated.Gets the application specific edit quality flag and returns that. Make sure you're not using the Preferences.userRoot or Preferences.systemRoot because these are NOT application specific, this will be user or system specific preferences.- Parameters:
appSpecificRootNode
-- Returns:
-
canShowQuality
Deprecated.Gets the application specific show quality flag and returns that. Make sure you're not using the Preferences.userRoot or Preferences.systemRoot because these are NOT application specific, this will be user or system specific preferences.- Parameters:
appSpecificRootNode
-- Returns:
-
setShowQuality
Deprecated.Sets the application specific show quality flag to the value provided.- Parameters:
appSpecificRootNode
-showQuality
-
-
setCanEditQuality
Deprecated.Sets the application specific show quality flag to the value provided.- Parameters:
appSpecificRootNode
-editQuality
-
-
addQualityPreferencesListener
public static void addQualityPreferencesListener(Preferences appSpecificRootNode, PreferenceChangeListener listener) Deprecated.Adds a Preference change listener to the node that contains the quality settings.- Parameters:
appSpecificRootNode
-listener
-
-
removeQualityPreferencesListener
public static void removeQualityPreferencesListener(Preferences appSpecificRootNode, PreferenceChangeListener listener) Deprecated.Adds a Preference change listener to the node that contains the quality settings.- Parameters:
appSpecificRootNode
-listener
-
-
getQuality
public byte[] getQuality()Deprecated. -
getSize
public int getSize()Deprecated. -
getSizeInBytes
public int getSizeInBytes()Deprecated. -
hasQuality
public boolean hasQuality()Deprecated. -
getElementAt
public byte[] getElementAt(int elementIndex) Deprecated. -
getIntegerAt
public int getIntegerAt(int elementIndex) Deprecated. -
setIntegerAt
public void setIntegerAt(int intQuality, int elementIndex) Deprecated. -
setElementAt
public void setElementAt(byte[] bytes, int elementIndex) Deprecated. -
isMissing
public boolean isMissing(int elementIndex) Deprecated. -
isNotMissing
public boolean isNotMissing(int elementIndex) Deprecated. -
clearMissing
public void clearMissing(int elementIndex) Deprecated. -
setMissing
public void setMissing(int elementIndex) Deprecated. -
isProtected
public boolean isProtected(int elementIndex) Deprecated. -
isNotProtected
public boolean isNotProtected(int elementIndex) Deprecated. -
clearProtected
public void clearProtected(int elementIndex) Deprecated. -
setProtected
public void setProtected(int elementIndex) Deprecated. -
isBitSet
public boolean isBitSet(int elementIndex, int bitPosition) Deprecated. -
isBitClear
public boolean isBitClear(int elementIndex, int bitPosition) Deprecated. -
isQualityClear
public boolean isQualityClear(int elementIndex) Deprecated. -
setBit
public void setBit(int elementIndex, int bitPosition) Deprecated. -
clearBit
public void clearBit(int elementIndex, int bitPosition) Deprecated. -
isScreened
public boolean isScreened(int elementIndex) Deprecated. -
isNotScreened
public boolean isNotScreened(int elementIndex) Deprecated. -
clearQuality
public void clearQuality(int elementIndex) Deprecated. -
clearScreened
public void clearScreened(int elementIndex) Deprecated. -
setScreened
public void setScreened(int elementIndex) Deprecated. -
isQuestion
public boolean isQuestion(int elementIndex) Deprecated. -
isNotQuestion
public boolean isNotQuestion(int elementIndex) Deprecated. -
clearQuestion
public void clearQuestion(int elementIndex) Deprecated. -
setQuestion
public void setQuestion(int elementIndex) Deprecated. -
isReject
public boolean isReject(int elementIndex) Deprecated. -
isNotReject
public boolean isNotReject(int elementIndex) Deprecated. -
clearReject
public void clearReject(int elementIndex) Deprecated. -
setReject
public void setReject(int elementIndex) Deprecated. -
clearRange
public void clearRange(int elementIndex) Deprecated. -
setRange0
public void setRange0(int elementIndex) Deprecated. -
setRange1
public void setRange1(int elementIndex) Deprecated. -
setRange2
public void setRange2(int elementIndex) Deprecated. -
setRange3
public void setRange3(int elementIndex) Deprecated. -
isDifferentValue
public boolean isDifferentValue(int elementIndex) Deprecated. -
isNotDifferentValue
public boolean isNotDifferentValue(int elementIndex) Deprecated. -
isRevised
public boolean isRevised(int elementIndex) Deprecated. -
isNotRevised
public boolean isNotRevised(int elementIndex) Deprecated. -
clearHowRevised
public void clearHowRevised(int elementIndex) Deprecated. -
clearReplaceMethod
public void clearReplaceMethod(int elementIndex) Deprecated. -
setRevisedNoRevision
public void setRevisedNoRevision(int elementIndex) Deprecated. -
setReplaceNoRevision
public void setReplaceNoRevision(int elementIndex) Deprecated. -
setNoRevision
public void setNoRevision(int elementIndex) Deprecated. -
setRevisedAutomatically
public void setRevisedAutomatically(int elementIndex) Deprecated. -
setRevisedInteractively
public void setRevisedInteractively(int elementIndex) Deprecated. -
setRevisedManually
public void setRevisedManually(int elementIndex) Deprecated. -
setRevisedToOriginalAccepted
public void setRevisedToOriginalAccepted(int elementIndex) Deprecated. -
setReplaceLinearInterpolation
public void setReplaceLinearInterpolation(int elementIndex) Deprecated. -
setReplaceManualChange
public void setReplaceManualChange(int elementIndex) Deprecated. -
setReplaceGraphicalChange
public void setReplaceGraphicalChange(int elementIndex) Deprecated. -
setReplaceWithMissing
public void setReplaceWithMissing(int elementIndex) Deprecated. -
isNotRevised
public boolean isNotRevised(byte[] bytes) Deprecated. -
isNotRevised_int
public boolean isNotRevised_int(int intQuality) Deprecated. -
setUsingQualityFlags
public void setUsingQualityFlags(byte[] originalBytes, int elementIndex, String qualFlag, boolean isValueRevised) Deprecated. -
isOkay
public boolean isOkay(int elementIndex) Deprecated. -
isNotOkay
public boolean isNotOkay(int elementIndex) Deprecated. -
clearOkay
public void clearOkay(int elementIndex) Deprecated. -
setOkay
public void setOkay(int elementIndex) Deprecated. -
isAbsoluteMagnitude
public boolean isAbsoluteMagnitude(int elementIndex) Deprecated. -
isNotAbsoluteMagnitude
public boolean isNotAbsoluteMagnitude(int elementIndex) Deprecated. -
clearAbsoluteMagnitude
public void clearAbsoluteMagnitude(int elementIndex) Deprecated. -
setAbsoluteMagnitude
public void setAbsoluteMagnitude(int elementIndex) Deprecated. -
isConstantValue
public boolean isConstantValue(int elementIndex) Deprecated. -
isNotConstantValue
public boolean isNotConstantValue(int elementIndex) Deprecated. -
clearConstantValue
public void clearConstantValue(int elementIndex) Deprecated. -
setConstantValue
public void setConstantValue(int elementIndex) Deprecated. -
isRateOfChange
public boolean isRateOfChange(int elementIndex) Deprecated. -
isNotRateOfChange
public boolean isNotRateOfChange(int elementIndex) Deprecated. -
clearRateOfChange
public void clearRateOfChange(int elementIndex) Deprecated. -
setRateOfChange
public void setRateOfChange(int elementIndex) Deprecated. -
isRelativeMagnitude
public boolean isRelativeMagnitude(int elementIndex) Deprecated. -
isNotRelativeMagnitude
public boolean isNotRelativeMagnitude(int elementIndex) Deprecated. -
clearRelativeMagnitude
public void clearRelativeMagnitude(int elementIndex) Deprecated. -
setRelativeMagnitude
public void setRelativeMagnitude(int elementIndex) Deprecated. -
isDurationMagnitude
public boolean isDurationMagnitude(int elementIndex) Deprecated. -
isNotDurationMagnitude
public boolean isNotDurationMagnitude(int elementIndex) Deprecated. -
clearDurationMagnitude
public void clearDurationMagnitude(int elementIndex) Deprecated. -
setDurationMagnitude
public void setDurationMagnitude(int elementIndex) Deprecated. -
isNegativeIncremental
public boolean isNegativeIncremental(int elementIndex) Deprecated. -
isNotNegativeIncremental
public boolean isNotNegativeIncremental(int elementIndex) Deprecated. -
clearNegativeIncremental
public void clearNegativeIncremental(int elementIndex) Deprecated. -
setNegativeIncremental
public void setNegativeIncremental(int elementIndex) Deprecated. -
isUserDefinedTest
public boolean isUserDefinedTest(int elementIndex) Deprecated. -
isNotUserDefinedTest
public boolean isNotUserDefinedTest(int elementIndex) Deprecated. -
clearUserDefinedTest
public void clearUserDefinedTest(int elementIndex) Deprecated. -
setUserDefinedTest
public void setUserDefinedTest(int elementIndex) Deprecated. -
isDistributionTest
public boolean isDistributionTest(int elementIndex) Deprecated. -
isNotDistributionTest
public boolean isNotDistributionTest(int elementIndex) Deprecated. -
clearDistributionTest
public void clearDistributionTest(int elementIndex) Deprecated. -
setDistributionTest
public void setDistributionTest(int elementIndex) Deprecated. -
isGageList
public boolean isGageList(int elementIndex) Deprecated. -
isNotGageList
public boolean isNotGageList(int elementIndex) Deprecated. -
clearGageList
public void clearGageList(int elementIndex) Deprecated. -
setGageList
public void setGageList(int elementIndex) Deprecated. -
getIntQuality
public int[] getIntQuality()Deprecated. -
getQualitySymbols
Deprecated. -
getQualityIntegers
Deprecated. -
getQualityIntegers
Deprecated. -
toBinaryString
Deprecated. -
toOctalString
Deprecated. -
toSymbolicString
Deprecated. -
toSymbolicRevisedString
Deprecated. -
toSymbolicTestsString
Deprecated. -
toHexString
Deprecated. -
toIntegerString
Deprecated. -
toIntegerStringElementAt
Deprecated. -
toBinaryStringElementAt
Deprecated. -
toOctalStringElementAt
Deprecated. -
toSymbolicStringElementAt
Deprecated. -
toSymbolicTestsStringElementAt
Deprecated. -
toSymbolicRevisedStringElementAt
Deprecated. -
toHexStringElementAt
Deprecated. -
toString
Deprecated.
-