public static enum CoverageProto.CoordTransform.Type extends java.lang.Enum<CoverageProto.CoordTransform.Type> implements com.google.protobuf.ProtocolMessageEnum
CoordTransform.Type| Modifier and Type | Field and Description |
|---|---|
static int |
HORIZ_VALUE
HORIZ = 0; |
static int |
VERT_VALUE
VERT = 1; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CoverageProto.CoordTransform.Type> |
internalGetValueMap() |
static CoverageProto.CoordTransform.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CoverageProto.CoordTransform.Type |
valueOf(int value) |
static CoverageProto.CoordTransform.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoverageProto.CoordTransform.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageProto.CoordTransform.Type HORIZ
HORIZ = 0;public static final CoverageProto.CoordTransform.Type VERT
VERT = 1;public static final int HORIZ_VALUE
HORIZ = 0;public static final int VERT_VALUE
VERT = 1;public static CoverageProto.CoordTransform.Type[] values()
for (CoverageProto.CoordTransform.Type c : CoverageProto.CoordTransform.Type.values()) System.out.println(c);
public static CoverageProto.CoordTransform.Type 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static CoverageProto.CoordTransform.Type valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CoverageProto.CoordTransform.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CoverageProto.CoordTransform.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)