java.lang.Object
org.tquadrat.foundation.value.internal.Tools
@UtilityClass
@ClassVersion(sourceVersion="$Id: Tools.java 1072 2023-09-30 20:44:38Z tquadrat $")
@API(status=STABLE,
since="0.1.0")
public final class Tools
extends Object
Internal utilities for the value module.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: Tools.java 1072 2023-09-30 20:44:38Z tquadrat $
- Since:
- 0.1.0
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.value.internal.Tools"
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The base class for the resource bundle.private static final ResourceBundle
The resource bundle for this module.static final BigDecimal
0.8static final BigDecimal
0.525static final BigDecimal
100static final BigDecimal
1.5static final BigDecimal
1/3static final BigDecimal
273.15static final BigDecimal
32static final BigDecimal
5/9static final BigDecimal
7.5 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveName
(E value) Returns the translation for the given enum name.
-
Field Details
-
BASE_BUNDLE_NAME
The base class for the resource bundle.- See Also:
-
V1t3
1/3 -
V5t9
5/9 -
V0t525
0.525 -
V0p8
0.8 -
V1p5
1.5 -
V7p5
7.5 -
V32
32 -
V100
100 -
V273
273.15 -
m_ResourceBundle
The resource bundle for this module.
-
-
Constructor Details
-
Tools
private Tools()No instance allowed for this class.
-
-
Method Details
-
retrieveName
Returns the translation for the given enum name.- Type Parameters:
E
- The type of the enum.- Parameters:
value
- The enum value.- Returns:
- The translation.
-