public interface ProductConfigurationSetQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
configType()
Adds a constraint to the predicate for
ProductConfigurationSet testing whether the value of the feature configType is null or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
configuration()
Adds a constraint to the predicate for
ProductConfigurationSet testing whether the feature configuration has values 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. |
ProductConfigurationQuery |
forAllConfiguration()
Adds a condition for the feature
configuration to the predicate for ProductConfigurationSet, which evaluates to false unless the value of the feature configuration 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. |
ProductConfigurationQuery |
thereExistsConfiguration()
Adds a condition for the feature
configuration to the predicate for ProductConfigurationSet, which evaluates to false unless the value of the feature configuration satisfies the given condition. |
org.w3c.cci2.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
org.w3c.cci2.MultivaluedFeaturePredicate configuration()
ProductConfigurationSet testing whether the feature configuration has values or not.ProductConfigurationQuery thereExistsConfiguration()
configuration to the predicate for ProductConfigurationSet, which evaluates to false unless the value of the feature configuration satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ProductConfigurationQuery forAllConfiguration()
configuration to the predicate for ProductConfigurationSet, which evaluates to false unless the value of the feature configuration satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.