INamedObject
public interface INamedObject
Object that has a name
Methods
Method | Description |
---|---|
getName() | Gets the name of the object |
getName()
public abstract String getName()
Gets the name of the object
Returns: java.lang.String
public interface INamedObject
Object that has a name
Method | Description |
---|---|
getName() | Gets the name of the object |
public abstract String getName()
Gets the name of the object
Returns: java.lang.String