HEADER

ru.biosoft.access
Interface DataElement

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

public interface DataElement

Minimal interface for storing object in the data collection.

Version: 1.0

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

Method Detail

getName

public String getName()
Return unical name of the data element.
Returns: Unical 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