Uses of Enum
com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
Packages that use MPModelProto.Annotation.TargetType
-
Uses of MPModelProto.Annotation.TargetType in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPModelProto.Annotation.TargetTypeModifier and TypeMethodDescriptionMPModelProto.Annotation.TargetType.forNumber(int value) MPModelProto.Annotation.Builder.getTargetType()optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;MPModelProto.Annotation.getTargetType()optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;MPModelProto.AnnotationOrBuilder.getTargetType()optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;MPModelProto.Annotation.TargetType.valueOf(int value) Deprecated.MPModelProto.Annotation.TargetType.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 MPModelProto.Annotation.TargetType[]MPModelProto.Annotation.TargetType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.linearsolver that return types with arguments of type MPModelProto.Annotation.TargetTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MPModelProto.Annotation.TargetType>MPModelProto.Annotation.TargetType.internalGetValueMap()Methods in com.google.ortools.linearsolver with parameters of type MPModelProto.Annotation.TargetTypeModifier and TypeMethodDescriptionMPModelProto.Annotation.Builder.setTargetType(MPModelProto.Annotation.TargetType value) optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;