public enum ClassRule extends Enum<ClassRule> implements IRule<Class<?>>
| Enum Constant and Description |
|---|
CLASS_EXTENSIBILITY_DEGRADED |
CLASS_REMOVED |
CLASS_TYPE_CHANGED |
CLASS_VISIBILITY_DEGRADED |
INVISIBLE_MEMBER_CLASS_SKIPPED |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
RuleType |
getType() |
static ClassRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassRule[] |
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 ClassRule CLASS_REMOVED
public static final ClassRule INVISIBLE_MEMBER_CLASS_SKIPPED
public static final ClassRule CLASS_VISIBILITY_DEGRADED
public static final ClassRule CLASS_EXTENSIBILITY_DEGRADED
public static final ClassRule CLASS_TYPE_CHANGED
public static ClassRule[] values()
for (ClassRule c : ClassRule.values()) System.out.println(c);
public static ClassRule 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.