Class EditorVariableDescription

java.lang.Object
ro.sync.exml.workspace.api.util.EditorVariableDescription

@API(type=EXTENDABLE, src=PUBLIC) public class EditorVariableDescription extends Object
An editor variable's description (name and short desc).
Since:
18.1
  • Constructor Details

    • EditorVariableDescription

      public EditorVariableDescription(String name, String shortDescription)
      Constructor.
      Parameters:
      name - The editor variable name. Must not be null.
      shortDescription - The short description.
  • Method Details

    • getName

      public String getName()
      Get the editor variable name.
      Returns:
      Returns the editor variable name.
    • getShortDescription

      public String getShortDescription()
      Get the editor variable short description.
      Returns:
      Returns the editor variable short description..