Package org.sonar.api.server.rule
Enum RulesDefinition.OwaspMobileTop10
- java.lang.Object
-
- java.lang.Enum<RulesDefinition.OwaspMobileTop10>
-
- org.sonar.api.server.rule.RulesDefinition.OwaspMobileTop10
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<RulesDefinition.OwaspMobileTop10>
- Enclosing interface:
- RulesDefinition
public static enum RulesDefinition.OwaspMobileTop10 extends java.lang.Enum<RulesDefinition.OwaspMobileTop10>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RulesDefinition.OwaspMobileTop10
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RulesDefinition.OwaspMobileTop10[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
M1
public static final RulesDefinition.OwaspMobileTop10 M1
-
M2
public static final RulesDefinition.OwaspMobileTop10 M2
-
M3
public static final RulesDefinition.OwaspMobileTop10 M3
-
M4
public static final RulesDefinition.OwaspMobileTop10 M4
-
M5
public static final RulesDefinition.OwaspMobileTop10 M5
-
M6
public static final RulesDefinition.OwaspMobileTop10 M6
-
M7
public static final RulesDefinition.OwaspMobileTop10 M7
-
M8
public static final RulesDefinition.OwaspMobileTop10 M8
-
M9
public static final RulesDefinition.OwaspMobileTop10 M9
-
M10
public static final RulesDefinition.OwaspMobileTop10 M10
-
-
Method Detail
-
values
public static RulesDefinition.OwaspMobileTop10[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RulesDefinition.OwaspMobileTop10 c : RulesDefinition.OwaspMobileTop10.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RulesDefinition.OwaspMobileTop10 valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-