Searched defs:codeToStatus (Results 1 – 3 of 3) sorted by relevance
51 Map<LstrType, Map<String, Status>> codeToStatus = new EnumMap<>(LstrType.class); in Validity() local
201 Map<String, Status> codeToStatus = validity.getCodeToStatus(type); in TestBothDirections() local
95 Map<String, Validity.Status> codeToStatus = new TreeMap<>(); field in GenerateValidityXml.Info