|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReapplyContractCreatorParamsQuery
Method Summary | |
---|---|
OptionalFeaturePredicate |
contractCreator()
Adds a constraint to the predicate for ReapplyContractCreatorParams testing whether the value of the feature contractCreator is null or not. |
ContractCreatorQuery |
forAllContractCreator()
Adds a condition for the feature contractCreator to the predicate for ReapplyContractCreatorParams , which evaluates to false unless the value of the feature contractCreator satisfies the given condition. |
ContractCreatorQuery |
thereExistsContractCreator()
Adds a condition for the feature contractCreator to the predicate for ReapplyContractCreatorParams , which evaluates to false unless the value of the feature contractCreator satisfies the given condition. |
Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
Method Detail |
---|
OptionalFeaturePredicate contractCreator()
ReapplyContractCreatorParams
testing whether the value of the feature contractCreator
is null
or not.
ContractCreatorQuery thereExistsContractCreator()
contractCreator
to the predicate for ReapplyContractCreatorParams
, which evaluates to false
unless the value of the feature contractCreator
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ContractCreatorQuery forAllContractCreator()
contractCreator
to the predicate for ReapplyContractCreatorParams
, which evaluates to false
unless the value of the feature contractCreator
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |