@Deprecated public class RangeValidator extends Object implements Validator
| Constructor and Description |
|---|
RangeValidator()
Deprecated.
|
RangeValidator(double start,
double stop)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(String config)
Deprecated.
|
double |
getStart()
Deprecated.
|
double |
getStop()
Deprecated.
|
void |
setStart(double start)
Deprecated.
|
void |
setStop(double stop)
Deprecated.
|
boolean |
validate(String str)
Deprecated.
|
public RangeValidator()
public RangeValidator(double start,
double stop)
public double getStart()
public void setStart(double start)
public double getStop()
public void setStop(double stop)
public boolean validate(String str)
Copyright © 2017 Calrissian. All rights reserved.