Interface StringRepresentableValueType
public interface StringRepresentableValueType
Aspect providing means to represent its value type as localized string.
Note: You could use Locale.getDefault()
to get the current value of the default locale
for this instance of the Java Virtual Machine.
- Since:
- 5.0.100
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectType<StringRepresentableValueType>
The aspect's technical type to be used for requesting it from anAspectable
. -
Method Summary
Modifier and TypeMethodDescriptionReturn theValueHolder's value type
toText
localized string representation.
-
Field Details
-
TYPE
The aspect's technical type to be used for requesting it from anAspectable
.- Since:
- 5.0.100
-
-
Method Details
-
toStringTypeRepresentation
Return theValueHolder's value type
toText
localized string representation.Note: You could use
Locale.getDefault()
to get the current value of the default locale for this instance of the Java Virtual Machine.- Parameters:
data
- the data object to get a presentable localized header for- Returns:
- the localized string representation
- Since:
- 5.0.100
- See Also:
-