|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.palo.api.subsets.filter.settings.DoubleParameter
public class DoubleParameter
DecimalParameter
An implementation of the Parameter interface for Double
values.
| Constructor Summary | |
|---|---|
DoubleParameter()
Creates a new unnamed DoubleParemeter instance |
|
DoubleParameter(java.lang.String name)
Creates a new DoubleParemeter instance with the required
name. |
|
| Method Summary | |
|---|---|
void |
bind(Subset2 subset)
Binds this parameter to the given Subset2
NOTE: PLEASE DON'T USE! |
java.lang.String |
getName()
Returns the parameter name. |
java.lang.Double |
getValue()
Returns the parameter value |
void |
setValue(double value)
|
void |
setValue(java.lang.Double value)
Sets the parameter value. |
void |
unbind()
Releases this parameter from a previously binded Subset2
NOTE: PLEASE DON'T USE! |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleParameter()
DoubleParemeter instance
public DoubleParameter(java.lang.String name)
DoubleParemeter instance with the required
name.
name - the parameter name. Passing null is valid.| Method Detail |
|---|
public final java.lang.String getName()
Parameternull
null if none was setpublic final java.lang.Double getValue()
Parameter
null if none was setpublic final void setValue(double value)
public final void setValue(java.lang.Double value)
null is allowed.
value - new parameter valuepublic final void bind(Subset2 subset)
ParameterBinds this parameter to the given Subset2
bind in interface Parameterpublic final void unbind()
ParameterReleases this parameter from a previously binded Subset2
unbind in interface Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||