LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.parser
Interface LyCommentInterface

All Known Implementing Classes:
LyAction, LyArrayFieldInfo, LyChartInfo, LyChoiceFieldInfo, LyChoiceOption, LyChoiceOptionGroup, LyClassInfo, LyCompoundAction, LyControl, LyDateFieldInfo, LyFieldGroup, LyFieldInfo, LyFieldTab, LyFileFieldInfo, LyFileLocation, LyFilter, LyFilterCriterion, LyFilterExpression, LyFilterRelation, LyGenLocation, LyInclude, LyInfo, LyInfoCharType, LyInfoLabel, LyJoinFilter, LyLdapLocation, LyLocation, LyNotifier, LyNumberFieldInfo, LyObjectInfo, LyPath, LyPreference, LyProject, LyRegExp, LyRelationFieldInfo, LyRoute, LyRule, LySort, LySortCriterion, LySqlLocation, LyStep, LySticker, LyStructFieldInfo, LyTabAction, LyTextFieldInfo, LyTreemapConfiguration, LyUnit, LyUnits

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

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

setCommentsStart

void setCommentsStart(java.lang.String comments)
Stores comments before the tag (comments at Start).

Parameters:
comments - comments to store

setCommentsEnd

void setCommentsEnd(java.lang.String comments)
Stores comments after the tag (comments at END).

Parameters:
comments - comments to store

getCommentsStart

java.lang.String getCommentsStart()
Gets stored comments before the tag (comments at Start).

Returns:
starts comments on tag

getCommentsEnd

java.lang.String getCommentsEnd()
Gets stored comments after the tag (comments at END).

Returns:
comments comments to store

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com