public static enum Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved extends 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 |
---|---|
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(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(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 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 Object getArgument()
getArgument
in interface Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
Copyright © 2014–2024. All rights reserved.