public class Dataflow extends Object
Constructor and Description |
---|
Dataflow() |
Modifier and Type | Method and Description |
---|---|
Sqlflow |
getDbobjs() |
Error[] |
getErrors() |
String |
getOrientation() |
Process[] |
getProcesses() |
Relationship[] |
getRelationships() |
void |
setDbobjs(Sqlflow dbobjs) |
void |
setErrors(Error[] errors) |
void |
setOrientation(String orientation) |
void |
setProcesses(Process[] processes) |
void |
setRelationships(Relationship[] relationships) |
public Relationship[] getRelationships()
public Error[] getErrors()
public void setErrors(Error[] errors)
public String getOrientation()
public void setOrientation(String orientation)
public Sqlflow getDbobjs()
public void setDbobjs(Sqlflow dbobjs)
public void setRelationships(Relationship[] relationships)
public Process[] getProcesses()
public void setProcesses(Process[] processes)
Copyright © 2023. All rights reserved.