6566676869707172
FObj fo) { if (p instanceof CondLengthProperty) return p; Length val = p.getLength(); if (val != null) return new CondLengthProperty(new CondLength(val)); return convertPropertyDatatype(p, propertyList, fo); }