public static enum RealMethod.IsIllegal extends java.lang.Enum<RealMethod.IsIllegal> implements RealMethod
RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke() |
boolean |
isInvokable() |
static RealMethod.IsIllegal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RealMethod.IsIllegal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealMethod.IsIllegal INSTANCE
public static RealMethod.IsIllegal[] values()
for (RealMethod.IsIllegal c : RealMethod.IsIllegal.values()) System.out.println(c);
public static RealMethod.IsIllegal 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 isInvokable()
isInvokable
in interface RealMethod
public java.lang.Object invoke()
invoke
in interface RealMethod