public static enum DedupProtos.Dedup.RelName extends Enum<DedupProtos.Dedup.RelName> implements com.google.protobuf.ProtocolMessageEnum
eu.dnetlib.data.proto.Dedup.RelName| Enum Constant and Description |
|---|
isMergedIn
isMergedIn = 1; |
merges
merges = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
isMergedIn_VALUE
isMergedIn = 1; |
static int |
merges_VALUE
merges = 2; |
| 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<DedupProtos.Dedup.RelName> |
internalGetValueMap() |
static DedupProtos.Dedup.RelName |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DedupProtos.Dedup.RelName |
valueOf(int value) |
static DedupProtos.Dedup.RelName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DedupProtos.Dedup.RelName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DedupProtos.Dedup.RelName isMergedIn
isMergedIn = 1;public static final DedupProtos.Dedup.RelName merges
merges = 2;public static final int isMergedIn_VALUE
isMergedIn = 1;public static final int merges_VALUE
merges = 2;public static DedupProtos.Dedup.RelName[] values()
for (DedupProtos.Dedup.RelName c : DedupProtos.Dedup.RelName.values()) System.out.println(c);
public static DedupProtos.Dedup.RelName 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 DedupProtos.Dedup.RelName valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DedupProtos.Dedup.RelName> 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 DedupProtos.Dedup.RelName valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.