INamedObject

public interface INamedObject

Object that has a name

Methods

MethodDescription
getName()Gets the name of the object

getName()

public abstract String getName()

Gets the name of the object

Returns: java.lang.String