Enum Class AlleleProto.ClinVar.ClinSig

java.lang.Object
java.lang.Enum<AlleleProto.ClinVar.ClinSig>
org.monarchinitiative.exomiser.core.proto.AlleleProto.ClinVar.ClinSig
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<AlleleProto.ClinVar.ClinSig>, Constable
Enclosing class:
AlleleProto.ClinVar

public static enum AlleleProto.ClinVar.ClinSig extends Enum<AlleleProto.ClinVar.ClinSig> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum ClinVar.ClinSig
  • Enum Constant Details

  • Field Details

    • NOT_PROVIDED_VALUE

      public static final int NOT_PROVIDED_VALUE
      default
       
      NOT_PROVIDED = 0;
      See Also:
    • BENIGN_VALUE

      public static final int BENIGN_VALUE
       ACMG/AMP-based
       
      BENIGN = 1;
      See Also:
    • BENIGN_OR_LIKELY_BENIGN_VALUE

      public static final int BENIGN_OR_LIKELY_BENIGN_VALUE
      BENIGN_OR_LIKELY_BENIGN = 2;
      See Also:
    • LIKELY_BENIGN_VALUE

      public static final int LIKELY_BENIGN_VALUE
      LIKELY_BENIGN = 3;
      See Also:
    • UNCERTAIN_SIGNIFICANCE_VALUE

      public static final int UNCERTAIN_SIGNIFICANCE_VALUE
      UNCERTAIN_SIGNIFICANCE = 4;
      See Also:
    • LIKELY_PATHOGENIC_VALUE

      public static final int LIKELY_PATHOGENIC_VALUE
      LIKELY_PATHOGENIC = 5;
      See Also:
    • PATHOGENIC_OR_LIKELY_PATHOGENIC_VALUE

      public static final int PATHOGENIC_OR_LIKELY_PATHOGENIC_VALUE
      PATHOGENIC_OR_LIKELY_PATHOGENIC = 6;
      See Also:
    • PATHOGENIC_VALUE

      public static final int PATHOGENIC_VALUE
      PATHOGENIC = 7;
      See Also:
    • CONFLICTING_PATHOGENICITY_INTERPRETATIONS_VALUE

      public static final int CONFLICTING_PATHOGENICITY_INTERPRETATIONS_VALUE
      CONFLICTING_PATHOGENICITY_INTERPRETATIONS = 8;
      See Also:
    • AFFECTS_VALUE

      public static final int AFFECTS_VALUE
      Non-ACMG-based
       
      AFFECTS = 9;
      See Also:
    • ASSOCIATION_VALUE

      public static final int ASSOCIATION_VALUE
      ASSOCIATION = 10;
      See Also:
    • DRUG_RESPONSE_VALUE

      public static final int DRUG_RESPONSE_VALUE
      DRUG_RESPONSE = 11;
      See Also:
    • OTHER_VALUE

      public static final int OTHER_VALUE
      OTHER = 12;
      See Also:
    • PROTECTIVE_VALUE

      public static final int PROTECTIVE_VALUE
      PROTECTIVE = 13;
      See Also:
    • RISK_FACTOR_VALUE

      public static final int RISK_FACTOR_VALUE
      RISK_FACTOR = 14;
      See Also:
  • Method Details

    • values

      public static AlleleProto.ClinVar.ClinSig[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AlleleProto.ClinVar.ClinSig valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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

      @Deprecated public static AlleleProto.ClinVar.ClinSig valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static AlleleProto.ClinVar.ClinSig forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<AlleleProto.ClinVar.ClinSig> 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 AlleleProto.ClinVar.ClinSig valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null