Uses of Enum
operations_research.pdlp.SolveLogOuterClass.PolishingPhaseType
Packages that use SolveLogOuterClass.PolishingPhaseType
-
Uses of SolveLogOuterClass.PolishingPhaseType in operations_research.pdlp
Methods in operations_research.pdlp that return SolveLogOuterClass.PolishingPhaseTypeModifier and TypeMethodDescriptionSolveLogOuterClass.PolishingPhaseType.forNumber(int value) SolveLogOuterClass.FeasibilityPolishingDetails.Builder.getPolishingPhaseType()optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;SolveLogOuterClass.FeasibilityPolishingDetails.getPolishingPhaseType()optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;SolveLogOuterClass.FeasibilityPolishingDetailsOrBuilder.getPolishingPhaseType()optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;SolveLogOuterClass.PolishingPhaseType.valueOf(int value) Deprecated.SolveLogOuterClass.PolishingPhaseType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.SolveLogOuterClass.PolishingPhaseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in operations_research.pdlp that return types with arguments of type SolveLogOuterClass.PolishingPhaseTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SolveLogOuterClass.PolishingPhaseType>SolveLogOuterClass.PolishingPhaseType.internalGetValueMap()Methods in operations_research.pdlp with parameters of type SolveLogOuterClass.PolishingPhaseTypeModifier and TypeMethodDescriptionSolveLogOuterClass.FeasibilityPolishingDetails.Builder.setPolishingPhaseType(SolveLogOuterClass.PolishingPhaseType value) optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;