public interface LabeledElement
void setLabel(java.lang.Object label)
label
- a label to set to this element.java.lang.Object getLabel()
null
if element has no
label.null
if element has no
label.boolean hasLabel()
true
if the element has a label, otherwise
false
.