public interface AccountTypeFilterPropertyQuery extends AccountAttributeFilterPropertyQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
accountType()
Adds a constraint to the predicate for
AccountTypeFilterProperty testing whether the feature accountType has values or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
forAllAccountType()
Adds a condition for the feature
accountType to the predicate for AccountTypeFilterProperty, which evaluates to false unless the values of the feature accountType satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Short> |
thereExistsAccountType()
Adds a condition for the feature
accountType to the predicate for AccountTypeFilterProperty, which evaluates to false unless the values of the feature accountType satisfy the given condition. |
description, forAllDescription, forAllIsActive, isActive, name, orderByDescription, orderByIsActive, orderByName, thereExistsDescription, thereExistsIsActiveaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByforAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedByelementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTofilterOperator, filterQuantor, orderByFilterOperator, orderByFilterQuantororg.w3c.cci2.MultivaluedFeaturePredicate accountType()
AccountTypeFilterProperty testing whether the feature accountType has values or not.org.w3c.cci2.ComparableTypePredicate<Short> thereExistsAccountType()
accountType to the predicate for AccountTypeFilterProperty, which evaluates to false unless the values of the feature accountType satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Short> forAllAccountType()
accountType to the predicate for AccountTypeFilterProperty, which evaluates to false unless the values of the feature accountType satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.