Uses of Enum
com.google.ortools.bop.BopOptimizerMethod.OptimizerType
Packages that use BopOptimizerMethod.OptimizerType
-
Uses of BopOptimizerMethod.OptimizerType in com.google.ortools.bop
Methods in com.google.ortools.bop that return BopOptimizerMethod.OptimizerTypeModifier and TypeMethodDescriptionBopOptimizerMethod.OptimizerType.forNumber(int value) BopOptimizerMethod.Builder.getType()optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;BopOptimizerMethod.getType()optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;BopOptimizerMethodOrBuilder.getType()optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;BopOptimizerMethod.OptimizerType.valueOf(int value) Deprecated.BopOptimizerMethod.OptimizerType.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.static BopOptimizerMethod.OptimizerType[]BopOptimizerMethod.OptimizerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.bop that return types with arguments of type BopOptimizerMethod.OptimizerTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BopOptimizerMethod.OptimizerType>BopOptimizerMethod.OptimizerType.internalGetValueMap()Methods in com.google.ortools.bop with parameters of type BopOptimizerMethod.OptimizerTypeModifier and TypeMethodDescriptionBopOptimizerMethod.Builder.setType(BopOptimizerMethod.OptimizerType value) optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;