public static enum TypeProtos.Type extends Enum<TypeProtos.Type> implements com.google.protobuf.ProtocolMessageEnum
eu.dnetlib.data.proto.Type
entity tags are used as rowkey prefixes on hbase
| Enum Constant and Description |
|---|
datasource
datasource = 10; |
organization
organization = 20; |
project
project = 40; |
result
result = 50; |
| Modifier and Type | Field and Description |
|---|---|
static int |
datasource_VALUE
datasource = 10; |
static int |
organization_VALUE
organization = 20; |
static int |
project_VALUE
project = 40; |
static int |
result_VALUE
result = 50; |
| 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<TypeProtos.Type> |
internalGetValueMap() |
static TypeProtos.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TypeProtos.Type |
valueOf(int value) |
static TypeProtos.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeProtos.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeProtos.Type datasource
datasource = 10;public static final TypeProtos.Type organization
organization = 20;public static final TypeProtos.Type project
project = 40;public static final TypeProtos.Type result
result = 50;public static final int datasource_VALUE
datasource = 10;public static final int organization_VALUE
organization = 20;public static final int project_VALUE
project = 40;public static final int result_VALUE
result = 50;public static TypeProtos.Type[] values()
for (TypeProtos.Type c : TypeProtos.Type.values()) System.out.println(c);
public static TypeProtos.Type 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 TypeProtos.Type valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<TypeProtos.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 TypeProtos.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.