Property property = getInstanceProperty(propertyIndex);
return getChar(property);
}
public double getDouble(int propertyIndex) throws IllegalArgumentException, ClassCastException {
Property property = getInstanceProperty(propertyIndex);
return getDouble(property);
}