Home
last modified time | relevance | path

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

/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java302 private String m_Label; field in FootnoteNode
303 String getLabel() { return m_Label; } in getLabel()
305 FootnoteNode(String label) { m_Label = label; } in FootnoteNode()
309 && (((FootnoteNode) other).m_Label.equals(m_Label)); in equals()
312 return super.toString() + "\tlabel: " + m_Label; in toString()

Completed in 32 milliseconds