- Schema2XMI - Class in org.andromda.schema2xmi
-
Converts a database schema to an XMI document.
- Schema2XMI() - Constructor for class org.andromda.schema2xmi.Schema2XMI
-
- Schema2XMIGlobals - Class in org.andromda.schema2xmi
-
Contains the Schema2XMI Global variables.
- Schema2XMIGlobals() - Constructor for class org.andromda.schema2xmi.Schema2XMIGlobals
-
- Schema2XMIUtils - Class in org.andromda.schema2xmi
-
Contains utilities for the Schema2XMI tool.
- Schema2XMIUtils() - Constructor for class org.andromda.schema2xmi.Schema2XMIUtils
-
- SchemaTransformer - Class in org.andromda.schema2xmi
-
Performs the transformation of database schema to XMI.
- SchemaTransformer(String, String, String, String) - Constructor for class org.andromda.schema2xmi.SchemaTransformer
-
Constructs a new instance of this SchemaTransformer.
- SchemaTransformerException - Exception in org.andromda.schema2xmi
-
An exception thrown when an unexpected error occurs during processing of the
SchemaTransformer.
- SchemaTransformerException(Throwable) - Constructor for exception org.andromda.schema2xmi.SchemaTransformerException
-
Constructs a new instance of SchemaTransformerException
- SchemaTransformerException(String) - Constructor for exception org.andromda.schema2xmi.SchemaTransformerException
-
Constructs a new instance of SchemaTransformerException
- SchemaTransformerException(String, Throwable) - Constructor for exception org.andromda.schema2xmi.SchemaTransformerException
-
Constructs a new instance of SchemaTransformerException
- setAttributeTaggedValues(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
- setClassStereotypes(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the stereotype name for the new classes.
- setColumnNamePattern(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the regular expression pattern to match on when deciding what attributes
to create in the XMI.
- setColumnTaggedValue(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the name of the column tagged value to use for storing the name of
the column.
- setIdentifierStereotypes(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the stereotype name for the identifiers on the new classes.
- setMetaColumnColumnSize(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
- setMetaColumnDecPlaces(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
- setMetaColumnTypeName(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
- setPackageName(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the name of the package to which the model elements will be created.
- setSchema(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the name of the schema (where the tables can be found).
- setTableNamePattern(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the regular expression pattern to match on when deciding what table
names to add to the transformed XMI.
- setTableTaggedValue(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the name of the table tagged value to use for storing the name of
the table.
- setTypeMappings(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the mappingsUri
which is the URI to the sql types to
model type mappings.
- setXmiVersion(String) - Method in class org.andromda.schema2xmi.SchemaTransformer
-
Sets the version of XMI that will be produced.
- SqlToModelNameFormatter - Class in org.andromda.schema2xmi
-
Provides formatting functions, when converting SQL names to model names.
- SqlToModelNameFormatter() - Constructor for class org.andromda.schema2xmi.SqlToModelNameFormatter
-