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