public interface IGovLabeling
Modifier and Type | Method and Description |
---|---|
String |
getDescription(IGovLabelingContext labelingContext)
Returns the node’s description for the specified context.
|
String |
getLabel(IGovLabelingContext labelingContext)
Returns the node’s label for the specified context.
|
String getLabel(IGovLabelingContext labelingContext)
null
if the node is invalid or does not exist in the {addon.label} database.String getDescription(IGovLabelingContext labelingContext)
null
if the node is invalid or does not exist in the {addon.label} database.