biouml.standard.type
Class BaseSupport
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.standard.type.BaseSupport
- Direct Known Subclasses:
- Species, GinSimEdgeKernel, GinSimNodeKernel, Specie, GenericEntity, Stub
- public class BaseSupport
- extends MutableDataElementSupport
- implements Base
Base class for all data element types.
BaseSupport
public BaseSupport(String name, DataCollection parent, String type)
getTitle
public String getTitle()
getType
public String getType()
setTitle
public void setTitle(String title)
to Class java.lang.String
to Class java.lang.String
- By default we use data element name as its title.
BOTTOM