basic
Class DefineSchemas
java.lang.Object
basic.DefineSchemas
public class DefineSchemas
- extends java.lang.Object
An application to demonstrate how to create schemas in existing models
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefineSchemas
public DefineSchemas()
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)