Named Interface

com.bea.p13n.common
Named Interface

public interface Named

Interface implemented by a named entity. This interface provides read-only access to the name of the entity.


All Known Subinterfaces

Metadata

Method Summary

public String
getName()
Returns the name of the entity.

Method Detail

getName() Method

public String getName()
Returns the name of the entity.

Returns

the name of the entity.