public static enum PRQAContext.ComparisonSettings extends Enum<PRQAContext.ComparisonSettings>
Enum Constant and Description |
---|
Improvement |
None |
Threshold |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PRQAContext.ComparisonSettings |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PRQAContext.ComparisonSettings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PRQAContext.ComparisonSettings None
public static final PRQAContext.ComparisonSettings Threshold
public static final PRQAContext.ComparisonSettings Improvement
public static PRQAContext.ComparisonSettings[] values()
for (PRQAContext.ComparisonSettings c : PRQAContext.ComparisonSettings.values()) System.out.println(c);
public static PRQAContext.ComparisonSettings 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<PRQAContext.ComparisonSettings>
Copyright © 2016–2022. All rights reserved.