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.VariantEffectAlleleProto.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.VariantEffectAlleleProto.VariantEffect.valueOf(int value) Deprecated.static AlleleProto.VariantEffectAlleleProto.VariantEffect.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static AlleleProto.VariantEffectReturns 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;