Searched defs:codeToStatus (Results 1 – 4 of 4) sorted by relevance
51 Map<LstrType, Map<String, Status>> codeToStatus = new EnumMap<>(LstrType.class); in Validity() local
94 Map<String, Validity.Status> codeToStatus = new TreeMap<>(); field in GenerateValidityXml.Info
354 … Map<String, Validity.Status> codeToStatus = VALIDITY.getCodeToStatus(lstr); in show() local
235 Map<String, Status> codeToStatus = validity.getCodeToStatus(type); in TestBothDirections() local