Package ca.phon.session.impl
Class CommentImpl
java.lang.Object
ca.phon.session.impl.CommentImpl
- All Implemented Interfaces:
CommentSPI
Implemtation for comment elements.
-
Method Summary
-
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
-
getTag
Description copied from interface:CommentSPI
Get the tag.- Specified by:
getTag
in interfaceCommentSPI
- Returns:
- tag for the comment
-
setTag
Description copied from interface:CommentSPI
Set the tag (cannot benull
).- Specified by:
setTag
in interfaceCommentSPI
-