Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/
H A DAttributeBase.java55 meUse = Use.Optional; in AttributeBase()
58 meUse = Use.Required; in AttributeBase()
81 return meUse; in GetUse()
98 String sText = "use "+meUse.toString(); in toString()
113 private final Use meUse; field in AttributeBase