Searched refs:vcltypes (Results 1 – 1 of 1) sorted by relevance
38 private static final HashMap<Long, String> vcltypes = new HashMap<Long, String>(); field in ControlInfo47 vcltypes.put((long)v, field.getName()); in field.getName()75 return vcltypes.get(type); in getVclType()