|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmailAddressableQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
emailAddress()
Adds a constraint to the predicate for EMailAddressable
testing whether the value of the feature emailAddress is
null or not. |
ComparableTypePredicate<Short> |
emailFormat()
|
ComparableTypePredicate<Short> |
emailType()
|
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. |
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! |
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! |
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! |
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. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate emailAddress()
EMailAddressable
testing whether the value of the feature emailAddress is
null or not.
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
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
SimpleTypeOrder orderByEmailAddress()
EMailAddressable
depending the feature emailAddress
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> emailFormat()
SimpleTypeOrder orderByEmailFormat()
EMailAddressable
depending the feature emailFormat
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> emailType()
SimpleTypeOrder orderByEmailType()
EMailAddressable
depending the feature emailType
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||