Class DimensionNode.ValuesProperty

All Implemented Interfaces:
Serializable
Enclosing class:
DimensionNode

public class DimensionNode.ValuesProperty extends ValuesProperty
See Also:
  • Constructor Details

  • Method Details

    • getTranslatedValue

      public String[] getTranslatedValue()
      Get translated property value. Default implementation uses the dictionary string translator. Override if needed.
      Overrides:
      getTranslatedValue in class ValuesProperty
      Returns:
      array of translated values if they exist, else untranslated values
    • setTranslatedValue

      public void setTranslatedValue(String... translatedValue)
      the following code fragment is always a no-op: setTranslatedValue(getValue(true))
      Specified by:
      setTranslatedValue in class ValuesProperty