|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductDescriptorQuery
| Method Summary | |
|---|---|
ProductQuery |
forAllProduct()
Adds a constraint for the feature product to the
predicate. |
org.w3c.cci2.OptionalFeaturePredicate |
product()
Adds a constraint to the predicate for ProductDescriptor
testing whether the value of the feature product is
null or not. |
ProductQuery |
thereExistsProduct()
Adds a constraint for the feature product to the
predicate. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
org.w3c.cci2.OptionalFeaturePredicate product()
ProductDescriptor
testing whether the value of the feature product is
null or not.
ProductQuery thereExistsProduct()
product to the
predicate. The predicate for ProductDescriptor evaluates
true if its value of feature product
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
ProductQuery forAllProduct()
product to the
predicate. The predicate for ProductDescriptor evaluates
true if its value of feature product
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||