public static enum RealMethod.IsIllegal extends Enum<RealMethod.IsIllegal> implements RealMethod
RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke() |
boolean |
isInvokable() |
static RealMethod.IsIllegal |
valueOf(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(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 isInvokable()
isInvokable in interface RealMethodpublic Object invoke()
invoke in interface RealMethodCopyright © 2024. All rights reserved.