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