Class CommentImpl
java.lang.Object
ca.phon.session.impl.CommentImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
getValue()
Get the comment string.void
setType
(CommentType type) void
Set the comment string.
-
Method Details
-
getValue
Description copied from interface:CommentSPI
Get the comment string.- Specified by:
getValue
in interfaceCommentSPI
- Returns:
- String
-
setValue
Description copied from interface:CommentSPI
Set the comment string.- Specified by:
setValue
in interfaceCommentSPI
- Parameters:
comment
-
-
getType
- Specified by:
getType
in interfaceCommentSPI
-
setType
- Specified by:
setType
in interfaceCommentSPI
-