|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.metamodel.schema.AbstractSchema
org.eobjects.metamodel.schema.CompositeSchema
public class CompositeSchema
A composite schema, comprising tables from several DataContexts.
| Constructor Summary | |
|---|---|
CompositeSchema(String name,
Collection<? extends Schema> delegates)
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of this Schema |
String |
getQuote()
Gets an optional quote string that is used to enclose the name of this structure. |
Relationship[] |
getRelationships()
Gets all relationships to and from this Schema. |
Table[] |
getTables()
Gets all tables in this Schema. |
| Methods inherited from class org.eobjects.metamodel.schema.AbstractSchema |
|---|
compareTo, equals, getQualifiedLabel, getQuotedName, getRelationshipCount, getTable, getTableByName, getTableCount, getTableCount, getTableNames, getTables, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeSchema(String name,
Collection<? extends Schema> delegates)
| Method Detail |
|---|
public Relationship[] getRelationships()
Schema
getRelationships in interface SchemagetRelationships in class AbstractSchemapublic Table[] getTables()
Schema
public String getName()
Schema
public String getQuote()
NamedStructure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||