public class SearchFindElementReferencesRequest
extends java.lang.Object
| Constructor and Description |
|---|
SearchFindElementReferencesRequest() |
SearchFindElementReferencesRequest(java.lang.String file,
int offset,
boolean includePotential) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFile() |
boolean |
getIncludePotential() |
int |
getOffset() |
void |
setFile(java.lang.String file) |
void |
setIncludePotential(boolean includePotential) |
void |
setOffset(int offset) |
public SearchFindElementReferencesRequest()
public SearchFindElementReferencesRequest(java.lang.String file,
int offset,
boolean includePotential)
public java.lang.String getFile()
public void setFile(java.lang.String file)
public int getOffset()
public void setOffset(int offset)
public boolean getIncludePotential()
public void setIncludePotential(boolean includePotential)