Interface TranslatableString
- All Known Implementing Classes:
GlobalTranslatableMessage
,TranslatableString.Impl
public interface TranslatableString
A container for a String property that can be translated
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Simple implementation ofTranslatableString
Support dynamic changing of the property name, provided that theTranslatableString.Impl.addTo(TranslatableStringContainer)
method is used to register this property with a properties container.static class
-
Method Summary
-
Method Details
-
getPropertyValue
String getPropertyValue() -
getParent
TranslatableStringContainer getParent() -
setPropertyValue
-