|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.contentmanager.stubs.model.constraints.BaseConstraint<java.lang.Double>
org.gcube.contentmanagement.contentmanager.stubs.model.constraints.Less
public class Less
Constrains Double
values to be strictly smaller than a given one.
Method Summary | |
---|---|
boolean |
accepts(java.lang.Double t)
Indicates whether a value satisfies the constraint. |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
double |
than()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public double than()
public boolean accepts(java.lang.Double t)
t
- the value.
true
if it does, false
otherwise.public java.lang.String toString()
toString
in class BaseConstraint<java.lang.Double>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |