Package com.hp.ucmdb.api.topology
Interface OnPropertiesLinkCondition
public interface OnPropertiesLinkCondition
- Since:
 - UCMDB 9.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionop()Returns the operator of this condition.Returns the source property to match on this condition.Returns the target property to match on this condition. 
- 
Method Details
- 
op
OnPropertiesLinkOp op()Returns the operator of this condition. - 
sourceProperty
String sourceProperty()Returns the source property to match on this condition. - 
targetProperty
String targetProperty()Returns the target property to match on this condition. 
 -