public class SchemaMeta
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
SchemaMeta()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static SchemaMeta |
createDummySchema(java.lang.String name)
Returns a new schema with no tables and the given name.
|
java.lang.String |
getDescription()
Returns this schema's description.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtras()
Returns a map of additional non-standard metadata items for this schema.
|
java.lang.String |
getName()
Returns this schema's name.
|
TableMeta[] |
getTables()
Returns a list of the tables contained in this schema.
|
java.lang.String |
getTitle()
Returns this schema's human-readable title.
|
java.lang.String |
getUtype()
Returns this schema's utype.
|
void |
setTables(TableMeta[] tables)
Sets the tables contained in this schema.
|
java.lang.String |
toString()
Returns this schema's name.
|
public java.lang.String getName()
public java.lang.String getTitle()
public java.lang.String getDescription()
public java.lang.String getUtype()
public java.util.Map<java.lang.String,java.lang.Object> getExtras()
public TableMeta[] getTables()
public void setTables(TableMeta[] tables)
tables
- table listpublic java.lang.String toString()
toString
in class java.lang.Object
public static SchemaMeta createDummySchema(java.lang.String name)
name
- name of new schemaCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.