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 |
getField()
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 getField()
Copyright © 2014–2024. All rights reserved.