|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.palo.api.subsets.filter.settings.StringParameter
public class StringParameter
StringParameter
An implementation of the Parameter
interface for String
values.
Constructor Summary | |
---|---|
StringParameter()
Creates a new unnamed StringParemeter instance |
|
StringParameter(java.lang.String name)
Creates a new StringParemeter 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.String |
getValue()
Returns the parameter value |
void |
setValue(java.lang.String 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 StringParameter()
StringParemeter
instance
public StringParameter(java.lang.String name)
StringParemeter
instance with the required
name.
name
- the parameter name. Passing null
is valid.Method Detail |
---|
public final java.lang.String getName()
Parameter
null
null
if none was setpublic final java.lang.String getValue()
Parameter
null
if none was setpublic final void setValue(java.lang.String value)
null
is allowed.
value
- new parameter valuepublic final void bind(Subset2 subset)
Parameter
Binds this parameter to the given Subset2
bind
in interface Parameter
public final void unbind()
Parameter
Releases 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 |