com.bea.p13n.common
Interface Named

All Known Subinterfaces:
Metadata

public interface Named

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


Method Summary
 String getName()
          Returns the name of the entity.
 

Method Detail

getName

String getName()
Returns the name of the entity.

Returns
the name of the entity.


Copyright © 2011, Oracle. All rights reserved.