Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java98 if (msMinInclusive != null) in toString()
101 aBuffer.append(msMinInclusive); in toString()
160 msMinInclusive = sValue; in SetMinInclusive()
239 return msMinInclusive; in GetMinInclusive()
328 private String msMinInclusive; field in Restriction