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.
| Method Summary |
String | getTitle() By default we use data element name as its title. |
String | getType() |
| 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 |
BaseSupport
public BaseSupport(String name, DataCollection parent)
BaseSupport
public BaseSupport(String name, DataCollection parent, String type)
getTitle
public String getTitle()
- By default we use data element name as its title.
getType
public String getType()
to Class java.lang.String
BOTTOM