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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionNon-ACMG-basedASSOCIATION = 10;
ACMG/AMP-basedBENIGN_OR_LIKELY_BENIGN = 2;
CONFLICTING_PATHOGENICITY_INTERPRETATIONS = 8;
DRUG_RESPONSE = 11;
LIKELY_BENIGN = 3;
LIKELY_PATHOGENIC = 5;
defaultOTHER = 12;
PATHOGENIC = 7;
PATHOGENIC_OR_LIKELY_PATHOGENIC = 6;
PROTECTIVE = 13;
RISK_FACTOR = 14;
UNCERTAIN_SIGNIFICANCE = 4;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Non-ACMG-basedstatic final int
ASSOCIATION = 10;
static final int
BENIGN_OR_LIKELY_BENIGN = 2;
static final int
ACMG/AMP-basedstatic final int
CONFLICTING_PATHOGENICITY_INTERPRETATIONS = 8;
static final int
DRUG_RESPONSE = 11;
static final int
LIKELY_BENIGN = 3;
static final int
LIKELY_PATHOGENIC = 5;
static final int
defaultstatic final int
OTHER = 12;
static final int
PATHOGENIC_OR_LIKELY_PATHOGENIC = 6;
static final int
PATHOGENIC = 7;
static final int
PROTECTIVE = 13;
static final int
RISK_FACTOR = 14;
static final int
UNCERTAIN_SIGNIFICANCE = 4;
-
Method Summary
Modifier and TypeMethodDescriptionstatic AlleleProto.ClinVar.ClinSig
forNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<AlleleProto.ClinVar.ClinSig>
static AlleleProto.ClinVar.ClinSig
valueOf
(int value) Deprecated.static AlleleProto.ClinVar.ClinSig
valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static AlleleProto.ClinVar.ClinSig
Returns the enum constant of this class with the specified name.static AlleleProto.ClinVar.ClinSig[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NOT_PROVIDED
default
NOT_PROVIDED = 0;
-
BENIGN
ACMG/AMP-based
BENIGN = 1;
-
BENIGN_OR_LIKELY_BENIGN
BENIGN_OR_LIKELY_BENIGN = 2;
-
LIKELY_BENIGN
LIKELY_BENIGN = 3;
-
UNCERTAIN_SIGNIFICANCE
UNCERTAIN_SIGNIFICANCE = 4;
-
LIKELY_PATHOGENIC
LIKELY_PATHOGENIC = 5;
-
PATHOGENIC_OR_LIKELY_PATHOGENIC
PATHOGENIC_OR_LIKELY_PATHOGENIC = 6;
-
PATHOGENIC
PATHOGENIC = 7;
-
CONFLICTING_PATHOGENICITY_INTERPRETATIONS
CONFLICTING_PATHOGENICITY_INTERPRETATIONS = 8;
-
AFFECTS
Non-ACMG-based
AFFECTS = 9;
-
ASSOCIATION
ASSOCIATION = 10;
-
DRUG_RESPONSE
DRUG_RESPONSE = 11;
-
OTHER
OTHER = 12;
-
PROTECTIVE
PROTECTIVE = 13;
-
RISK_FACTOR
RISK_FACTOR = 14;
-
UNRECOGNIZED
-
-
Field Details
-
NOT_PROVIDED_VALUE
public static final int NOT_PROVIDED_VALUEdefault
NOT_PROVIDED = 0;
- See Also:
-
BENIGN_VALUE
public static final int BENIGN_VALUEACMG/AMP-based
BENIGN = 1;
- See Also:
-
BENIGN_OR_LIKELY_BENIGN_VALUE
public static final int BENIGN_OR_LIKELY_BENIGN_VALUEBENIGN_OR_LIKELY_BENIGN = 2;
- See Also:
-
LIKELY_BENIGN_VALUE
public static final int LIKELY_BENIGN_VALUELIKELY_BENIGN = 3;
- See Also:
-
UNCERTAIN_SIGNIFICANCE_VALUE
public static final int UNCERTAIN_SIGNIFICANCE_VALUEUNCERTAIN_SIGNIFICANCE = 4;
- See Also:
-
LIKELY_PATHOGENIC_VALUE
public static final int LIKELY_PATHOGENIC_VALUELIKELY_PATHOGENIC = 5;
- See Also:
-
PATHOGENIC_OR_LIKELY_PATHOGENIC_VALUE
public static final int PATHOGENIC_OR_LIKELY_PATHOGENIC_VALUEPATHOGENIC_OR_LIKELY_PATHOGENIC = 6;
- See Also:
-
PATHOGENIC_VALUE
public static final int PATHOGENIC_VALUEPATHOGENIC = 7;
- See Also:
-
CONFLICTING_PATHOGENICITY_INTERPRETATIONS_VALUE
public static final int CONFLICTING_PATHOGENICITY_INTERPRETATIONS_VALUECONFLICTING_PATHOGENICITY_INTERPRETATIONS = 8;
- See Also:
-
AFFECTS_VALUE
public static final int AFFECTS_VALUENon-ACMG-based
AFFECTS = 9;
- See Also:
-
ASSOCIATION_VALUE
public static final int ASSOCIATION_VALUEASSOCIATION = 10;
- See Also:
-
DRUG_RESPONSE_VALUE
public static final int DRUG_RESPONSE_VALUEDRUG_RESPONSE = 11;
- See Also:
-
OTHER_VALUE
public static final int OTHER_VALUEOTHER = 12;
- See Also:
-
PROTECTIVE_VALUE
public static final int PROTECTIVE_VALUEPROTECTIVE = 13;
- See Also:
-
RISK_FACTOR_VALUE
public static final int RISK_FACTOR_VALUERISK_FACTOR = 14;
- See Also:
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException
- if the argument is null
-
forNumber
- 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 interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-