|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mutable
An Ant data type or task whose data is mutable, e.g. may be null.
Method Summary | |
---|---|
boolean |
isNotSet()
Returns true if the Mutable data contained in this object is not set, e.g. |
boolean |
isSet()
Returns true if the Mutable data contained in this object is set, e.g. |
Method Detail |
---|
boolean isSet()
Mutable
data contained in this object is set, e.g. not null.
False otherwise.
boolean isNotSet()
Mutable
data contained in this object is not set, e.g. null.
False otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |