6465666768697071
protected Property convertProperty(Property p, PropertyList propertyList, FObj fo) { Length val = p.getLength(); if (val != null) return new SpaceProperty(new Space(val)); return convertPropertyDatatype(p, propertyList, fo); }