org.ocltf.model.uml.profile
Class ObjectRelationalProfile

java.lang.Object
  extended byorg.ocltf.model.uml.profile.ObjectRelationalProfile

public class ObjectRelationalProfile
extends java.lang.Object

The object/relational profile. Contains the profile information for the object to relational mapping.

Author:
Chad Brandon

Field Summary
static java.lang.String STEREOTYPE_PRIMARY_KEY
          The stereotype which represents a primary key
static java.lang.String TAG_DATABASE_COLUMN
          The name of the tagged value that stores the sql column name.
static java.lang.String TAG_DATABASE_COLUMN_LENGTH
          The name of the tagged value that stores the sql column length.
static java.lang.String TAG_DATABASE_TABLE
          The name of the tagged value that stores the sql table name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_DATABASE_COLUMN

public static final java.lang.String TAG_DATABASE_COLUMN
The name of the tagged value that stores the sql column name.

See Also:
Constant Field Values

TAG_DATABASE_COLUMN_LENGTH

public static final java.lang.String TAG_DATABASE_COLUMN_LENGTH
The name of the tagged value that stores the sql column length.

See Also:
Constant Field Values

TAG_DATABASE_TABLE

public static final java.lang.String TAG_DATABASE_TABLE
The name of the tagged value that stores the sql table name.

See Also:
Constant Field Values

STEREOTYPE_PRIMARY_KEY

public static final java.lang.String STEREOTYPE_PRIMARY_KEY
The stereotype which represents a primary key

See Also:
Constant Field Values


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.