Uses of Enum Class
org.monarchinitiative.exomiser.core.proto.AlleleProto.VariantEffect
Packages that use AlleleProto.VariantEffect
-
Uses of AlleleProto.VariantEffect in org.monarchinitiative.exomiser.core.proto
Methods in org.monarchinitiative.exomiser.core.proto that return AlleleProto.VariantEffectModifier and TypeMethodDescriptionstatic AlleleProto.VariantEffect
AlleleProto.VariantEffect.forNumber
(int value) AlleleProto.ClinVar.Builder.getVariantEffect()
.VariantEffect variant_effect = 9;
AlleleProto.ClinVar.getVariantEffect()
.VariantEffect variant_effect = 9;
AlleleProto.ClinVarOrBuilder.getVariantEffect()
.VariantEffect variant_effect = 9;
static AlleleProto.VariantEffect
AlleleProto.VariantEffect.valueOf
(int value) Deprecated.static AlleleProto.VariantEffect
AlleleProto.VariantEffect.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static AlleleProto.VariantEffect
Returns the enum constant of this class with the specified name.static AlleleProto.VariantEffect[]
AlleleProto.VariantEffect.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.monarchinitiative.exomiser.core.proto that return types with arguments of type AlleleProto.VariantEffectModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AlleleProto.VariantEffect>
AlleleProto.VariantEffect.internalGetValueMap()
Methods in org.monarchinitiative.exomiser.core.proto with parameters of type AlleleProto.VariantEffectModifier and TypeMethodDescriptionAlleleProto.ClinVar.Builder.setVariantEffect
(AlleleProto.VariantEffect value) .VariantEffect variant_effect = 9;