Interface DisplayValueOwner
- All Known Implementing Classes:
Cardinality,StylePalette
public interface DisplayValueOwner
Contract for enum-like values that expose a human-readable display value.
-
Method Summary
-
Method Details
-
getDisplayValue
String getDisplayValue()Returns the display value.- Returns:
- the display value
-