net.sourceforge.nite.meta
Interface NObjectSet

All Known Implementing Classes:
NiteObjectSet

public interface NObjectSet

Information about an Object Set. e.g. a set of referents. An object set is a flat list of elements.

Author:
jonathan

Method Summary
 java.util.List getContentElements()
          ObjectSets are rather like a layer in that they have a flat set of elements.
 java.lang.String getDescription()
          returns a description of the ObjectSet.
 java.lang.String getFileName()
          returns the filename of this ObjectSet
 java.lang.String getName()
          returns the name of this ObjectSet as used for pointing to it
 

Method Detail

getName

java.lang.String getName()
returns the name of this ObjectSet as used for pointing to it


getDescription

java.lang.String getDescription()
returns a description of the ObjectSet.


getFileName

java.lang.String getFileName()
returns the filename of this ObjectSet


getContentElements

java.util.List getContentElements()
ObjectSets are rather like a layer in that they have a flat set of elements.