public static enum Common.CursorFactory.Style extends Enum<Common.CursorFactory.Style> implements com.google.protobuf.ProtocolMessageEnum
CursorFactory.Style| Enum Constant and Description |
|---|
ARRAY
ARRAY = 3; |
LIST
LIST = 4; |
MAP
MAP = 5; |
OBJECT
OBJECT = 0; |
RECORD
RECORD = 1; |
RECORD_PROJECTION
RECORD_PROJECTION = 2; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARRAY_VALUE
ARRAY = 3; |
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<Common.CursorFactory.Style> |
internalValueMap |
static int |
LIST_VALUE
LIST = 4; |
static int |
MAP_VALUE
MAP = 5; |
static int |
OBJECT_VALUE
OBJECT = 0; |
static int |
RECORD_PROJECTION_VALUE
RECORD_PROJECTION = 2; |
static int |
RECORD_VALUE
RECORD = 1; |
private int |
value |
private static Common.CursorFactory.Style[] |
VALUES |
| 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<Common.CursorFactory.Style> |
internalGetValueMap() |
static Common.CursorFactory.Style |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Common.CursorFactory.Style |
valueOf(int value) |
static Common.CursorFactory.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Common.CursorFactory.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Common.CursorFactory.Style OBJECT
OBJECT = 0;public static final Common.CursorFactory.Style RECORD
RECORD = 1;public static final Common.CursorFactory.Style RECORD_PROJECTION
RECORD_PROJECTION = 2;public static final Common.CursorFactory.Style ARRAY
ARRAY = 3;public static final Common.CursorFactory.Style LIST
LIST = 4;public static final Common.CursorFactory.Style MAP
MAP = 5;public static final Common.CursorFactory.Style UNRECOGNIZED
public static final int OBJECT_VALUE
OBJECT = 0;public static final int RECORD_VALUE
RECORD = 1;public static final int RECORD_PROJECTION_VALUE
RECORD_PROJECTION = 2;public static final int ARRAY_VALUE
ARRAY = 3;public static final int LIST_VALUE
LIST = 4;public static final int MAP_VALUE
MAP = 5;private static final com.google.protobuf.Internal.EnumLiteMap<Common.CursorFactory.Style> internalValueMap
private static final Common.CursorFactory.Style[] VALUES
private final int index
private final int value
public static Common.CursorFactory.Style[] values()
for (Common.CursorFactory.Style c : Common.CursorFactory.Style.values()) System.out.println(c);
public static Common.CursorFactory.Style 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.ProtocolMessageEnumpublic static Common.CursorFactory.Style valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Common.CursorFactory.Style> 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 Common.CursorFactory.Style valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.