public enum ResultLabelTypeEnum extends Enum<ResultLabelTypeEnum>
Java class for ResultLabelTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ResultLabelTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="IgnorePath"/>
<enumeration value="Remark"/>
<enumeration value="Severity"/>
<enumeration value="State"/>
<enumeration value="Assign"/>
<enumeration value="IssueTracking"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ASSIGN |
IGNORE_PATH |
ISSUE_TRACKING |
REMARK |
SEVERITY |
STATE |
| Modifier and Type | Method and Description |
|---|---|
static ResultLabelTypeEnum |
fromValue(String v) |
String |
value() |
static ResultLabelTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultLabelTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultLabelTypeEnum IGNORE_PATH
public static final ResultLabelTypeEnum REMARK
public static final ResultLabelTypeEnum SEVERITY
public static final ResultLabelTypeEnum STATE
public static final ResultLabelTypeEnum ASSIGN
public static final ResultLabelTypeEnum ISSUE_TRACKING
public static ResultLabelTypeEnum[] values()
for (ResultLabelTypeEnum c : ResultLabelTypeEnum.values()) System.out.println(c);
public static ResultLabelTypeEnum 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 value()
public static ResultLabelTypeEnum fromValue(String v)
Copyright © 2020. All rights reserved.