public static enum RelTypeProtos.SubRelType extends Enum<RelTypeProtos.SubRelType> implements com.google.protobuf.ProtocolMessageEnum
eu.dnetlib.data.proto.SubRelType| Enum Constant and Description |
|---|
affiliation
affiliation = 12; |
dedup
dedup = 10; |
dedupSimilarity
dedupSimilarity = 11; |
outcome
outcome = 6; |
part
part = 15; |
participation
participation = 4; |
provision
provision = 1; |
publicationDataset
publicationDataset = 9; |
relationship
relationship = 17; |
similarity
similarity = 8; |
supplement
supplement = 13; |
version
version = 16; |
| Modifier and Type | Field and Description |
|---|---|
static int |
affiliation_VALUE
affiliation = 12; |
static int |
dedup_VALUE
dedup = 10; |
static int |
dedupSimilarity_VALUE
dedupSimilarity = 11; |
static int |
outcome_VALUE
outcome = 6; |
static int |
part_VALUE
part = 15; |
static int |
participation_VALUE
participation = 4; |
static int |
provision_VALUE
provision = 1; |
static int |
publicationDataset_VALUE
publicationDataset = 9; |
static int |
relationship_VALUE
relationship = 17; |
static int |
similarity_VALUE
similarity = 8; |
static int |
supplement_VALUE
supplement = 13; |
static int |
version_VALUE
version = 16; |
| 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<RelTypeProtos.SubRelType> |
internalGetValueMap() |
static RelTypeProtos.SubRelType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RelTypeProtos.SubRelType |
valueOf(int value) |
static RelTypeProtos.SubRelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelTypeProtos.SubRelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelTypeProtos.SubRelType provision
provision = 1;
datasourceOrganization
public static final RelTypeProtos.SubRelType participation
participation = 4;
projectOrganization
public static final RelTypeProtos.SubRelType outcome
outcome = 6;
resultProject
public static final RelTypeProtos.SubRelType similarity
similarity = 8;
resultResult
public static final RelTypeProtos.SubRelType publicationDataset
publicationDataset = 9;
resultResult
public static final RelTypeProtos.SubRelType affiliation
affiliation = 12;
resultOrganizaiton
public static final RelTypeProtos.SubRelType dedup
dedup = 10;
resultResult | organizationOrganization
public static final RelTypeProtos.SubRelType dedupSimilarity
dedupSimilarity = 11;
resultResult | organizationOrganization
public static final RelTypeProtos.SubRelType supplement
supplement = 13;
resultResult
public static final RelTypeProtos.SubRelType part
part = 15;
resultResult
public static final RelTypeProtos.SubRelType version
version = 16;
resultResult
public static final RelTypeProtos.SubRelType relationship
relationship = 17;
catch all
public static final int provision_VALUE
provision = 1;
datasourceOrganization
public static final int participation_VALUE
participation = 4;
projectOrganization
public static final int outcome_VALUE
outcome = 6;
resultProject
public static final int similarity_VALUE
similarity = 8;
resultResult
public static final int publicationDataset_VALUE
publicationDataset = 9;
resultResult
public static final int affiliation_VALUE
affiliation = 12;
resultOrganizaiton
public static final int dedup_VALUE
dedup = 10;
resultResult | organizationOrganization
public static final int dedupSimilarity_VALUE
dedupSimilarity = 11;
resultResult | organizationOrganization
public static final int supplement_VALUE
supplement = 13;
resultResult
public static final int part_VALUE
part = 15;
resultResult
public static final int version_VALUE
version = 16;
resultResult
public static final int relationship_VALUE
relationship = 17;
catch all
public static RelTypeProtos.SubRelType[] values()
for (RelTypeProtos.SubRelType c : RelTypeProtos.SubRelType.values()) System.out.println(c);
public static RelTypeProtos.SubRelType 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 RelTypeProtos.SubRelType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RelTypeProtos.SubRelType> 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 RelTypeProtos.SubRelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.