public interface IFilterVisitor
Modifier and Type | Method and Description |
---|---|
void |
and() |
<T> void |
eq(ICICSAttribute<T> attribute,
T value) |
<T> void |
ge(ICICSAttribute<T> attribute,
T value) |
<T> void |
gt(ICICSAttribute<T> attribute,
T value) |
<T> void |
is(ICICSAttribute<T> attribute,
T value) |
<T> void |
le(ICICSAttribute<T> attribute,
T value) |
<T> void |
lt(ICICSAttribute<T> attribute,
T value) |
<T> void |
ne(ICICSAttribute<T> attribute,
T value) |
void |
not() |
void |
or() |
void or()
void and()
void not()
<T> void eq(ICICSAttribute<T> attribute, T value)
<T> void is(ICICSAttribute<T> attribute, T value)
<T> void le(ICICSAttribute<T> attribute, T value)
<T> void lt(ICICSAttribute<T> attribute, T value)
<T> void ge(ICICSAttribute<T> attribute, T value)
<T> void gt(ICICSAttribute<T> attribute, T value)
<T> void ne(ICICSAttribute<T> attribute, T value)
Copyright © 2008-2013 IBM Corp. All Rights Reserved.