T - the concrete type for this declarationpublic abstract class NamedDeclaration<T extends NamedDeclaration> extends BaseDeclaration<T> implements NamedObject
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()
Gets the name of the object
|
addModelProperty, getDescription, getDisplayModel, getModelProperties, getModelProperty, setDescription, setDisplayModelpublic NamedDeclaration(String name)
name - the name of the component being declaredpublic String getName()
getName in interface NamedObjectCopyright © 2017 MuleSoft, Inc.. All rights reserved.