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