|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductConfigurationSetQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
configType()
Adds a constraint to the predicate for ProductConfigurationSet testing whether the value of the feature configType is null or not. |
ProductConfigurationTypeSetQuery |
forAllConfigType()
Adds a condition for the feature configType to the predicate for ProductConfigurationSet, which evaluates to false unless the value of the feature configType satisfies the given condition. |
ProductConfigurationTypeSetQuery |
thereExistsConfigType()
Adds a condition for the feature configType to the predicate for ProductConfigurationSet, which evaluates to false unless the value of the feature configType satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate configType()
ProductConfigurationSet testing whether the value of the feature configType is null or not.
ProductConfigurationTypeSetQuery thereExistsConfigType()
configType to the predicate for ProductConfigurationSet, which evaluates to false unless the value of the feature configType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ProductConfigurationTypeSetQuery forAllConfigType()
configType to the predicate for ProductConfigurationSet, which evaluates to false unless the value of the feature configType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||