Searched refs:trinaryLookup (Results 1 – 1 of 1) sorted by relevance
107 …static EnumLookup<Trinary> trinaryLookup = EnumLookup.of(Trinary.class, null, "n/a", Trinary.UNKNO… field in ScriptMetadata167 rtl = trinaryLookup.forString(Column.RTL.getItem(items)); in Info()168 lbLetters = trinaryLookup.forString(Column.LB_LETTERS.getItem(items)); in Info()170 ime = trinaryLookup.forString(Column.IME.getItem(items)); in Info()171 hasCase = trinaryLookup.forString(Column.HAS_CASE.getItem(items)); in Info()