|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.palo.api.subsets.filter.settings.ObjectParameter
public class ObjectParameter
GeneralParameter
An implementation of the Parameter
interface to store a general
value.
Constructor Summary | |
---|---|
ObjectParameter()
Creates a new parameter instance with no name |
|
ObjectParameter(java.lang.String name)
Creates a new parameter instance with the given 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.Object |
getValue()
Returns the parameter value |
void |
setName(java.lang.String name)
Sets the parameter name. |
void |
setValue(java.lang.Object 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 ObjectParameter()
public ObjectParameter(java.lang.String name)
name
- the parameter nameMethod Detail |
---|
public final java.lang.String getName()
Parameter
null
null
if none was setpublic final java.lang.Object getValue()
Parameter
null
if none was setpublic final void setName(java.lang.String name)
null
is allowed.
name
- new parameter namepublic final void setValue(java.lang.Object 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 |