eu.dnetlib.data.proto
Enum RelTypeProtos.RelType
java.lang.Object
java.lang.Enum<RelTypeProtos.RelType>
eu.dnetlib.data.proto.RelTypeProtos.RelType
- All Implemented Interfaces:
- com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<RelTypeProtos.RelType>
- Enclosing class:
- RelTypeProtos
public static enum RelTypeProtos.RelType
- extends Enum<RelTypeProtos.RelType>
- implements com.google.protobuf.ProtocolMessageEnum
datasourceOrganization
public static final RelTypeProtos.RelType datasourceOrganization
personResult
public static final RelTypeProtos.RelType personResult
projectOrganization
public static final RelTypeProtos.RelType projectOrganization
resultOrganization
public static final RelTypeProtos.RelType resultOrganization
resultProject
public static final RelTypeProtos.RelType resultProject
instance
public static final RelTypeProtos.RelType instance
resultResult
public static final RelTypeProtos.RelType resultResult
personPerson
public static final RelTypeProtos.RelType personPerson
dedupRel
public static final RelTypeProtos.RelType dedupRel
similarRel
public static final RelTypeProtos.RelType similarRel
similarityRel
public static final RelTypeProtos.RelType similarityRel
datasourceOrganization_VALUE
public static final int datasourceOrganization_VALUE
- See Also:
- Constant Field Values
personResult_VALUE
public static final int personResult_VALUE
- See Also:
- Constant Field Values
projectOrganization_VALUE
public static final int projectOrganization_VALUE
- See Also:
- Constant Field Values
resultOrganization_VALUE
public static final int resultOrganization_VALUE
- See Also:
- Constant Field Values
resultProject_VALUE
public static final int resultProject_VALUE
- See Also:
- Constant Field Values
instance_VALUE
public static final int instance_VALUE
- See Also:
- Constant Field Values
resultResult_VALUE
public static final int resultResult_VALUE
- See Also:
- Constant Field Values
personPerson_VALUE
public static final int personPerson_VALUE
- See Also:
- Constant Field Values
dedupRel_VALUE
public static final int dedupRel_VALUE
- See Also:
- Constant Field Values
similarRel_VALUE
public static final int similarRel_VALUE
- See Also:
- Constant Field Values
similarityRel_VALUE
public static final int similarityRel_VALUE
- See Also:
- Constant Field Values
values
public static RelTypeProtos.RelType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RelTypeProtos.RelType c : RelTypeProtos.RelType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RelTypeProtos.RelType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getNumber
public final int getNumber()
- Specified by:
getNumber in interface com.google.protobuf.Internal.EnumLite- Specified by:
getNumber in interface com.google.protobuf.ProtocolMessageEnum
valueOf
public static RelTypeProtos.RelType valueOf(int value)
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<RelTypeProtos.RelType> internalGetValueMap()
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
valueOf
public static RelTypeProtos.RelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2013. All Rights Reserved.