ITextToReplace
public interface ITextToReplace
Defines annotation text for replace
Methods
Method | Description |
---|---|
getTextToReplace() | Gets or sets annotation text for replace |
setTextToReplace(String value) | Gets or sets annotation text for replace |
getTextToReplace()
public abstract String getTextToReplace()
Gets or sets annotation text for replace
Returns: java.lang.String -
setTextToReplace(String value)
public abstract void setTextToReplace(String value)
Gets or sets annotation text for replace
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |