public class Value extends Object
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
SourceRange |
getRange()
Value range in the underlying resource (if available).
|
String |
getText()
Value text.
|
void |
setRange(SourceRange range)
Value range in the underlying resource (if available).
|
void |
setText(String text)
Value text.
|
public String getText()
public void setText(String text)
public SourceRange getRange()
public void setRange(SourceRange range)
Copyright © 2020. All rights reserved.