|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectes.rediris.aarr.rules.Condition
public abstract class Condition
This abstract class defines the methods that a Condition must contain. These methods are used to access and modify properties in a condition.
| Field Summary | |
|---|---|
static java.lang.String |
nameElementXML
name of an XML element named 'condition' |
| Constructor Summary | |
|---|---|
Condition()
|
|
| Method Summary | |
|---|---|
abstract boolean |
checkCondition()
Checks if this Condition is TRUE or FALSE |
abstract java.lang.String |
getName()
Returns the name of the current condition |
abstract boolean |
needsAQuery()
Returns true if this Condition needs a query |
abstract void |
setName(java.lang.String name)
Sets the name for this condition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String nameElementXML
| Constructor Detail |
|---|
public Condition()
| Method Detail |
|---|
public abstract java.lang.String getName()
public abstract void setName(java.lang.String name)
name - the name of the Conditionpublic abstract boolean needsAQuery()
public abstract boolean checkCondition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||