Class Expression.ExpressionValueProperty

All Implemented Interfaces:
Serializable
Enclosing class:
Expression

public class Expression.ExpressionValueProperty extends ChoosableProperty
See Also:
  • Method Details

    • getTranslatedValue

      public String getTranslatedValue()
      Get translated property value.
      Overrides:
      getTranslatedValue in class ChoosableProperty
      Returns:
      translated value, or "" if none
    • setTranslatedValue

      public void setTranslatedValue(String value)
      Description copied from class: ChoosableProperty
      Set translated property value. The translation must exist the following code fragment is always a no-op: setTranslatedValue(getValue(true))
      Overrides:
      setTranslatedValue in class ChoosableProperty