public enum MethodRule extends Enum<MethodRule> implements IRule<Method>
| Enum Constant and Description |
|---|
INVISIBLE_MEMBER_METHOD_SKIPPED |
METHOD_MEMBERSHIP_CHANGED |
METHOD_REMOVED |
METHOD_VISIBILITY_DEGRADED |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
RuleType |
getType() |
static MethodRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final MethodRule METHOD_REMOVED
public static final MethodRule INVISIBLE_MEMBER_METHOD_SKIPPED
public static final MethodRule METHOD_MEMBERSHIP_CHANGED
public static final MethodRule METHOD_VISIBILITY_DEGRADED
public static MethodRule[] values()
for (MethodRule c : MethodRule.values()) System.out.println(c);
public static MethodRule 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 nullCopyright © 2022 Unidal Organization. All rights reserved.