public static enum Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved extends java.lang.Enum<Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved> implements Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Resolved, Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getArgument()
Returns the resolved argument if the resolution was successful.
|
boolean |
isResolved()
Returns
true if the represented argument is resolved successfully. |
static Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved INSTANCE
public static Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved[] values()
for (Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved c : Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved.values()) System.out.println(c);
public static Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isResolved()
true
if the represented argument is resolved successfully.isResolved
in interface Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
true
if the represented argument is resolved successfully.public java.lang.Object getArgument()
getArgument
in interface Plugin.Factory.UsingReflection.ArgumentResolver.Resolution