|
||||||||||
| 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 constraint for the feature emailAddress to the
predicate. |
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 constraint for the feature emailAddress to the
predicate. |
| 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. The predicate for EMailAddressable evaluates
true if its value of feature emailAddress
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
StringTypePredicate forAllEmailAddress()
emailAddress to the
predicate. The predicate for EMailAddressable evaluates
true if its value of feature emailAddress
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
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 | |||||||||