Uses of Enum Class
org.monarchinitiative.exomiser.core.proto.AlleleProto.PathogenicitySource
Packages that use AlleleProto.PathogenicitySource
-
Uses of AlleleProto.PathogenicitySource in org.monarchinitiative.exomiser.core.proto
Methods in org.monarchinitiative.exomiser.core.proto that return AlleleProto.PathogenicitySourceModifier and TypeMethodDescriptionAlleleProto.PathogenicitySource.forNumber
(int value) AlleleProto.PathogenicityScore.Builder.getPathogenicitySource()
.PathogenicitySource pathogenicitySource = 1;
AlleleProto.PathogenicityScore.getPathogenicitySource()
.PathogenicitySource pathogenicitySource = 1;
AlleleProto.PathogenicityScoreOrBuilder.getPathogenicitySource()
.PathogenicitySource pathogenicitySource = 1;
AlleleProto.PathogenicitySource.valueOf
(int value) Deprecated.AlleleProto.PathogenicitySource.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static AlleleProto.PathogenicitySource[]
AlleleProto.PathogenicitySource.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.PathogenicitySourceModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AlleleProto.PathogenicitySource>
AlleleProto.PathogenicitySource.internalGetValueMap()
Methods in org.monarchinitiative.exomiser.core.proto with parameters of type AlleleProto.PathogenicitySourceModifier and TypeMethodDescriptionAlleleProto.PathogenicityScore.Builder.setPathogenicitySource
(AlleleProto.PathogenicitySource value) .PathogenicitySource pathogenicitySource = 1;