Uses of Enum Class
org.sonar.python.types.protobuf.SymbolsProtos.ParameterKind
Packages that use SymbolsProtos.ParameterKind
-
Uses of SymbolsProtos.ParameterKind in org.sonar.python.types.protobuf
Methods in org.sonar.python.types.protobuf that return SymbolsProtos.ParameterKindModifier and TypeMethodDescriptionstatic SymbolsProtos.ParameterKindSymbolsProtos.ParameterKind.forNumber(int value) SymbolsProtos.ParameterSymbol.Builder.getKind().protoblog.ParameterKind kind = 2;SymbolsProtos.ParameterSymbol.getKind().protoblog.ParameterKind kind = 2;SymbolsProtos.ParameterSymbolOrBuilder.getKind().protoblog.ParameterKind kind = 2;static SymbolsProtos.ParameterKindSymbolsProtos.ParameterKind.valueOf(int value) Deprecated.static SymbolsProtos.ParameterKindSymbolsProtos.ParameterKind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static SymbolsProtos.ParameterKindReturns the enum constant of this class with the specified name.static SymbolsProtos.ParameterKind[]SymbolsProtos.ParameterKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.ParameterKindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SymbolsProtos.ParameterKind>SymbolsProtos.ParameterKind.internalGetValueMap()Methods in org.sonar.python.types.protobuf with parameters of type SymbolsProtos.ParameterKindModifier and TypeMethodDescriptionSymbolsProtos.ParameterSymbol.Builder.setKind(SymbolsProtos.ParameterKind value) .protoblog.ParameterKind kind = 2;