HEADER

ru.biosoft.access
Interface DataElement

All Known Subinterfaces:
Base, CollectionUnion, DataCollection, ModuleType, MutableDataElement, Relation
All Known Implementing Classes:
SbwServiceMethod, DataElementSupport

public interface DataElement

Minimal interface for storing object in the data collection.


Method Summary
 StringgetName()
          Returns a unique name of the data element.
 DataCollectiongetOrigin()
          Returns the collection this element belongs to.

Method Detail

getName

public String getName()
Returns a unique name of the data element.
Returns: A unique name of the data element.

getOrigin

public DataCollection getOrigin()
Returns the collection this element belongs to. Since the element can be contained in several collections this should return application-specific main parent collection.
See Also:
DataCollection

FOOTER

BOTTOM