public class OfficePercentage extends Object
Constructor and Description |
---|
OfficePercentage(Double value)
Build a default object with a value
|
OfficePercentage(String value)
Build a default object using the string representation of percentage
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getValue() |
int |
hashCode() |
String |
toString()
It prints a representation of the percentage in a '%' format
|
public OfficePercentage(Double value)
value
- The percentage in a normalized value (1.0 is a 100%). It can be nullpublic OfficePercentage(String value)
value
- The percentage in a string representation (ex: "40%")IllegalArgumentException
- If the string does not represent a valid percentage representation.public Double getValue()
Copyright © 2023. All rights reserved.