Class Comment
java.lang.Object
ca.phon.extensions.ExtendableObject
ca.phon.session.Comment
- All Implemented Interfaces:
IExtendable
Entity class for comments. See
CommentType
for more information
on types of comments specified by the CHAT transcription format.-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Get comment typegetValue()
Get the comment data.void
setType
(CommentType type) Set comment typevoid
Set the comment value.Methods inherited from class ca.phon.extensions.ExtendableObject
getExtension, getExtensions, putExtension, removeExtension
-
Method Details
-
getValue
-
setValue
-
getType
-
setType
-