public static interface FieldLocator.Resolution
| Modifier and Type | Interface and Description |
|---|---|
static class |
FieldLocator.Resolution.Illegal
An illegal resolution.
|
static class |
FieldLocator.Resolution.Simple
A simple implementation for a field resolution.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDescription |
getFieldDescription()
Returns the field description if a field was located.
|
boolean |
isResolved()
Returns
true if a field was located. |
boolean isResolved()
true if a field was located.true if a field was located.FieldDescription getFieldDescription()
Copyright © 2014–2016. All rights reserved.