Home
last modified time | relevance | path

Searched refs:mnMinLength (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.java126 aBuffer.append(mnMinLength); in toString()
210 mnMinLength = Integer.parseInt(sValue); in SetMinLength()
287 return mnMinLength; in GetMinimumLength()
333 private int mnMinLength; field in Restriction