public static enum Messages.ProblemRule extends Enum<Messages.ProblemRule>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.ProblemRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.ProblemRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.ProblemRule Rule_Not_Found_Rule_Id
public static final Messages.ProblemRule Rule_Not_Found_Rule_Description
public static final Messages.ProblemRule Rule_Not_Found_Rule_Result_Message
public static final Messages.ProblemRule Rule_Not_Enabled_Rule_Id
public static final Messages.ProblemRule Rule_Not_Enabled_Rule_Description
public static final Messages.ProblemRule Rule_Not_Enabled_Rule_Result_Message
public static final Messages.ProblemRule Rule_Not_Applicable_Rule_Id
public static final Messages.ProblemRule Rule_Not_Applicable_Rule_Description
public static final Messages.ProblemRule Rule_Not_Applicable_Rule_Result_Message
public static Messages.ProblemRule[] values()
for (Messages.ProblemRule c : Messages.ProblemRule.values()) System.out.println(c);
public static Messages.ProblemRule 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 String toString()
toString
in class Enum<Messages.ProblemRule>
Copyright © 2013–2019. All rights reserved.