public class InlineValueVariableLookup
extends java.lang.Object
If only a range is specified, the variable name will be extracted from the underlying document.
An optional variable name can be used to override the extracted name.
Since 3.17.0
| Constructor and Description |
|---|
InlineValueVariableLookup() |
InlineValueVariableLookup(Range range,
boolean caseSensitiveLookup) |
InlineValueVariableLookup(Range range,
boolean caseSensitiveLookup,
java.lang.String variableName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Range |
getRange()
The document range for which the inline value applies.
|
java.lang.String |
getVariableName()
If specified the name of the variable to look up.
|
int |
hashCode() |
boolean |
isCaseSensitiveLookup()
How to perform the lookup.
|
void |
setCaseSensitiveLookup(boolean caseSensitiveLookup)
How to perform the lookup.
|
void |
setRange(Range range)
The document range for which the inline value applies.
|
void |
setVariableName(java.lang.String variableName)
If specified the name of the variable to look up.
|
java.lang.String |
toString() |
public InlineValueVariableLookup()
public InlineValueVariableLookup(Range range, boolean caseSensitiveLookup)
public InlineValueVariableLookup(Range range, boolean caseSensitiveLookup, java.lang.String variableName)
@Pure public Range getRange()
public void setRange(Range range)
@Pure public java.lang.String getVariableName()
public void setVariableName(java.lang.String variableName)
@Pure public boolean isCaseSensitiveLookup()
public void setCaseSensitiveLookup(boolean caseSensitiveLookup)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object