byucc.edif
Interface Nameable
- All Known Subinterfaces:
- EdifNameable
- All Known Implementing Classes:
- NamedObject, NamedPropertyObject
- public interface Nameable
Used for objects that can be named with a String
name. Objects that implement this interface can provide a String
name.
- Version:
- $Id: Nameable.java,v 1.7 2004/06/24 21:12:48 tsa6 Exp $
- Author:
- Welson Sun, Tyler Anderson
|
Method Summary |
java.lang.String |
getName()
This method will return the String name. |
getName
public java.lang.String getName()
- This method will return the String name.
- Returns:
- A String representing the name of the interfacing object