public enum FieldRule extends Enum<FieldRule> implements IRule<Field>
| Enum Constant and Description |
|---|
FIELD_MEMBERSHIP_CHANGED |
FIELD_REMOVED |
FIELD_VISIBILITY_DEGRADED |
INVISIBLE_MEMBER_FIELD_SKIPPED |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
RuleType |
getType() |
static FieldRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldRule[] |
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 FieldRule FIELD_REMOVED
public static final FieldRule INVISIBLE_MEMBER_FIELD_SKIPPED
public static final FieldRule FIELD_MEMBERSHIP_CHANGED
public static final FieldRule FIELD_VISIBILITY_DEGRADED
public static FieldRule[] values()
for (FieldRule c : FieldRule.values()) System.out.println(c);
public static FieldRule 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.