Home
last modified time | relevance | path

Searched refs:propertyToChange (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertyAccess.java57 public PropertyValue propertyToChange = null; field in _XPropertyAccess
64 propertyToChange = (PropertyValue) tEnv.getObjRelation("XPropertyAccess.propertyToChange"); in before()
65 if (propertyToChange == null) { in before()
83 if (properties[i].Name.equals(propertyToChange.Name)) found = true; in _getPropertyValues()
86 log.println("ERROR: could not find desired property '"+ propertyToChange.Name+"'"); in _getPropertyValues()
118 newProps[0] = propertyToChange; in _setPropertyValues()
153 failedProp.Name = propertyToChange.Name; in _setPropertyValues()

Completed in 9 milliseconds