Package de.fabmax.webidl.parser
Class CppEnumComment
-
- All Implemented Interfaces:
-
de.fabmax.webidl.parser.CommentElement
public final class CppEnumComment implements CommentElement
-
-
Constructor Summary
Constructors Constructor Description CppEnumComment(String valueName, String value, String comment)
-
Method Summary
Modifier and Type Method Description final StringgetValueName()final StringgetValue()StringgetComment()UnitsetComment(String comment)-
-
Method Detail
-
getValueName
final String getValueName()
-
getComment
String getComment()
-
setComment
Unit setComment(String comment)
-
-
-
-