public abstract class BaseIfAttribute extends ProjectComponent implements EnableAttribute
| Constructor and Description | 
|---|
| BaseIfAttribute() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | convertResult(boolean val)convert the result. | 
| protected Map | getParams(UnknownElement el)Get all the attributes in the ant-attribute:param
 namespace and place them in a map. | 
| protected boolean | isPositive()Get the positive flag. | 
| protected void | setPositive(boolean positive)Set the positive flag. | 
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEnabledprotected boolean convertResult(boolean val)
val - the result to convertprotected Map getParams(UnknownElement el)
el - the element this attribute is in.protected boolean isPositive()
protected void setPositive(boolean positive)
positive - the value to use.