|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefFilter_1
org.openmdx.base.accessor.jmi.spi.RefPredicate_1
public class RefPredicate_1
RefFilter_1 based AnyTypePredicate implementation
| Field Summary | |
|---|---|
protected RefFilter_1_0 |
filter
|
protected String |
name
|
protected Short |
quantor
|
| Constructor Summary | |
|---|---|
protected |
RefPredicate_1(RefPackage_1_0 refPackage,
String filterType,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
Constructor |
| Method Summary | |
|---|---|
void |
elementOf(Collection operand)
‹attribute value› ∈ ‹operands› |
void |
elementOf(Object[] operand)
‹attribute value› ∈ ‹operands› |
void |
equalTo(Object operand)
‹attribute value› = ‹operand› |
void |
notAnElementOf(Collection operand)
‹attribute value› ∉ ‹operands› |
void |
notAnElementOf(Object[] operand)
‹attribute value› ∉ ‹operands› |
void |
notEqualTo(Object operand)
‹attribute value› ≠ ‹operand› |
void |
refAddValue(short operator,
Collection operand)
Adding value to the delegate filter |
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1 |
|---|
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final RefFilter_1_0 filter
protected final Short quantor
protected final String name
| Constructor Detail |
|---|
protected RefPredicate_1(RefPackage_1_0 refPackage,
String filterType,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
refPackage - filterType - filterProperties - attributeSpecifiers - delegateFilter - delegateQuantor - delegateName - | Method Detail |
|---|
public void refAddValue(short operator,
Collection operand)
operator - operand - public void equalTo(Object operand)
AnyTypePredicateMatches if the attribute's value is equal to the operand.
equalTo in interface AnyTypePredicateoperand - the operand the attribute value is compared topublic void elementOf(Object[] operand)
AnyTypePredicateMatches if the attribute's value is equal to one the operands.
elementOf in interface AnyTypePredicateoperand - the operands the attribute value is compared topublic void elementOf(Collection operand)
AnyTypePredicateMatches if the attribute's value is equal to one the operands.
elementOf in interface AnyTypePredicateoperand - the operand the attribute value is compared topublic void notEqualTo(Object operand)
AnyTypePredicateMatches if the attribute's value is not equal to the operand.
notEqualTo in interface AnyTypePredicateoperand - the operand the attribute value is compared topublic void notAnElementOf(Object[] operand)
AnyTypePredicateMatches if the attribute's value is not equal to any the operands.
notAnElementOf in interface AnyTypePredicateoperand - the operand the attribute value is compared topublic void notAnElementOf(Collection operand)
AnyTypePredicateMatches if the attribute's value is not equal to any the operands.
notAnElementOf in interface AnyTypePredicateoperand - the operand the attribute value is compared to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||