:: com :: sun :: star :: sheet ::
|
unpublished |
enum SolverConstraintOperator |
|
|
- Usage Restrictions
- not published
- Description
- is used to specify the type of SolverConstraint.
|
Values |
LESS_EQUAL |
The cell value is less or equal to the specified value. |
EQUAL |
The cell value is equal to the specified value. |
GREATER_EQUAL |
The cell value is greater or equal to the specified value. |
INTEGER |
The cell value is an integer value. |
BINARY |
The cell value is a binary value (0 or 1). |
Values' Details |
LESS_EQUAL
LESS_EQUAL,
- Description
- The cell value is less or equal to the specified value.
|
|
EQUAL
EQUAL,
- Description
- The cell value is equal to the specified value.
|
|
GREATER_EQUAL
GREATER_EQUAL,
- Description
- The cell value is greater or equal to the specified value.
|
|
INTEGER
INTEGER,
- Description
- The cell value is an integer value.
|
|
BINARY
BINARY,
- Description
- The cell value is a binary value (0 or 1).
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.