Class SchemaView
- java.lang.Object
-
- org.openforis.collect.metamodel.view.SchemaView
-
public class SchemaView extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRootEntity(EntityDefView view)List<EntityDefView>getRootEntities()
-
-
-
Method Detail
-
getRootEntities
public List<EntityDefView> getRootEntities()
-
addRootEntity
public void addRootEntity(EntityDefView view)
-
-