public static enum ReviewStatus.ReviewerType extends Enum<ReviewStatus.ReviewerType>
| Enum Constant and Description |
|---|
MANAGING |
SCIENTIFIC |
SUBSTITUTE |
| Modifier and Type | Method and Description |
|---|---|
static ReviewStatus.ReviewerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReviewStatus.ReviewerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReviewStatus.ReviewerType SCIENTIFIC
public static final ReviewStatus.ReviewerType SUBSTITUTE
public static final ReviewStatus.ReviewerType MANAGING
public static ReviewStatus.ReviewerType[] values()
for (ReviewStatus.ReviewerType c : ReviewStatus.ReviewerType.values()) System.out.println(c);
public static ReviewStatus.ReviewerType 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 nullCopyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.