Package com.exedio.cope
Class Random
- java.lang.Object
-
- com.exedio.cope.Random
-
- All Implemented Interfaces:
Function<Double>
,NumberFunction<Double>
,Selectable<Double>
,Serializable
public final class Random extends Object implements NumberFunction<Double>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
append(com.exedio.cope.Statement bf, Join join)
Deprecated.void
appendSelect(com.exedio.cope.Statement bf, Join join)
Deprecated.void
check(com.exedio.cope.TC tc, Join join)
Deprecated.boolean
equals(Object other)
Double
get(Item item)
Type<?>
getType()
Class<Double>
getValueClass()
ReturnsSelectable.getValueType()
.getJavaClass()
com.exedio.cope.SelectType<Double>
getValueType()
int
hashCode()
String
toString()
void
toString(StringBuilder bf, Type<?> defaultType)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getValueClass
public Class<Double> getValueClass()
Description copied from interface:Selectable
ReturnsSelectable.getValueType()
.getJavaClass()
- Specified by:
getValueClass
in interfaceSelectable<Double>
-
getValueType
public com.exedio.cope.SelectType<Double> getValueType()
- Specified by:
getValueType
in interfaceSelectable<Double>
-
getType
public Type<?> getType()
- Specified by:
getType
in interfaceSelectable<Double>
-
toString
public void toString(StringBuilder bf, Type<?> defaultType)
- Specified by:
toString
in interfaceSelectable<Double>
-
append
@Deprecated public void append(com.exedio.cope.Statement bf, Join join)
Deprecated.- Specified by:
append
in interfaceSelectable<Double>
-
appendSelect
@Deprecated public void appendSelect(com.exedio.cope.Statement bf, Join join)
Deprecated.- Specified by:
appendSelect
in interfaceSelectable<Double>
-
check
@Deprecated public void check(com.exedio.cope.TC tc, Join join)
Deprecated.- Specified by:
check
in interfaceSelectable<Double>
-
-