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