Searched refs:objectPropA (Results 1 – 1 of 1) sorted by relevance
919 … cl.charPropA == 'A' && cl.intClassProp.intValue() == 111 && ((Byte)cl.objectPropA).byteValue() ==… in setPropertyValues()924 r[i++]= cl.intClassProp.intValue() == 111 && ((Byte)cl.objectPropA).byteValue() == 11; in setPropertyValues()949 cl.objectPropA= new Byte((byte)11); in getPropertyValues()1114 public Object objectPropA; field in TestClass1404 r[i++]= objectPropA.equals(value); in test_setPropertyValueNoBroadcast()1407 r[i++]= objectPropA.equals(value); in test_setPropertyValueNoBroadcast()1454 objectPropA= null; in resetPropertyMembers()
Completed in 20 milliseconds