Interface FunctionTag
- All Superinterfaces:
Comparable<FunctionTag>
- All Known Implementing Classes:
FunctionTagDB
Represents a function tag object that can be associated with
functions. This maps to the
FunctionTagAdapter table.-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes this tag from the programReturns the tag commentlonggetId()Returns the id of the itemgetName()Returns the tag namevoidsetComment(String comment) Sets the comment for this tagvoidSets the name of the tagMethods inherited from interface Comparable
compareTo
-
Method Details
-
getId
long getId()Returns the id of the item- Returns:
- the id of the item
-
getName
-
getComment
-
setName
-
setComment
-
delete
void delete()Deletes this tag from the program
-