public interface EMailAddressableQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
emailAddress()
Adds a constraint to the predicate for
EMailAddressable testing whether the value of the feature emailAddress is null or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
emailFormat() |
org.w3c.cci2.ComparableTypePredicate<Short> |
emailType() |
org.w3c.cci2.StringTypePredicate |
forAllEmailAddress()
Adds a condition for the feature
emailAddress to the predicate for EMailAddressable, which evaluates to false unless the value of the feature emailAddress satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByEmailAddress()
Allows to adds a sort instruction for
EMailAddressable depending the feature emailAddress
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByEmailFormat()
Allows to adds a sort instruction for
EMailAddressable depending the feature emailFormat
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByEmailType()
Allows to adds a sort instruction for
EMailAddressable depending the feature emailType
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsEmailAddress()
Adds a condition for the feature
emailAddress to the predicate for EMailAddressable, which evaluates to false unless the value of the feature emailAddress satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate emailAddress()
EMailAddressable testing whether the value of the feature emailAddress is null or not.org.w3c.cci2.StringTypePredicate thereExistsEmailAddress()
emailAddress to the predicate for EMailAddressable, which evaluates to false unless the value of the feature emailAddress 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 forAllEmailAddress()
emailAddress to the predicate for EMailAddressable, which evaluates to false unless the value of the feature emailAddress 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 orderByEmailAddress()
EMailAddressable depending the feature emailAddress
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> emailFormat()
org.w3c.cci2.SimpleTypeOrder orderByEmailFormat()
EMailAddressable depending the feature emailFormat
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> emailType()
org.w3c.cci2.SimpleTypeOrder orderByEmailType()
EMailAddressable depending the feature emailType
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.