T - the concrete type for this declarationpublic abstract class NamedDeclaration<T extends NamedDeclaration> extends BaseDeclaration<T> implements Named
By default, BaseDeclaration.getDescription() returns an empty String.
| Constructor and Description |
|---|
NamedDeclaration(String name)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the component's name
|
addModelProperty, getDescription, getModelProperties, getModelProperty, setDescriptionCopyright © 2016 MuleSoft, Inc.. All rights reserved.