public enum View extends Enum<View> implements com.google.protobuf.ProtocolMessageEnum
Column identifier used for the values in the row.Protobuf enum
google.area120.tables.v1alpha1.View| Enum Constant and Description |
|---|
COLUMN_ID_VIEW
Uses internally generated column id to identify values.
|
UNRECOGNIZED |
VIEW_UNSPECIFIED
Defaults to user entered text.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_ID_VIEW_VALUE
Uses internally generated column id to identify values.
|
static int |
VIEW_UNSPECIFIED_VALUE
Defaults to user entered text.
|
| Modifier and Type | Method and Description |
|---|---|
static View |
forNumber(int value) |
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<View> |
internalGetValueMap() |
static View |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static View |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final View VIEW_UNSPECIFIED
Defaults to user entered text.
VIEW_UNSPECIFIED = 0;public static final View COLUMN_ID_VIEW
Uses internally generated column id to identify values.
COLUMN_ID_VIEW = 1;public static final View UNRECOGNIZED
public static final int VIEW_UNSPECIFIED_VALUE
Defaults to user entered text.
VIEW_UNSPECIFIED = 0;public static final int COLUMN_ID_VIEW_VALUE
Uses internally generated column id to identify values.
COLUMN_ID_VIEW = 1;public static View[] values()
for (View c : View.values()) System.out.println(c);
public static View 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static View valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static View forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<View> 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 View valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.