Method Summary |
|
public String | getName() Get the name of the definition. |
public String | getValue(Task owner) This method gets the value of this definition. |
public boolean | isSet(Task owner) logic taken from patternset
Parameters: owner - the owning task. |
public void | setIf(String condition) the name of a property which must be defined for
the definition to be set. |
public void | setName(String name) the name of the definition. |
public void | setUnless(String condition) the name of a property which must be undefined for
the definition to be set. |