public static enum RelTypeProtos.RelType extends Enum<RelTypeProtos.RelType> implements com.google.protobuf.ProtocolMessageEnum
eu.dnetlib.data.proto.RelType| Enum Constant and Description |
|---|
datasourceOrganization
datasourceOrganization = 1; |
organizationOrganization
organizationOrganization = 11; |
projectOrganization
projectOrganization = 4; |
resultOrganization
resultOrganization = 5; |
resultProject
resultProject = 6; |
resultResult
resultResult = 9; |
| Modifier and Type | Field and Description |
|---|---|
static int |
datasourceOrganization_VALUE
datasourceOrganization = 1; |
static int |
organizationOrganization_VALUE
organizationOrganization = 11; |
static int |
projectOrganization_VALUE
projectOrganization = 4; |
static int |
resultOrganization_VALUE
resultOrganization = 5; |
static int |
resultProject_VALUE
resultProject = 6; |
static int |
resultResult_VALUE
resultResult = 9; |
| 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.RelType> |
internalGetValueMap() |
static RelTypeProtos.RelType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RelTypeProtos.RelType |
valueOf(int value) |
static RelTypeProtos.RelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelTypeProtos.RelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelTypeProtos.RelType datasourceOrganization
datasourceOrganization = 1;
Datamodel rels
public static final RelTypeProtos.RelType projectOrganization
projectOrganization = 4;public static final RelTypeProtos.RelType resultOrganization
resultOrganization = 5;public static final RelTypeProtos.RelType resultProject
resultProject = 6;public static final RelTypeProtos.RelType resultResult
resultResult = 9;public static final RelTypeProtos.RelType organizationOrganization
organizationOrganization = 11;public static final int datasourceOrganization_VALUE
datasourceOrganization = 1;
Datamodel rels
public static final int projectOrganization_VALUE
projectOrganization = 4;public static final int resultOrganization_VALUE
resultOrganization = 5;public static final int resultProject_VALUE
resultProject = 6;public static final int resultResult_VALUE
resultResult = 9;public static final int organizationOrganization_VALUE
organizationOrganization = 11;public static RelTypeProtos.RelType[] values()
for (RelTypeProtos.RelType c : RelTypeProtos.RelType.values()) System.out.println(c);
public static RelTypeProtos.RelType 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.RelType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RelTypeProtos.RelType> 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.RelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.