public enum ReviewProp extends Enum<ReviewProp>
Enum Constant and Description |
---|
CHANGE |
FAIL |
LABEL |
PASS |
REVIEW |
STATUS |
Modifier and Type | Method and Description |
---|---|
String |
getProp() |
boolean |
isLoad() |
static boolean |
isProp(String prop) |
String |
toString() |
static ReviewProp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReviewProp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReviewProp STATUS
public static final ReviewProp CHANGE
public static final ReviewProp LABEL
public static final ReviewProp REVIEW
public static final ReviewProp PASS
public static final ReviewProp FAIL
public static final String NAMESPACE
public static ReviewProp[] values()
for (ReviewProp c : ReviewProp.values()) System.out.println(c);
public static ReviewProp 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<ReviewProp>
public String getProp()
public boolean isLoad()
public static boolean isProp(String prop)
Copyright © 2016–2017. All rights reserved.