basic
Class DefineSchemas

java.lang.Object
  extended by basic.DefineSchemas

public class DefineSchemas
extends java.lang.Object

An application to demonstrate how to create schemas in existing models


Constructor Summary
DefineSchemas()
           
 
Method Summary
static Schema createEERS6(java.lang.String name)
           
static Schema createERS1(java.lang.String name)
           
static Schema createERS2(java.lang.String name)
           
static Schema createERS3(java.lang.String name)
           
static Schema createERS6(java.lang.String name)
           
static Schema createRelationalS1(java.lang.String name)
           
static Schema createRelationalS2(java.lang.String name)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefineSchemas

public DefineSchemas()
Method Detail

createERS1

public static Schema createERS1(java.lang.String name)
                         throws NotFoundException,
                                TypeMismatchException,
                                IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

createERS2

public static Schema createERS2(java.lang.String name)
                         throws NotFoundException,
                                TypeMismatchException,
                                IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

createERS3

public static Schema createERS3(java.lang.String name)
                         throws NotFoundException,
                                TypeMismatchException,
                                IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

createERS6

public static Schema createERS6(java.lang.String name)
                         throws NotFoundException,
                                TypeMismatchException,
                                IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

createEERS6

public static Schema createEERS6(java.lang.String name)
                          throws NotFoundException,
                                 TypeMismatchException,
                                 IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

createRelationalS1

public static Schema createRelationalS1(java.lang.String name)
                                 throws NotFoundException,
                                        TypeMismatchException,
                                        IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

createRelationalS2

public static Schema createRelationalS2(java.lang.String name)
                                 throws NotFoundException,
                                        TypeMismatchException,
                                        IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

main

public static void main(java.lang.String[] args)