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 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, equals, 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 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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllEmailAddress

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.