public class Fragment extends Object
| Constructor and Description |
|---|
Fragment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Returns the file name.
|
Range |
getLineRange()
Returns the line range.
|
Range |
getOffsetRange()
Returns the offset range.
|
String |
getText()
Returns the text.
|
void |
setFileName(String fileName)
Sets the file name to the specified value.
|
void |
setLineRange(Range lineRange)
Sets the line range to the specified value.
|
void |
setOffsetRange(Range offsetRange)
Sets the offset range to the specified value.
|
void |
setText(String text)
Sets the text to the specified value.
|
public String getFileName()
public void setFileName(String fileName)
fileName - the value to setpublic String getText()
public void setText(String text)
text - the value to setpublic Range getLineRange()
public void setLineRange(Range lineRange)
lineRange - the value to setpublic Range getOffsetRange()
public void setOffsetRange(Range offsetRange)
offsetRange - the value to setCopyright © 2018. All rights reserved.