|
||||||||||
| 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 constraint for the feature role to the predicate. |
StringTypePredicate |
forAllRoleId()
Adds a constraint for the feature roleId to the predicate. |
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 constraint for the feature role to the predicate. |
StringTypePredicate |
thereExistsRoleId()
Adds a constraint for the feature roleId to the predicate. |
| 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.
The predicate for RoleCapable evaluates true
if its value of feature role 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!
RoleCapableQuery forAllRole()
role to the predicate.
The predicate for RoleCapable evaluates true
if its value of feature role 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!
OptionalFeaturePredicate roleId()
RoleCapable testing
whether the value of the feature roleId is
null or not.
StringTypePredicate thereExistsRoleId()
roleId to the predicate.
The predicate for RoleCapable evaluates true
if its value of feature roleId 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 forAllRoleId()
roleId to the predicate.
The predicate for RoleCapable evaluates true
if its value of feature roleId 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 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 | |||||||||