| Enum Constant and Description |
|---|
BLOCKED_BY |
DEFECT |
ISSUE |
RELATED |
REPOSITORY |
REQUIREMENT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static LinkType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkType RELATED
public static final LinkType BLOCKED_BY
public static final LinkType DEFECT
public static final LinkType ISSUE
public static final LinkType REQUIREMENT
public static final LinkType REPOSITORY
public static LinkType[] values()
for (LinkType c : LinkType.values()) System.out.println(c);
public static LinkType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()