|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoleCapableQuery
| Method Summary | |
|---|---|
RoleCapableQuery |
forAllRole()
Adds a condition for the feature role to the predicate for
RoleCapable, which evaluates to false unless
the value of the feature role satisfies the given
condition. |
StringTypePredicate |
forAllRoleId()
Adds a condition for the feature roleId to the predicate
for RoleCapable, which evaluates to false
unless the value of the feature roleId satisfies the given
condition. |
SimpleTypeOrder |
orderByRoleId()
Allows to adds a sort instruction for RoleCapable
depending the feature roleId
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedFeaturePredicate |
role()
Adds a constraint to the predicate for RoleCapable testing
whether the feature role has values or not. |
OptionalFeaturePredicate |
roleId()
Adds a constraint to the predicate for RoleCapable testing
whether the value of the feature roleId is
null or not. |
RoleCapableQuery |
thereExistsRole()
Adds a condition for the feature role to the predicate for
RoleCapable, which evaluates to false unless
the value of the feature role satisfies the given
condition. |
StringTypePredicate |
thereExistsRoleId()
Adds a condition for the feature roleId to the predicate
for RoleCapable, which evaluates to false
unless the value of the feature roleId satisfies the given
condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate role()
RoleCapable testing
whether the feature role has values or not.
RoleCapableQuery thereExistsRole()
role to the predicate for
RoleCapable, which evaluates to false unless
the value of the feature role satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
RoleCapableQuery forAllRole()
role to the predicate for
RoleCapable, which evaluates to false unless
the value of the feature role satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate roleId()
RoleCapable testing
whether the value of the feature roleId is
null or not.
StringTypePredicate thereExistsRoleId()
roleId to the predicate
for RoleCapable, which evaluates to false
unless the value of the feature roleId satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllRoleId()
roleId to the predicate
for RoleCapable, which evaluates to false
unless the value of the feature roleId satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByRoleId()
RoleCapable
depending the feature roleId
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 | |||||||||