new PropertyDetailsBuilder(STYLE_PROPERTY);
propertyDetailsBuilder.setInitialValueAccuracy(
InitialValueAccuracy.KNOWN);
propertyDetailsBuilder.setInitialValueSource(
new FixedInitialValue(DEFAULT_VALUE));
final PropertyClearerCheckerImpl checker =
createChecker(propertyDetailsBuilder, null);
deviceValue = DeviceValues.NOT_SET;
// value is same as the initial value of the device