Class KeyedData

    • Constructor Detail

      • KeyedData

        public KeyedData()
    • Method Detail

      • setPropertyName

        public void setPropertyName​(java.lang.String name)
        The property name.
      • getPropertyName

        public java.lang.String getPropertyName()
        The property name.
      • setPropertyValue

        public void setPropertyValue​(java.lang.String value)
        The property value.
      • getPropertyValue

        public java.lang.String getPropertyValue()
        The property value.
      • isSubstituteUnknownVariable

        public boolean isSubstituteUnknownVariable()
        Whether to substitute unknown variables or not.
      • setSubstituteUnknownVariable

        public void setSubstituteUnknownVariable​(boolean substituteUnknownVariable)
        Whether to substitute unknown variables or not.
      • getBidiOption

        public BidiOption getBidiOption()
        The behavior when handling bi-directional text.
      • setBidiOption

        public void setBidiOption​(BidiOption BidiOption)
        The behavior when handling bi-directional text.