|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jdiseq.filter.Filter
Filter is a filter rule defined by the user. These rules might be defined either by using a gui or through configuration files.
Constructor Summary | |
protected |
Filter(java.lang.String elementName)
Created an undefined filtering mekanism. |
Method Summary | |
boolean |
equals(java.lang.Object object)
|
protected abstract java.lang.String |
getAttributeName()
Returns the subclasses attribute name since the super class isn't aware of them. |
protected Element |
getElement()
|
java.lang.String |
getFiltering()
|
FilterType |
getType()
|
int |
hashCode()
|
void |
setFiltering(java.lang.String filtering)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected Filter(java.lang.String elementName)
elementName
- describing the xml bound name of the elementMethod Detail |
public final FilterType getType()
public void setFiltering(java.lang.String filtering)
public java.lang.String getFiltering()
public java.lang.String toString()
public boolean equals(java.lang.Object object)
public int hashCode()
protected abstract java.lang.String getAttributeName()
protected Element getElement()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |