java.lang.Cloneable
, EnableAttribute
IfTrueAttribute.Unless
public class IfTrueAttribute extends BaseIfAttribute
Modifier and Type | Class | Description |
---|---|---|
static class |
IfTrueAttribute.Unless |
The unless version
|
description, location, project
Constructor | Description |
---|---|
IfTrueAttribute() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
isEnabled(UnknownElement el,
java.lang.String value) |
check if the attribute value is true or not
is enabled.
|
convertResult, getParams, isPositive, setPositive
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public boolean isEnabled(UnknownElement el, java.lang.String value)
el
- the unknown element this attribute is in.value
- the value of the attribute.