Uses of Enum
com.google.ortools.sat.ConstraintProto.ConstraintCase
Packages that use ConstraintProto.ConstraintCase
-
Uses of ConstraintProto.ConstraintCase in com.google.ortools.sat
Subclasses with type arguments of type ConstraintProto.ConstraintCase in com.google.ortools.satMethods in com.google.ortools.sat that return ConstraintProto.ConstraintCaseModifier and TypeMethodDescriptionConstraintProto.ConstraintCase.forNumber
(int value) ConstraintProto.Builder.getConstraintCase()
ConstraintProto.getConstraintCase()
ConstraintProtoOrBuilder.getConstraintCase()
ConstraintProto.ConstraintCase.valueOf
(int value) Deprecated.Returns the enum constant of this type with the specified name.static ConstraintProto.ConstraintCase[]
ConstraintProto.ConstraintCase.values()
Returns an array containing the constants of this enum type, in the order they are declared.