686970717273747576
{ if(PercentageAttributeCompiler.isPercentage(value)) { double percentValue = PercentageAttributeCompiler.convertToDouble(value); if(percentValue >= 0) return new PercentageDimensionValue(percentValue); } return null; }