public static class FieldValue.Binder.FieldLocator.Resolution.Resolved extends Object implements FieldValue.Binder.FieldLocator.Resolution
FieldValue.Binder.FieldLocator.Resolution.Resolved, FieldValue.Binder.FieldLocator.Resolution.Unresolved| Constructor and Description |
|---|
Resolved(FieldDescription fieldDescription)
Creates a successful field resolution.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
FieldDescription |
getFieldDescription()
Returns the located field description if available or throws an exception if this method is called for an
unresolved resolution.
|
int |
hashCode() |
boolean |
isResolved()
Returns
true if a field was successfully located. |
String |
toString() |
public Resolved(FieldDescription fieldDescription)
fieldDescription - The resolved field.public FieldDescription getFieldDescription()
FieldValue.Binder.FieldLocator.ResolutiongetFieldDescription in interface FieldValue.Binder.FieldLocator.Resolutionpublic boolean isResolved()
FieldValue.Binder.FieldLocator.Resolutiontrue if a field was successfully located.isResolved in interface FieldValue.Binder.FieldLocator.Resolutiontrue if a field was successfully located.Copyright © 2014–2015. All rights reserved.