public interface PicturedQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
MediaQuery |
forAllPicture()
Adds a condition for the feature
picture to the predicate for Pictured, which evaluates to false unless the value of the feature picture satisfies the given condition. |
org.w3c.cci2.AnyTypePredicate |
forAllPictureContent()
Adds a condition for the feature
pictureContent to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContent satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPictureContentMimeType()
Adds a condition for the feature
pictureContentMimeType to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentMimeType satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPictureContentName()
Adds a condition for the feature
pictureContentName to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentName satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByPictureContent()
Allows to adds a sort instruction for
Pictured depending the feature pictureContent
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByPictureContentMimeType()
Allows to adds a sort instruction for
Pictured depending the feature pictureContentMimeType
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByPictureContentName()
Allows to adds a sort instruction for
Pictured depending the feature pictureContentName
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
picture()
Adds a constraint to the predicate for
Pictured testing whether the value of the feature picture is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
pictureContent()
Adds a constraint to the predicate for
Pictured testing whether the value of the feature pictureContent is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
pictureContentMimeType()
Adds a constraint to the predicate for
Pictured testing whether the value of the feature pictureContentMimeType is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
pictureContentName()
Adds a constraint to the predicate for
Pictured testing whether the value of the feature pictureContentName is null or not. |
MediaQuery |
thereExistsPicture()
Adds a condition for the feature
picture to the predicate for Pictured, which evaluates to false unless the value of the feature picture satisfies the given condition. |
org.w3c.cci2.AnyTypePredicate |
thereExistsPictureContent()
Adds a condition for the feature
pictureContent to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContent satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPictureContentMimeType()
Adds a condition for the feature
pictureContentMimeType to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentMimeType satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPictureContentName()
Adds a condition for the feature
pictureContentName to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentName satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate picture()
Pictured testing whether the value of the feature picture is null or not.MediaQuery thereExistsPicture()
picture to the predicate for Pictured, which evaluates to false unless the value of the feature picture satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
MediaQuery forAllPicture()
picture to the predicate for Pictured, which evaluates to false unless the value of the feature picture satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.OptionalFeaturePredicate pictureContent()
Pictured testing whether the value of the feature pictureContent is null or not.org.w3c.cci2.AnyTypePredicate thereExistsPictureContent()
pictureContent to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContent satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.AnyTypePredicate forAllPictureContent()
pictureContent to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContent satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPictureContent()
Pictured depending the feature pictureContent
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate pictureContentMimeType()
Pictured testing whether the value of the feature pictureContentMimeType is null or not.org.w3c.cci2.StringTypePredicate thereExistsPictureContentMimeType()
pictureContentMimeType to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentMimeType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPictureContentMimeType()
pictureContentMimeType to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentMimeType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPictureContentMimeType()
Pictured depending the feature pictureContentMimeType
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate pictureContentName()
Pictured testing whether the value of the feature pictureContentName is null or not.org.w3c.cci2.StringTypePredicate thereExistsPictureContentName()
pictureContentName to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPictureContentName()
pictureContentName to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPictureContentName()
Pictured depending the feature pictureContentName
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.