metricsOverlay.model
Interface INameable
- All Known Implementing Classes:
- ActualMetric, Augmentation, BackgroundLineAugmentation, BackgroundSectionAugmentation, DerivedMetric, Mapping, MarginAugmentation, Metric, SectionAugmentation, UnderlineAugmentation
public interface INameable
This interface provides model elements with the ability to name and rename
themselves.
- Version:
- 27/8/2009
- Author:
- Matthew Harward
Method Summary |
java.lang.String |
getName()
|
void |
setName(java.lang.String name)
This method sets the name of a nameable object. |
getName
java.lang.String getName()
- Returns:
- A String that is unique among this object type and provides a
human readable title.
setName
void setName(java.lang.String name)
- This method sets the name of a nameable object. This name should be
unique among objects of this type.
- Parameters:
name
- the unique name to be set.