|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.palo.api.subsets.filter.settings.IntegerParameter
public class IntegerParameter
IntegerParameter
An implementation of the Parameter interface for Integer
values.
| Constructor Summary | |
|---|---|
IntegerParameter()
Creates a new unnamed IntegerParemeter instance |
|
IntegerParameter(java.lang.String name)
Creates a new IntegerParemeter 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.Integer |
getValue()
Returns the parameter value |
void |
setValue(int value)
Sets the parameter value. |
void |
setValue(java.lang.Integer 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 IntegerParameter()
IntegerParemeter instance
public IntegerParameter(java.lang.String name)
IntegerParemeter 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.Integer getValue()
Parameter
null if none was setpublic final void setValue(int value)
null is allowed.
value - new parameter valuepublic final void setValue(java.lang.Integer value)
public 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 | |||||||||