Return name of the shape by idparamtype - the id of the shape, one of the static constants defined in this classreturnthe name of the shape String name = (String)types.get(new Integer(type)); return name;
String name = (String)types.get(new Integer(type)); return name;