Lines Matching refs:maRelationMap
91 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName()
98 private static HashMap maRelationMap = new HashMap(); field in NameProvider
270 maRelationMap.put (new Integer (AccessibleRelationType.INVALID), "INVALID"); in maRelationMap.put()
271 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_FROM), "CONTENT_FLOWS_FROM"); in maRelationMap.put()
272 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_TO), "CONTENT_FLOWS_TO"); in maRelationMap.put()
273 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLED_BY), "CONTROLLED_BY"); in maRelationMap.put()
274 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLER_FOR), "CONTROLLER_FOR"); in maRelationMap.put()
275 maRelationMap.put (new Integer (AccessibleRelationType.LABEL_FOR), "LABEL_FOR"); in maRelationMap.put()
276 maRelationMap.put (new Integer (AccessibleRelationType.LABELED_BY), "LABELED_BY"); in maRelationMap.put()
277 maRelationMap.put (new Integer (AccessibleRelationType.MEMBER_OF), "MEMBER_OF"); in maRelationMap.put()
278 maRelationMap.put (new Integer (AccessibleRelationType.SUB_WINDOW_OF), "SUB_WINDOW_OF"); in maRelationMap.put()