|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlExportParamsQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
attributeFilter()
Adds a constraint to the predicate for XmlExportParams
testing whether the value of the feature attributeFilter
is null or not. |
StringTypePredicate |
forAllAttributeFilter()
Adds a constraint for the feature attributeFilter to the
predicate. |
StringTypePredicate |
forAllReferenceFilter()
Adds a constraint for the feature referenceFilter to the
predicate. |
SimpleTypeOrder |
orderByAttributeFilter()
Allows to adds a sort instruction for XmlExportParams
depending the feature attributeFilter
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByReferenceFilter()
Allows to adds a sort instruction for XmlExportParams
depending the feature referenceFilter
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
referenceFilter()
Adds a constraint to the predicate for XmlExportParams
testing whether the value of the feature referenceFilter
is null or not. |
StringTypePredicate |
thereExistsAttributeFilter()
Adds a constraint for the feature attributeFilter to the
predicate. |
StringTypePredicate |
thereExistsReferenceFilter()
Adds a constraint for the feature referenceFilter to the
predicate. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate attributeFilter()
XmlExportParams
testing whether the value of the feature attributeFilter
is null or not.
StringTypePredicate thereExistsAttributeFilter()
attributeFilter to the
predicate. The predicate for XmlExportParams evaluates
true if its value of feature attributeFilter
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 forAllAttributeFilter()
attributeFilter to the
predicate. The predicate for XmlExportParams evaluates
true if its value of feature attributeFilter
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 orderByAttributeFilter()
XmlExportParams
depending the feature attributeFilter
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate referenceFilter()
XmlExportParams
testing whether the value of the feature referenceFilter
is null or not.
StringTypePredicate thereExistsReferenceFilter()
referenceFilter to the
predicate. The predicate for XmlExportParams evaluates
true if its value of feature referenceFilter
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 forAllReferenceFilter()
referenceFilter to the
predicate. The predicate for XmlExportParams evaluates
true if its value of feature referenceFilter
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 orderByReferenceFilter()
XmlExportParams
depending the feature referenceFilter
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 | |||||||||