|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringPropertyTQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
domain()
Adds a constraint to the predicate for StringPropertyT testing whether the value of the feature domain is null or not. |
StringTypePredicate |
forAllDomain()
Adds a condition for the feature domain to the predicate for StringPropertyT, which evaluates to false unless the value of the feature domain satisfies the given condition. |
StringTypePredicate |
forAllStringValue()
Adds a condition for the feature stringValue to the predicate for StringPropertyT, which evaluates to false unless the values of the feature stringValue satisfy the given condition. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByDomain()
Allows to adds a sort instruction for StringPropertyT depending the feature domain
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for StringPropertyT depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedTypeOrder |
orderByStringValue()
Allows to adds a sort instruction for StringPropertyT depending the feature stringValue
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedFeaturePredicate |
stringValue()
Adds a constraint to the predicate for StringPropertyT testing whether the feature stringValue has values or not. |
StringTypePredicate |
thereExistsDomain()
Adds a condition for the feature domain to the predicate for StringPropertyT, which evaluates to false unless the value of the feature domain satisfies the given condition. |
StringTypePredicate |
thereExistsStringValue()
Adds a condition for the feature stringValue to the predicate for StringPropertyT, which evaluates to false unless the values of the feature stringValue satisfy the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate domain()
StringPropertyT testing whether the value of the feature domain is null or not.
StringTypePredicate thereExistsDomain()
domain to the predicate for StringPropertyT, which evaluates to false unless the value of the feature domain satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllDomain()
domain to the predicate for StringPropertyT, which evaluates to false unless the value of the feature domain satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByDomain()
StringPropertyT depending the feature domain
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
StringPropertyT depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate stringValue()
StringPropertyT testing whether the feature stringValue has values or not.
StringTypePredicate thereExistsStringValue()
stringValue to the predicate for StringPropertyT, which evaluates to false unless the values of the feature stringValue 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
StringTypePredicate forAllStringValue()
stringValue to the predicate for StringPropertyT, which evaluates to false unless the values of the feature stringValue 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
MultivaluedTypeOrder orderByStringValue()
StringPropertyT depending the feature stringValue
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 | |||||||||