Home
last modified time | relevance | path

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

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java46 private XPropertyContainer m_bag; field in PropertyBag
81 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
82 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
96 m_bag.removeProperty( VALUE); in checkBasics()
109 m_bag.removeProperty( "NonExistent" ); in checkBasics()
258 m_bag = null; in createEmptyBag()
261 if ( m_bag == null ) in createEmptyBag()
277 m_bag = null; in createStandardBag()
283 if ( m_bag == null ) in createStandardBag()
295 { "InterfaceValue", (XInterface)m_bag } in createStandardBag()
[all …]

Completed in 7 milliseconds