Lines Matching refs:addProperty
360 udpc.addProperty("Frobnicate", PropertyAttribute.REMOVEABLE, b); in check()
361 udpc.addProperty("FrobDuration", PropertyAttribute.REMOVEABLE, dur); in check()
362 udpc.addProperty("FrobDuration2", PropertyAttribute.REMOVEABLE, t); in check()
363 udpc.addProperty("FrobEndDate", PropertyAttribute.REMOVEABLE, date); in check()
364 udpc.addProperty("FrobStartTime", PropertyAttribute.REMOVEABLE, dt); in check()
365 udpc.addProperty("Pi", PropertyAttribute.REMOVEABLE, new Double(d)); in check()
366 udpc.addProperty("Foo", PropertyAttribute.REMOVEABLE, "bar"); in check()
367 udpc.addProperty("Removed", PropertyAttribute.REMOVEABLE, "bar"); in check()
369 udpc.addProperty("", PropertyAttribute.REMOVEABLE, "eeeeek"); in check()
378 udpc.addProperty("Forbidden", PropertyAttribute.REMOVEABLE, in check()
463 udpc.addProperty("Listener", PropertyAttribute.REMOVEABLE, "foo"); in check()
470 udpc.addProperty("Listener2", PropertyAttribute.REMOVEABLE, "foo"); in check()