public interface Element extends Model
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the element, or
null if it has no description. |
java.lang.String |
getName()
Returns the name of the element.
|
java.lang.String getName()
@Nullable java.lang.String getDescription()
null
if it has no description.null
if it has no description.