public interface LocalizedFieldContainerQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
LocalizedFieldQuery |
forAllLocalizedField()
Adds a condition for the feature
localizedField to the predicate for LocalizedFieldContainer, which evaluates to false unless the value of the feature localizedField satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
localizedField()
Adds a constraint to the predicate for
LocalizedFieldContainer testing whether the feature localizedField has values or not. |
LocalizedFieldQuery |
thereExistsLocalizedField()
Adds a condition for the feature
localizedField to the predicate for LocalizedFieldContainer, which evaluates to false unless the value of the feature localizedField satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate localizedField()
LocalizedFieldContainer testing whether the feature localizedField has values or not.LocalizedFieldQuery thereExistsLocalizedField()
localizedField to the predicate for LocalizedFieldContainer, which evaluates to false unless the value of the feature localizedField satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
LocalizedFieldQuery forAllLocalizedField()
localizedField to the predicate for LocalizedFieldContainer, which evaluates to false unless the value of the feature localizedField 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.