org.opencrx.kernel.address1.cci2
Interface EmailAddressableQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
EmailAddressQuery, EmailAddressQuery, EmailAddressQuery, EmailAddressQuery

public interface EmailAddressableQuery
extends AnyTypePredicate


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

emailAddress

OptionalFeaturePredicate emailAddress()
Adds a constraint to the predicate for EMailAddressable testing whether the value of the feature emailAddress is null or not.


thereExistsEmailAddress

StringTypePredicate thereExistsEmailAddress()
Adds a constraint for the feature 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!


forAllEmailAddress

StringTypePredicate forAllEmailAddress()
Adds a constraint for the feature 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!


orderByEmailAddress

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!


emailFormat

ComparableTypePredicate<Short> emailFormat()

orderByEmailFormat

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!


emailType

ComparableTypePredicate<Short> emailType()

orderByEmailType

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!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.