Home | History | Annotate | Download | only in templates

Lines Matching defs:m_simpleString

61   private String m_simpleString = null;
178 m_simpleString = stringedValue; // then do the simple thing
432 if (null == m_parts && (null == m_simpleString))
436 m_simpleString = "";
448 if (null != m_simpleString){
449 return m_simpleString;
490 if (null != m_simpleString){
491 return m_simpleString;
524 * @return True if the m_simpleString member of this AVT is not null
528 return null != m_simpleString;
604 return m_simpleString != null;