Package com.uc4.util

Class PromptVariableEncoder

java.lang.Object
com.uc4.util.PromptVariableEncoder

public class PromptVariableEncoder extends Object
Encodes variable names.
  • Method Details

    • encodeVariableName

      public static String encodeVariableName(String variable)
      See TD 97646 2.4 # -> s.00 $ -> s.01 § -> s.02 (at) -> s.03
      Parameters:
      variable - Variable name
      Returns:
      Encoded variable name as defined in the TD
    • decodeVariableName

      public static String decodeVariableName(String variable)
      See TD 97646 2.4 # -> s.00 $ -> s.01 § -> s.02 (at) -> s.03
      Parameters:
      variable - Variable name
      Returns:
      Decoded variable name