|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyCommentInterface
This interface is used to add and retrieve comments from an object result of parsing. Comments may be added before or after the tag corresponding to the object.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
java.lang.String |
getCommentsEnd()
Gets stored comments after the tag (comments at END). |
java.lang.String |
getCommentsStart()
Gets stored comments before the tag (comments at Start). |
void |
setCommentsEnd(java.lang.String comments)
Stores comments after the tag (comments at END). |
void |
setCommentsStart(java.lang.String comments)
Stores comments before the tag (comments at Start). |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setCommentsStart(java.lang.String comments)
comments
- comments to storevoid setCommentsEnd(java.lang.String comments)
comments
- comments to storejava.lang.String getCommentsStart()
java.lang.String getCommentsEnd()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |