public interface IncompleteLinkOnPropertyP2
Modifier and Type | Method and Description |
---|---|
OnPropertiesLink |
continueWithOperatorAndName(OnPropertiesLinkOp op,
String targetProperty)
A convenience method for automatic builders access.
|
OnPropertiesLink |
isEqualToTargetProperty(String targetProperty)
Completes the 'link on property' statement with an "equals" condition.
|
OnPropertiesLink |
isNotEqualToTargetProperty(String targetProperty)
Completes the 'link on property' statement with an "not equals" condition.
|
OnPropertiesLink |
isSubstringIgnoreCaseOfTargetProperty(String targetProperty)
Completes the 'link on property' statement with an "is substring (ignore case)" condition.
|
OnPropertiesLink |
isSubstringOfTargetProperty(String targetProperty)
Completes the 'link on property' statement with an "is substring" condition.
|
OnPropertiesLink isEqualToTargetProperty(String targetProperty)
equal
to the property now being defined in the
target object.targetProperty
- a valid property in the target object.OnPropertiesLink isNotEqualToTargetProperty(String targetProperty)
not equal
to the property now being defined in the
target object.targetProperty
- a valid property in the target object.OnPropertiesLink isSubstringOfTargetProperty(String targetProperty)
is a substring of
to the property now being defined in the
target object.
The comparison is case-sensitive For a comparison that is not case sensitive,
see isSubstringIgnoreCaseOfTargetProperty
.targetProperty
- a valid property in the target object.OnPropertiesLink isSubstringIgnoreCaseOfTargetProperty(String targetProperty)
is a substring of
to the property now being defined in the
target object.
The case of the strings is ignored in the comparison. For a case-sensitive comparison,
see isSubstringOfTargetProperty
.targetProperty
- a valid property in the target object.OnPropertiesLink continueWithOperatorAndName(OnPropertiesLinkOp op, String targetProperty)
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.