|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditableTypedElementQuery
| Method Summary | |
|---|---|
ClassifierQuery |
forAllType()
Adds a constraint for the feature type to the predicate. |
org.w3c.cci2.StringTypePredicate |
forAllTypeName()
Adds a constraint for the feature typeName to the
predicate. |
org.w3c.cci2.SimpleTypeOrder |
orderByTypeName()
Allows to adds a sort instruction for EditableTypedElement
depending the feature typeName
Note: The order in which orderBy…
instructions are given is relevant! |
ClassifierQuery |
thereExistsType()
Adds a constraint for the feature type to the predicate. |
org.w3c.cci2.StringTypePredicate |
thereExistsTypeName()
Adds a constraint for the feature typeName to the
predicate. |
org.w3c.cci2.OptionalFeaturePredicate |
type()
Adds a constraint to the predicate for EditableTypedElement testing whether the value of the
feature type is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
typeName()
Adds a constraint to the predicate for EditableTypedElement testing whether the value of the
feature typeName is null or not. |
| Methods inherited from interface org.opencrx.kernel.model1.query.EditableElementQuery |
|---|
annotation, basedOn, elementOrder, forAllAnnotation, forAllBasedOn, forAllElementOrder, name, orderByAnnotation, orderByElementOrder, orderByName, thereExistsAnnotation, thereExistsBasedOn, thereExistsElementOrder |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
org.w3c.cci2.OptionalFeaturePredicate type()
EditableTypedElement testing whether the value of the
feature type is null or not.
ClassifierQuery thereExistsType()
type to the predicate.
The predicate for EditableTypedElement evaluates
true if its value of feature type 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!
ClassifierQuery forAllType()
type to the predicate.
The predicate for EditableTypedElement evaluates
true if its value of feature type 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!
org.w3c.cci2.OptionalFeaturePredicate typeName()
EditableTypedElement testing whether the value of the
feature typeName is null or not.
org.w3c.cci2.StringTypePredicate thereExistsTypeName()
typeName to the
predicate. The predicate for EditableTypedElement
evaluates true if its value of feature
typeName 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!
org.w3c.cci2.StringTypePredicate forAllTypeName()
typeName to the
predicate. The predicate for EditableTypedElement
evaluates true if its value of feature
typeName 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!
org.w3c.cci2.SimpleTypeOrder orderByTypeName()
EditableTypedElement
depending the feature typeName
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 | |||||||||