public static enum CalculateCoverageResponse.CoverageTypeCase extends Enum<CalculateCoverageResponse.CoverageTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
COVERAGETYPE_NOT_SET |
INTENT_COVERAGE |
ROUTE_GROUP_COVERAGE |
TRANSITION_COVERAGE |
| Modifier and Type | Method and Description |
|---|---|
static CalculateCoverageResponse.CoverageTypeCase |
forNumber(int value) |
int |
getNumber() |
static CalculateCoverageResponse.CoverageTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CalculateCoverageResponse.CoverageTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalculateCoverageResponse.CoverageTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalculateCoverageResponse.CoverageTypeCase INTENT_COVERAGE
public static final CalculateCoverageResponse.CoverageTypeCase TRANSITION_COVERAGE
public static final CalculateCoverageResponse.CoverageTypeCase ROUTE_GROUP_COVERAGE
public static final CalculateCoverageResponse.CoverageTypeCase COVERAGETYPE_NOT_SET
public static CalculateCoverageResponse.CoverageTypeCase[] values()
for (CalculateCoverageResponse.CoverageTypeCase c : CalculateCoverageResponse.CoverageTypeCase.values()) System.out.println(c);
public static CalculateCoverageResponse.CoverageTypeCase 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 null@Deprecated public static CalculateCoverageResponse.CoverageTypeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static CalculateCoverageResponse.CoverageTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.