|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--EVolve.data.DataFilter
| Constructor Summary | |
DataFilter(java.lang.String name,
int fieldIndex,
ReferenceLink referenceLink,
java.lang.String description,
java.lang.String[] property)
Creates a data filter. |
|
| Method Summary | |
java.lang.Object |
clone()
|
long |
getData(Element element)
Gets the data from the element. |
java.lang.String |
getDescription()
Gets the description of the filter. |
java.lang.String |
getName()
Gets the name of the filter. |
java.lang.String[] |
getProperty()
|
int |
getTargetType()
Gets the type of the refenrence link. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataFilter(java.lang.String name,
int fieldIndex,
ReferenceLink referenceLink,
java.lang.String description,
java.lang.String[] property)
name - name of the filterfieldIndex - index of the field that the filter needs to getreferenceLink - reference link, null if the field is a value| Method Detail |
public java.lang.String getName()
public int getTargetType()
public long getData(Element element)
public java.lang.String getDescription()
public java.lang.String[] getProperty()
public java.lang.Object clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||