Interface LinkStepConfiguration
public interface LinkStepConfiguration
Gets the data configuration of a path.
-
Method Summary
Modifier and TypeMethodDescriptioncom.orchestranetworks.schema.PathReturns the foreign key configuration path.booleanReturnstrueif the foreign key is reverse direction.
-
Method Details
-
getForeignKey
com.orchestranetworks.schema.Path getForeignKey()Returns the foreign key configuration path. -
isReversed
boolean isReversed()Returnstrueif the foreign key is reverse direction.
-