Package org.olap4j.impl
Interface Named
public interface Named
Interface which describes an object which has a name, for the purposes of
creating an implementation,
NamedListImpl
of
NamedList
which works on such objects.- Since:
- May 23, 2007
- Author:
- jhyde
-
Method Summary
-
Method Details
-
getName
String getName()Returns the name of this object.- Returns:
- name of this object
-