public class SearchResult
extends java.lang.Object
| Constructor and Description |
|---|
SearchResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsPotential() |
SearchResultKind |
getKind() |
Location |
getLocation() |
Element[] |
getPath() |
void |
setIsPotential(boolean isPotential) |
void |
setKind(SearchResultKind kind) |
void |
setLocation(Location location) |
void |
setPath(Element[] path) |
java.lang.String |
toString() |
public Location getLocation()
public void setLocation(Location location)
public SearchResultKind getKind()
public void setKind(SearchResultKind kind)
public boolean getIsPotential()
public void setIsPotential(boolean isPotential)
public Element[] getPath()
public void setPath(Element[] path)
public java.lang.String toString()
toString in class java.lang.Object