|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidityTest | |
---|---|
net.ctdp.rfdynhud.values |
Uses of ValidityTest in net.ctdp.rfdynhud.values |
---|
Methods in net.ctdp.rfdynhud.values that return ValidityTest | |
---|---|
ValidityTest |
LongValue.getValdidityTest()
|
ValidityTest |
IntValue.getValdidityTest()
|
ValidityTest |
FloatValue.getValdidityTest()
|
static ValidityTest |
ValidityTest.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ValidityTest[] |
ValidityTest.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in net.ctdp.rfdynhud.values with parameters of type ValidityTest | |
---|---|
FloatValue(float resetValue,
float comparePrecision,
ValidityTest validityTest,
float validityCompareValue)
|
|
FloatValue(float resetValue,
ValidityTest validityTest,
float validityCompareValue)
|
|
FloatValue(ValidityTest validityTest,
float validityCompareValue)
|
|
IntValue(int resetValue,
ValidityTest validityTest,
int validityCompareValue)
|
|
IntValue(ValidityTest validityTest,
int validityCompareValue)
|
|
LongValue(long resetValue,
ValidityTest validityTest,
long validityCompareValue)
|
|
LongValue(ValidityTest validityTest,
long validityCompareValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |