public static class FieldLocator.Resolution.Simple extends Object implements FieldLocator.Resolution
FieldLocator.Resolution.Illegal, FieldLocator.Resolution.Simple| Modifier | Constructor and Description |
|---|---|
protected |
Simple(FieldDescription fieldDescription)
Creates a new simple resolution for a field.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
FieldDescription |
getField()
Returns the field description if a field was located.
|
int |
hashCode() |
boolean |
isResolved()
Returns
true if a field was located. |
String |
toString() |
protected Simple(FieldDescription fieldDescription)
fieldDescription - A description of the located field.public boolean isResolved()
FieldLocator.Resolutiontrue if a field was located.isResolved in interface FieldLocator.Resolutiontrue if a field was located.public FieldDescription getField()
FieldLocator.ResolutiongetField in interface FieldLocator.ResolutionCopyright © 2014–2016. All rights reserved.