public enum EnumSegmentedkSpaceTraversal extends java.lang.Enum<EnumSegmentedkSpaceTraversal>
| Enum Constant and Description |
|---|
SEGMENTED_COVERAGE
The SEGMENTE d_ coverage.
|
SINGLE_SHOT_FULL_COVERAGE
The SINGL e_ sho t_ ful l_ coverage.
|
SUCCESSIVE_SINGLE_ECHO_COVERAGE
The SUCCESSIV e_ singl e_ ech o_ coverage.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumSegmentedkSpaceTraversal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSegmentedkSpaceTraversal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumSegmentedkSpaceTraversal SUCCESSIVE_SINGLE_ECHO_COVERAGE
public static final EnumSegmentedkSpaceTraversal SEGMENTED_COVERAGE
public static final EnumSegmentedkSpaceTraversal SINGLE_SHOT_FULL_COVERAGE
public static EnumSegmentedkSpaceTraversal[] values()
for (EnumSegmentedkSpaceTraversal c : EnumSegmentedkSpaceTraversal.values()) System.out.println(c);
public static EnumSegmentedkSpaceTraversal 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()