eu.dnetlib.data.proto
Enum RelTypeProtos.RelType

java.lang.Object
  extended by java.lang.Enum<RelTypeProtos.RelType>
      extended by 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


Enum Constant Summary
datasourceOrganization
           
dedupRel
           
instance
           
personPerson
           
personResult
           
projectOrganization
           
resultOrganization
           
resultProject
           
resultResult
           
similarityRel
           
similarRel
           
 
Field Summary
static int datasourceOrganization_VALUE
           
static int dedupRel_VALUE
           
static int instance_VALUE
           
static int personPerson_VALUE
           
static int personResult_VALUE
           
static int projectOrganization_VALUE
           
static int resultOrganization_VALUE
           
static int resultProject_VALUE
           
static int resultResult_VALUE
           
static int similarityRel_VALUE
           
static int similarRel_VALUE
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

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
Method Detail

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.