Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
static ConstraintProto.ConstraintCase |
ConstraintProto.ConstraintCase.forNumber(int value) |
ConstraintProto.ConstraintCase |
ConstraintProto.getConstraintCase() |
ConstraintProto.ConstraintCase |
ConstraintProto.Builder.getConstraintCase() |
ConstraintProto.ConstraintCase |
ConstraintProtoOrBuilder.getConstraintCase() |
static ConstraintProto.ConstraintCase |
ConstraintProto.ConstraintCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConstraintProto.ConstraintCase |
ConstraintProto.ConstraintCase.valueOf(java.lang.String name)
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.
|
Copyright © 2025. All rights reserved.