Package com.wisecoders.dbs.diagram.model
Interface Unit
- All Known Implementing Classes:
AbstractFunction
,AbstractTable
,AbstractUnit
,Callout
,ChildEntity
,ChildEntityRelation
,Column
,ConnectorGroup
,Constraint
,DataType
,Depict
,Folder
,ForeignKey
,ForeignKeyCollector.InternalFk
,Function
,Group
,Index
,Layout
,LayoutDepict
,Line
,MaterializedView
,Procedure
,Project
,PropertyAddOn
,PropertyAddOnFolder
,Rule
,Schema
,Script
,ScriptAddOn
,ScriptAddOnFolder
,Sequence
,Shape
,Sql
,Table
,Trigger
,UserDataType
,View
public interface Unit
-
Method Summary
Modifier and TypeMethodDescriptiongetCommentTag
(String key) getDisplayName
(Diagram diagram) getName()
is
(UnitProperty unitProperty) boolean
void
ref()
void
setComment
(String comment) void
setCommentTag
(String key, String value) void
setCommentTags
(Map<String, String> tags)
-
Method Details
-
getEntity
Entity getEntity() -
getParentEntity
Entity getParentEntity() -
getName
String getName() -
getDisplayName
-
getSymbolicName
String getSymbolicName() -
markForDeletion
void markForDeletion() -
isMarkedForDeletion
boolean isMarkedForDeletion() -
setComment
-
getComment
String getComment() -
getCommentTags
-
setCommentTags
-
setCommentTag
-
getCommentTag
-
is
-
ref
String ref()
-