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