|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractAccountQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
accountCategory()
Adds a constraint to the predicate for AbstractAccount
testing whether the feature accountCategory has values or
not. |
ComparableTypePredicate<Short> |
accountRating()
|
ComparableTypePredicate<Short> |
accountState()
|
MultivaluedFeaturePredicate |
accountType()
Adds a constraint to the predicate for AbstractAccount
testing whether the feature accountType has values or not. |
OptionalFeaturePredicate |
aliasName()
Adds a constraint to the predicate for AbstractAccount
testing whether the value of the feature aliasName is
null or not. |
MultivaluedFeaturePredicate |
businessType()
Adds a constraint to the predicate for AbstractAccount
testing whether the feature businessType has values or
not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for AbstractAccount
testing whether the value of the feature description is
null or not. |
ComparableTypePredicate<Short> |
forAllAccountCategory()
Adds a constraint for the feature accountCategory to the
predicate. |
ComparableTypePredicate<Short> |
forAllAccountType()
Adds a constraint for the feature accountType to the
predicate. |
StringTypePredicate |
forAllAliasName()
Adds a constraint for the feature aliasName to the
predicate. |
ComparableTypePredicate<Short> |
forAllBusinessType()
Adds a constraint for the feature businessType to the
predicate. |
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
StringTypePredicate |
forAllFullName()
Adds a constraint for the feature fullName to the
predicate. |
OptionalFeaturePredicate |
fullName()
Adds a constraint to the predicate for AbstractAccount
testing whether the value of the feature fullName is
null or not. |
MultivaluedTypeOrder |
orderByAccountCategory()
Allows to adds a sort instruction for AbstractAccount
depending the feature accountCategory
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByAccountRating()
Allows to adds a sort instruction for AbstractAccount
depending the feature accountRating
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByAccountState()
Allows to adds a sort instruction for AbstractAccount
depending the feature accountState
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByAccountType()
Allows to adds a sort instruction for AbstractAccount
depending the feature accountType
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByAliasName()
Allows to adds a sort instruction for AbstractAccount
depending the feature aliasName
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByBusinessType()
Allows to adds a sort instruction for AbstractAccount
depending the feature businessType
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for AbstractAccount
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByFullName()
Allows to adds a sort instruction for AbstractAccount
depending the feature fullName
Note: The order in which orderBy…
instructions are given is relevant! |
ComparableTypePredicate<Short> |
thereExistsAccountCategory()
Adds a constraint for the feature accountCategory to the
predicate. |
ComparableTypePredicate<Short> |
thereExistsAccountType()
Adds a constraint for the feature accountType to the
predicate. |
StringTypePredicate |
thereExistsAliasName()
Adds a constraint for the feature aliasName to the
predicate. |
ComparableTypePredicate<Short> |
thereExistsBusinessType()
Adds a constraint for the feature businessType to the
predicate. |
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
StringTypePredicate |
thereExistsFullName()
Adds a constraint for the feature fullName to the
predicate. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate accountCategory()
AbstractAccount
testing whether the feature accountCategory has values or
not.
ComparableTypePredicate<Short> thereExistsAccountCategory()
accountCategory to the
predicate. The predicate for AbstractAccount evaluates
true if at least one of its values of feature
accountCategory satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
ComparableTypePredicate<Short> forAllAccountCategory()
accountCategory to the
predicate. The predicate for AbstractAccount evaluates
true if all of its values of feature
accountCategory satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
MultivaluedTypeOrder orderByAccountCategory()
AbstractAccount
depending the feature accountCategory
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> accountRating()
SimpleTypeOrder orderByAccountRating()
AbstractAccount
depending the feature accountRating
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> accountState()
SimpleTypeOrder orderByAccountState()
AbstractAccount
depending the feature accountState
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate accountType()
AbstractAccount
testing whether the feature accountType has values or not.
ComparableTypePredicate<Short> thereExistsAccountType()
accountType to the
predicate. The predicate for AbstractAccount evaluates
true if at least one of its values of feature
accountType satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
ComparableTypePredicate<Short> forAllAccountType()
accountType to the
predicate. The predicate for AbstractAccount evaluates
true if all of its values of feature
accountType satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
MultivaluedTypeOrder orderByAccountType()
AbstractAccount
depending the feature accountType
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate aliasName()
AbstractAccount
testing whether the value of the feature aliasName is
null or not.
StringTypePredicate thereExistsAliasName()
aliasName to the
predicate. The predicate for AbstractAccount evaluates
true if its value of feature aliasName
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 forAllAliasName()
aliasName to the
predicate. The predicate for AbstractAccount evaluates
true if its value of feature aliasName
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 orderByAliasName()
AbstractAccount
depending the feature aliasName
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate businessType()
AbstractAccount
testing whether the feature businessType has values or
not.
ComparableTypePredicate<Short> thereExistsBusinessType()
businessType to the
predicate. The predicate for AbstractAccount evaluates
true if at least one of its values of feature
businessType satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
ComparableTypePredicate<Short> forAllBusinessType()
businessType to the
predicate. The predicate for AbstractAccount evaluates
true if all of its values of feature
businessType satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
MultivaluedTypeOrder orderByBusinessType()
AbstractAccount
depending the feature businessType
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate description()
AbstractAccount
testing whether the value of the feature description is
null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate. The predicate for AbstractAccount evaluates
true if its value of feature description
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 forAllDescription()
description to the
predicate. The predicate for AbstractAccount evaluates
true if its value of feature description
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 orderByDescription()
AbstractAccount
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate fullName()
AbstractAccount
testing whether the value of the feature fullName is
null or not.
StringTypePredicate thereExistsFullName()
fullName to the
predicate. The predicate for AbstractAccount evaluates
true if its value of feature fullName
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 forAllFullName()
fullName to the
predicate. The predicate for AbstractAccount evaluates
true if its value of feature fullName
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 orderByFullName()
AbstractAccount
depending the feature fullName
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 | |||||||||