Uses of Enum
io.flowcean.learner.grpc.LearnerOuterClass.Status
Packages that use LearnerOuterClass.Status
-
Uses of LearnerOuterClass.Status in io.flowcean.learner.grpc
Methods in io.flowcean.learner.grpc that return LearnerOuterClass.StatusModifier and TypeMethodDescriptionstatic LearnerOuterClass.StatusLearnerOuterClass.Status.forNumber(int value) LearnerOuterClass.StatusMessage.Builder.getStatus().Status status = 1;LearnerOuterClass.StatusMessage.getStatus().Status status = 1;LearnerOuterClass.StatusMessageOrBuilder.getStatus().Status status = 1;static LearnerOuterClass.StatusLearnerOuterClass.Status.valueOf(int value) Deprecated.static LearnerOuterClass.StatusLearnerOuterClass.Status.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LearnerOuterClass.StatusReturns the enum constant of this type with the specified name.static LearnerOuterClass.Status[]LearnerOuterClass.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.flowcean.learner.grpc that return types with arguments of type LearnerOuterClass.StatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<LearnerOuterClass.Status> LearnerOuterClass.Status.internalGetValueMap()Methods in io.flowcean.learner.grpc with parameters of type LearnerOuterClass.StatusModifier and TypeMethodDescriptionLearnerOuterClass.StatusMessage.Builder.setStatus(LearnerOuterClass.Status value) .Status status = 1;