Package ro.sync.exml.workspace.api.util
Class EditorVariableDescription
- java.lang.Object
-
- ro.sync.exml.workspace.api.util.EditorVariableDescription
-
@API(type=EXTENDABLE, src=PUBLIC) public class EditorVariableDescription extends java.lang.Object
An editor variable's description (name and short desc).- Since:
- 18.1
-
-
Constructor Summary
Constructors Constructor Description EditorVariableDescription(java.lang.String name, java.lang.String shortDescription)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Get the editor variable name.java.lang.String
getShortDescription()
Get the editor variable short description.
-