Package ca.phon.session
Class Comment
java.lang.Object
ca.phon.extensions.ExtendableObject
ca.phon.session.Comment
- All Implemented Interfaces:
IExtendable
Entity class for comments.
-
Method Summary
Methods inherited from class ca.phon.extensions.ExtendableObject
getExtension, getExtensions, putExtension, removeExtension
-
Method Details
-
getValue
Get the comment string.- Returns:
- String
-
setValue
Set the comment string.- Parameters:
comment
-
-
getTag
Get the tag for the comment.- Returns:
- CommentEnum
-
setTag
Set the tag for the comment, cannot benull
- Parameters:
type
-- Throws:
NullPointerException
- if tag isnull
-