Lines Matching refs:registerProperty

163         registerProperty("boolA", (short) 0);  in PropTest()
164 registerProperty("charA", (short) 0); in PropTest()
165 registerProperty("byteA", (short) 0); in PropTest()
166 registerProperty("shortA", (short) 0); in PropTest()
167 registerProperty("intA", (short) 0); in PropTest()
168 registerProperty("longA", (short) 0); in PropTest()
169 registerProperty("floatA", (short) 0); in PropTest()
170 registerProperty("doubleA", (short) 0); in PropTest()
171 registerProperty("stringA", PropertyAttribute.MAYBEVOID); in PropTest()
172 registerProperty("objectA", PropertyAttribute.MAYBEVOID); in PropTest()
173 registerProperty("anyA", PropertyAttribute.MAYBEVOID); in PropTest()
174 registerProperty("typeA", PropertyAttribute.MAYBEVOID); in PropTest()
175 registerProperty("xinterfaceA", PropertyAttribute.MAYBEVOID); in PropTest()
176 registerProperty("xtypeproviderA", PropertyAttribute.MAYBEVOID); in PropTest()
177 registerProperty("arBoolA", PropertyAttribute.MAYBEVOID); in PropTest()
178 registerProperty("arCharA", PropertyAttribute.MAYBEVOID); in PropTest()
179 registerProperty("arByteA", PropertyAttribute.MAYBEVOID); in PropTest()
180 registerProperty("arShortA", PropertyAttribute.MAYBEVOID); in PropTest()
181 registerProperty("arIntA", PropertyAttribute.MAYBEVOID); in PropTest()
182 registerProperty("arLongA", PropertyAttribute.MAYBEVOID); in PropTest()
183 registerProperty("arFloatA", PropertyAttribute.MAYBEVOID); in PropTest()
184 registerProperty("arDoubleA", PropertyAttribute.MAYBEVOID); in PropTest()
185 registerProperty("arStringA", PropertyAttribute.MAYBEVOID); in PropTest()
186 registerProperty("arObjectA", PropertyAttribute.MAYBEVOID); in PropTest()
187 registerProperty("arAnyA", PropertyAttribute.MAYBEVOID); in PropTest()
188 registerProperty("arXinterfaceA", PropertyAttribute.MAYBEVOID); in PropTest()
189 registerProperty("ar2BoolA", PropertyAttribute.MAYBEVOID); in PropTest()
190 registerProperty("boolClassA", PropertyAttribute.MAYBEVOID); in PropTest()
191 registerProperty("charClassA", PropertyAttribute.MAYBEVOID); in PropTest()
192 registerProperty("byteClassA", PropertyAttribute.MAYBEVOID); in PropTest()
193 registerProperty("shortClassA", PropertyAttribute.MAYBEVOID); in PropTest()
194 registerProperty("intClassA", PropertyAttribute.MAYBEVOID); in PropTest()
195 registerProperty("longClassA", PropertyAttribute.MAYBEVOID); in PropTest()
196 registerProperty("floatClassA", PropertyAttribute.MAYBEVOID); in PropTest()
197 registerProperty("doubleClassA", PropertyAttribute.MAYBEVOID); in PropTest()
198 registerProperty("roIntA", PropertyAttribute.READONLY); in PropTest()
199 registerProperty("roIntClassA", PropertyAttribute.READONLY); in PropTest()
200 registerProperty("roObjectA", PropertyAttribute.READONLY); in PropTest()
201 registerProperty("roAnyA", PropertyAttribute.READONLY); in PropTest()
202registerProperty("bcBoolA",(short) ( PropertyAttribute.BOUND | PropertyAttribute.CONSTRAINED)); in PropTest()
203registerProperty("bcBoolClassA", (short) (PropertyAttribute.BOUND | PropertyAttribute.CONSTRAINED … in PropTest()
204registerProperty("bcObjectA", (short) (PropertyAttribute.BOUND | PropertyAttribute.CONSTRAINED | P… in PropTest()
205registerProperty("bcAnyA", (short) (PropertyAttribute.BOUND | PropertyAttribute.CONSTRAINED |Prope… in PropTest()
206 registerProperty("mvIntA", PropertyAttribute.MAYBEVOID); in PropTest()
207 registerProperty("mvObjectA", PropertyAttribute.MAYBEVOID); in PropTest()
208 registerProperty("mvAnyA", PropertyAttribute.MAYBEVOID); in PropTest()
209 registerProperty("mvXinterfaceA", PropertyAttribute.MAYBEVOID); in PropTest()