@ParametersAreNonnullByDefault public abstract class AbstractNamedElement<T extends AbstractNamedElement<T>> extends Object
| Constructor and Description | 
|---|
| AbstractNamedElement() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getName()Returns the name of this element. | 
| int | hashCode() | 
| protected T | me()Returns this instance, casted as a  T. | 
| T | setName(String name)Defines the name of this element. | 
| String | toString() | 
Copyright © 2013–2019 Atlanmod. All rights reserved.