public interface IComparisonValue
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
getNumber()
Gets the value as a number.
|
java.lang.Object |
getValue()
Returns the value.
|
boolean |
matches(java.lang.Object val)
Checks if the given object 'val' matches the 'value'.
|
boolean matches(java.lang.Object val)
val - a value object.java.lang.ClassCastException - if the specified object's type prevents it
from being compared to this object.java.lang.Number getNumber()
java.lang.Object getValue()