A C D F G H I J M O P R S T 

A

addForeignKey(String, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Adds a foreign key column name to the foreignKeys Map.

C

constructTypeName(String, String, String) - Static method in class org.andromda.schema2xmi.Schema2XMIUtils
Constructs the entire type name from the given name and length.
createAssociations(DatabaseMetaData, CorePackage, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Creates and returns a collection of associations by determining foreign tables to the table having the given tableName.
createAttributeMultiplicity(DataTypesPackage, boolean) - Method in class org.andromda.schema2xmi.SchemaTransformer
Creates an attributes multiplicity, if required is true, then multiplicity is set to 1, if required is false, then multiplicity is set to 0..1.
createAttributes(DatabaseMetaData, CorePackage, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Creates and returns a collection of attributes from creating an attribute from every column on the table having the give tableName.
createClass(UmlPackage, DatabaseMetaData, CorePackage, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Creates and returns a UmlClass with the given name using the corePackage to create it.
createClasses(Connection, CorePackage, UmlPackage) - Method in class org.andromda.schema2xmi.SchemaTransformer
Creates all classes from the tables found in the schema.
createMultiplicity(DataTypesPackage, int, int) - Method in class org.andromda.schema2xmi.SchemaTransformer
Creates a multiplicity, from lower and upper ranges.
createTaggedValue(CorePackage, String, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Creates a tagged value given the specified name.

D

displayHelp() - Static method in class org.andromda.schema2xmi.Schema2XMI
Display usage information based upon current command-line option configuration.

F

find(int) - Static method in class org.andromda.schema2xmi.JdbcTypeFinder
Finds the name of the jdbcType passed in, or null if there is no type in the java.sql.Types class matching the given jdbcType.
find(Model, String) - Static method in class org.andromda.schema2xmi.ModelElementFinder
Finds the model element having the fullyQualifiedName in the model, returns null if not found.
find(UmlPackage, String) - Static method in class org.andromda.schema2xmi.ModelElementFinder
Finds and returns the first model element having the given name in the modelPackage, returns null if not found.
find(UmlPackage, String) - Static method in class org.andromda.schema2xmi.ModelElementFinder
Finds and returns the first model element having the given name in the umlPackage, returns null if not found.

G

getMetaColumnColumnSize() - Method in class org.andromda.schema2xmi.SchemaTransformer
 
getMetaColumnDecPlaces() - Method in class org.andromda.schema2xmi.SchemaTransformer
 
getMetaColumnTypeName() - Method in class org.andromda.schema2xmi.SchemaTransformer
 
getOrCreateDataType(CorePackage, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Gets or creates a new data type instance having the given fully qualified type name.
getOrCreatePackage(ModelManagementPackage, UmlPackage, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Gets or creates a package having the specified packageName using the given modelManagementPackage, places it on the model and returns the last leaf package.
getOrCreateStereotypes(CorePackage, String, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Gets or creates a stereotypes given the specified comma separated list of names.
getPrimaryKeyColumns(DatabaseMetaData, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Returns a collection of all primary key column names for the given tableName.

H

hasForeignKey(String, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Returns true if the table with the given tableName has a foreign key with the specified columnName.

I

isColumnNullable(DatabaseMetaData, String, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
This method just checks to see if a column is null able or not, if so, returns true, if not returns false.

J

JdbcTypeFinder - Class in org.andromda.schema2xmi
Provides the ability to find a java.sql.Types field name based on an int value.
JdbcTypeFinder() - Constructor for class org.andromda.schema2xmi.JdbcTypeFinder
 

M

main(String[]) - Static method in class org.andromda.schema2xmi.Schema2XMI
 
ModelElementFinder - Class in org.andromda.schema2xmi
Finds model elements by their names.
ModelElementFinder() - Constructor for class org.andromda.schema2xmi.ModelElementFinder
 

O

org.andromda.schema2xmi - package org.andromda.schema2xmi
 

P

PACKAGE_SEPARATOR - Static variable in class org.andromda.schema2xmi.Schema2XMIGlobals
"::" The token used to separate packages.
parseCommands(String[]) - Method in class org.andromda.schema2xmi.Schema2XMI
Parse a string-array of command-line arguments.

R

REPOSITORY_NAMESPACE_NETBEANSMDR - Static variable in class org.andromda.schema2xmi.Schema2XMIGlobals
"netBeansMDR" The namespace of the NetBeans MDR repository.

S

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
 

T

toAttributeName(String) - Static method in class org.andromda.schema2xmi.SqlToModelNameFormatter
Converts a column name to an attribute name.
toCamelCase(String) - Static method in class org.andromda.schema2xmi.SqlToModelNameFormatter
Turns a table name into a model element class name.
toClassName(String) - Static method in class org.andromda.schema2xmi.SqlToModelNameFormatter
Converts a table name to an class name.
transform(String, String) - Method in class org.andromda.schema2xmi.SchemaTransformer
Transforms the Schema file and writes it to the location given by outputLocation.
A C D F G H I J M O P R S T 

Copyright © 2003–2014 AndroMDA.org. All rights reserved.