|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dna.graph.query.validate.ImmutableSchemata
@Immutable public class ImmutableSchemata

An immutable Schemata implementation.
| Nested Class Summary | |
|---|---|
static class |
ImmutableSchemata.Builder
A builder of immutable Schemata objects. |
| Nested classes/interfaces inherited from interface org.jboss.dna.graph.query.validate.Schemata |
|---|
Schemata.Column, Schemata.Key, Schemata.Table, Schemata.View |
| Method Summary | |
|---|---|
static ImmutableSchemata.Builder |
createBuilder(TypeSystem typeSystem)
Obtain a new instance for building Schemata objects. |
Schemata.Table |
getTable(SelectorName name)
Get the information for the table or view with the supplied name within this schema. |
String |
toString()
|
ImmutableSchemata |
with(Schemata.Table table)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ImmutableSchemata.Builder createBuilder(TypeSystem typeSystem)
typeSystem - the type system that this schemata should use
IllegalArgumentException - if the context is nullpublic Schemata.Table getTable(SelectorName name)
The resulting definition is immutable.
getTable in interface Schemataname - the table or view name; may not be null
Schemata.getTable(org.jboss.dna.graph.query.model.SelectorName)public ImmutableSchemata with(Schemata.Table table)
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||