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