Class CommentImpl
java.lang.Object
ca.phon.session.impl.CommentImpl
- All Implemented Interfaces:
CommentSPI
Default implementation for comment elements.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()getValue()Get the comment string.voidsetType(CommentType type) voidSet the comment string.
-
Method Details
-
getValue
Description copied from interface:CommentSPIGet the comment string.- Specified by:
getValuein interfaceCommentSPI- Returns:
- String
-
setValue
Description copied from interface:CommentSPISet the comment string.- Specified by:
setValuein interfaceCommentSPI- Parameters:
comment-
-
getType
- Specified by:
getTypein interfaceCommentSPI
-
setType
- Specified by:
setTypein interfaceCommentSPI
-