Package ro.sync.exml.workspace.api.util
Class EditorVariableDescription
java.lang.Object
ro.sync.exml.workspace.api.util.EditorVariableDescription
An editor variable's description (name and short desc).
- Since:
- 18.1
-
Constructor Summary
ConstructorDescriptionEditorVariableDescription
(String name, String shortDescription) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the editor variable name.Get the editor variable short description.
-
Constructor Details
-
EditorVariableDescription
Constructor.- Parameters:
name
- The editor variable name. Must not benull
.shortDescription
- The short description.
-
-
Method Details
-
getName
Get the editor variable name.- Returns:
- Returns the editor variable name.
-
getShortDescription
Get the editor variable short description.- Returns:
- Returns the editor variable short description..
-