byucc.edif
Interface Nameable

All Known Subinterfaces:
EdifNameable
All Known Implementing Classes:
MultiNamedObject, NamedObject, Property, RenamedObject

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.11 2006/05/12 02:14:52 jonjohn Exp $

Method Summary
 java.lang.String getName()
          Return the String name.
 

Method Detail

getName

java.lang.String getName()
Return the String name.

Returns:
A String representing the name of the interfacing object