Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java81 private static EnumNames<SectionId> SectionIdNames = new EnumNames<SectionId>(); field in PathHeader
93 SectionIdNames.add(this, alternateNames); in SectionId()
97 return SectionIdNames.forString(name); in forString()
101 return SectionIdNames.toString(this); in toString()