static MPSosConstraint.Type |
MPSosConstraint.Type.forNumber(int value) |
|
MPSosConstraint.Type |
MPSosConstraint.Builder.getType() |
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
|
MPSosConstraint.Type |
MPSosConstraint.getType() |
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
|
MPSosConstraint.Type |
MPSosConstraintOrBuilder.getType() |
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
|
static MPSosConstraint.Type |
MPSosConstraint.Type.valueOf(int value) |
Deprecated.
|
static MPSosConstraint.Type |
MPSosConstraint.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static MPSosConstraint.Type |
MPSosConstraint.Type.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MPSosConstraint.Type[] |
MPSosConstraint.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|