public static enum FieldValue.Binder.FieldLocator.Resolution.Unresolved extends Enum<FieldValue.Binder.FieldLocator.Resolution.Unresolved> implements FieldValue.Binder.FieldLocator.Resolution
FieldValue.Binder.FieldLocator.Resolution.Resolved, FieldValue.Binder.FieldLocator.Resolution.Unresolved
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
FieldDescription |
getFieldDescription()
Returns the located field description if available or throws an exception if this method is called for an
unresolved resolution.
|
boolean |
isResolved()
Returns
true if a field was successfully located. |
String |
toString() |
static FieldValue.Binder.FieldLocator.Resolution.Unresolved |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValue.Binder.FieldLocator.Resolution.Unresolved[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldValue.Binder.FieldLocator.Resolution.Unresolved INSTANCE
public static FieldValue.Binder.FieldLocator.Resolution.Unresolved[] values()
for (FieldValue.Binder.FieldLocator.Resolution.Unresolved c : FieldValue.Binder.FieldLocator.Resolution.Unresolved.values()) System.out.println(c);
public static FieldValue.Binder.FieldLocator.Resolution.Unresolved valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic FieldDescription getFieldDescription()
FieldValue.Binder.FieldLocator.Resolution
getFieldDescription
in interface FieldValue.Binder.FieldLocator.Resolution
public boolean isResolved()
FieldValue.Binder.FieldLocator.Resolution
true
if a field was successfully located.isResolved
in interface FieldValue.Binder.FieldLocator.Resolution
true
if a field was successfully located.public String toString()
toString
in class Enum<FieldValue.Binder.FieldLocator.Resolution.Unresolved>
Copyright © 2014–2015. All rights reserved.