org.aludratest.hpalm.entity
Enum RunStepStatus
java.lang.Object
java.lang.Enum<RunStepStatus>
org.aludratest.hpalm.entity.RunStepStatus
- All Implemented Interfaces:
- Serializable, Comparable<RunStepStatus>
public enum RunStepStatus
- extends Enum<RunStepStatus>
BLOCKED
public static final RunStepStatus BLOCKED
FAILED
public static final RunStepStatus FAILED
N_A
public static final RunStepStatus N_A
NO_RUN
public static final RunStepStatus NO_RUN
NOT_COMPLETED
public static final RunStepStatus NOT_COMPLETED
PASSED
public static final RunStepStatus PASSED
values
public static RunStepStatus[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RunStepStatus c : RunStepStatus.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RunStepStatus valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
displayName
public String displayName()
logicalName
public String logicalName()
Copyright © 2015 aludratest.org. All rights reserved.