|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PackageExternalizeParamsQuery
A PackageExternalizeParamsQuery selects a set of instances
of class PackageExternalizeParams based on conditions to be
met by their attributes.
| Method Summary | |
|---|---|
StringTypePredicate |
forAllFormat()
Adds a constraint for the feature format to the predicate. |
MultivaluedFeaturePredicate |
format()
Adds a constraint to the predicate for PackageExternalizeParams testing whether the feature
format has values or not. |
MultivaluedTypeOrder |
orderByFormat()
Allows to adds a sort instruction for PackageExternalizeParams depending the feature
format
Note: The order in which orderBy…
instructions are given is relevant! |
StringTypePredicate |
thereExistsFormat()
Adds a constraint for the feature format to the predicate. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate format()
PackageExternalizeParams testing whether the feature
format has values or not.
StringTypePredicate thereExistsFormat()
format to the predicate.
The predicate for PackageExternalizeParams evaluates
true if at least one of its values of feature
format 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!
StringTypePredicate forAllFormat()
format to the predicate.
The predicate for PackageExternalizeParams evaluates
true if all of its values of feature format
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 orderByFormat()
PackageExternalizeParams depending the feature
format
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 | |||||||||