HEADER

biouml.standard.type
Class BaseSupport

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.access.MutableDataElementSupport
              |
              +--biouml.standard.type.BaseSupport
Direct Known Subclasses:
GenericEntity

public class BaseSupport
extends MutableDataElementSupport
implements Base

Base class for all data element types.


Constructor Summary
BaseSupport(String name, DataCollection parent)
           
BaseSupport(String name, DataCollection parent, String type)
           

Method Summary
 StringgetTitle()
          By default we use data element name as its title.
 StringgetType()
           

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

Methods inherited from class com.beanexplorer.swing.table.Option
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

BaseSupport

public BaseSupport(String name, DataCollection parent)

BaseSupport

public BaseSupport(String name, DataCollection parent, String type)
Method Detail

getTitle

public String getTitle()
By default we use data element name as its title.

getType

public String getType()

Association Links

to Class java.lang.String


FOOTER

BOTTOM