public class XTTModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XTTModel.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
SOURCE_HML |
static int |
SOURCE_HMR |
static int |
SOURCE_SQL |
| Constructor and Description |
|---|
XTTModel(int source) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttributeById(java.lang.String id) |
Attribute |
getAttributeByName(java.lang.String name) |
java.util.LinkedList<Attribute> |
getAttributes() |
XTTModel.Builder |
getBuilder()
Builder object is mutable and can be used to build similar
models.
|
int |
getSource() |
java.util.LinkedList<Table> |
getTables() |
java.util.LinkedList<Type> |
getTypes() |
java.lang.String |
getVersion() |
public static final int SOURCE_HML
public static final int SOURCE_SQL
public static final int SOURCE_HMR
public java.lang.String getVersion()
public java.util.LinkedList<Table> getTables()
public java.util.LinkedList<Type> getTypes()
public java.util.LinkedList<Attribute> getAttributes()
public Attribute getAttributeById(java.lang.String id)
public Attribute getAttributeByName(java.lang.String name)
public int getSource()
public XTTModel.Builder getBuilder()