@Generated public class RangeValidityCheck extends Object
| Constructor and Description |
|---|
RangeValidityCheck() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<String> |
getColumnNames() |
Double |
getLowerBound() |
Double |
getUpperBound() |
int |
hashCode() |
RangeValidityCheck |
setColumnNames(Collection<String> columnNames) |
RangeValidityCheck |
setLowerBound(Double lowerBound) |
RangeValidityCheck |
setUpperBound(Double upperBound) |
String |
toString() |
public RangeValidityCheck setColumnNames(Collection<String> columnNames)
public Collection<String> getColumnNames()
public RangeValidityCheck setLowerBound(Double lowerBound)
public Double getLowerBound()
public RangeValidityCheck setUpperBound(Double upperBound)
public Double getUpperBound()
Copyright © 2026. All rights reserved.