|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.palo.api.subsets.filter.settings.AbstractFilterSettings
org.palo.api.subsets.filter.settings.AliasFilterSetting
public class AliasFilterSetting
AliasFilterSetting
Manages the settings for the AliasFilter
.
Constructor Summary | |
---|---|
AliasFilterSetting()
|
Method Summary | |
---|---|
void |
adapt(FilterSetting from)
Adapt the filter setting from the given filter setting. |
void |
bind(Subset2 subset)
Binds this filter settings instance to the given Subset2
NOTE: PLEASE DON'T USE! |
StringParameter |
getAlias(int number)
Returns the StringParameter of the n.th alias. |
void |
reset()
Resets the filter setting to its defaults. |
void |
setAlias(int number,
java.lang.String id)
Sets the id for the n.th alias |
void |
setAlias(int number,
StringParameter alias)
|
void |
unbind()
Releases this filter settings instance 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 AliasFilterSetting()
Method Detail |
---|
public final StringParameter getAlias(int number)
StringParameter
of the n.th alias. The returned
StringParmeter
contains the alias identifier as its value
or null
if no id was defined.
number
- either 1 or 2 to get the first or second alias
StringParmeter
of the alias to usepublic final void setAlias(int number, java.lang.String id)
number
- either 1 or 2 to specify the first or second aliasid
- the alias identifierpublic final void setAlias(int number, StringParameter alias)
public final void reset()
FilterSetting
public final void bind(Subset2 subset)
FilterSetting
Binds this filter settings instance to the given Subset2
bind
in interface FilterSetting
bind
in class AbstractFilterSettings
public final void unbind()
FilterSetting
Releases this filter settings instance from a previously binded
Subset2
unbind
in interface FilterSetting
unbind
in class AbstractFilterSettings
public final void adapt(FilterSetting from)
FilterSetting
from
- the filter setting to adapt from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |