public enum RuleExemption extends Enum<RuleExemption>
| Enum Constant and Description |
|---|
INVISIBLE_CONSTRUCTOR_SKIPPED |
INVISIBLE_FIELD_SKIPPED |
INVISIBLE_MEMBER_CLASS_SKIPPED |
INVISIBLE_METHOD_SKIPPED |
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
buildArguments(AnnotatedElement source,
AnnotatedElement target) |
static RuleExemption |
getByReasonCode(int reasonCode) |
String |
getMessage(AnnotatedElement source,
AnnotatedElement target) |
int |
getReasonCode() |
String |
toString() |
static RuleExemption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleExemption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleExemption INVISIBLE_MEMBER_CLASS_SKIPPED
public static final RuleExemption INVISIBLE_FIELD_SKIPPED
public static final RuleExemption INVISIBLE_CONSTRUCTOR_SKIPPED
public static final RuleExemption INVISIBLE_METHOD_SKIPPED
public static RuleExemption[] values()
for (RuleExemption c : RuleExemption.values()) System.out.println(c);
public static RuleExemption 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 static RuleExemption getByReasonCode(int reasonCode)
protected Object[] buildArguments(AnnotatedElement source, AnnotatedElement target)
public String getMessage(AnnotatedElement source, AnnotatedElement target)
public int getReasonCode()
public String toString()
toString in class Enum<RuleExemption>Copyright © 2022 Unidal Organization. All rights reserved.