org.eclipse.emf.test.models.movie.db.impl
Class DBPackageImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                      extended by org.eclipse.emf.ecore.impl.ENamedElementImpl
                          extended by org.eclipse.emf.ecore.impl.EPackageImpl
                              extended by org.eclipse.emf.test.models.movie.db.impl.DBPackageImpl
All Implemented Interfaces:
Notifier, EModelElement, ENamedElement, EObject, EPackage, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder, DBPackage

public class DBPackageImpl
extends EPackageImpl
implements DBPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.Container
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.test.models.movie.db.DBPackage
DBPackage.Literals
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
eClassifiers, ecoreFactory, ecorePackage, eFactoryInstance, eNameToEClassifierMap, ePackageExtendedMetaData, eSubpackages, IS_ABSTRACT, IS_CHANGEABLE, IS_COMPOSITE, IS_DERIVED, IS_GENERATED_INSTANCE_CLASS, IS_ID, IS_INTERFACE, IS_ORDERED, IS_RESOLVABLE, IS_RESOLVE_PROXIES, IS_SERIALIZABLE, IS_TRANSIENT, IS_UNIQUE, IS_UNSETTABLE, IS_VOLATILE, NS_PREFIX_EDEFAULT, NS_URI_EDEFAULT, nsPrefix, nsURI
 
Fields inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
name, NAME_EDEFAULT
 
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
 
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.test.models.movie.db.DBPackage
ACTORS_LIST, CRITICS_REVIEW_TYPE, CRITICS_REVIEW_TYPE__RATING, CRITICS_REVIEW_TYPE__REVIEWED_BY, CRITICS_REVIEW_TYPE_FEATURE_COUNT, CUSTOMER_REVIEW_TYPE, CUSTOMER_REVIEW_TYPE__COMMENT, CUSTOMER_REVIEW_TYPE__RATING, CUSTOMER_REVIEW_TYPE__REVIEWED_BY, CUSTOMER_REVIEW_TYPE_FEATURE_COUNT, DOCUMENT_ROOT, DOCUMENT_ROOT__CHECKED_OUT_BY, DOCUMENT_ROOT__CRITICS_REVIEW, DOCUMENT_ROOT__CUSTOMER_REVIEW, DOCUMENT_ROOT__LANGUAGE, DOCUMENT_ROOT__MIXED, DOCUMENT_ROOT__MOVIE_DB, DOCUMENT_ROOT__SPECIAL_FEATURES, DOCUMENT_ROOT__XMLNS_PREFIX_MAP, DOCUMENT_ROOT__XSI_SCHEMA_LOCATION, DOCUMENT_ROOT_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, GENRE_TYPES, GENRE_TYPES_OBJECT, MOVIE_DB_TYPE, MOVIE_DB_TYPE__COMMENT, MOVIE_DB_TYPE__MOVIE, MOVIE_DB_TYPE__MOVIE_DB_FEATURE_MAP, MOVIE_DB_TYPE_FEATURE_COUNT, MOVIE_TYPE, MOVIE_TYPE__ACTORS, MOVIE_TYPE__ANY, MOVIE_TYPE__CHECKED_OUT_BY, MOVIE_TYPE__CRITICS_REVIEW, MOVIE_TYPE__CRITICS_REVIEW_GROUP, MOVIE_TYPE__DIRECTOR, MOVIE_TYPE__GENRE, MOVIE_TYPE__ID, MOVIE_TYPE__SUMMARY, MOVIE_TYPE__TITLE, MOVIE_TYPE_FEATURE_COUNT, RATING_TYPE, RATING_TYPE_OBJECT, RATING_VALUES, RATING_VALUES_OBJECT
 
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
protected  void createExtendedMetaDataAnnotations()
          Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData
 void createPackageContents()
          Creates the meta-model objects for the package.
 EDataType getActorsList()
           
 EAttribute getCriticsReviewType_Rating()
           
 EAttribute getCriticsReviewType_ReviewedBy()
           
 EClass getCriticsReviewType()
           
 EAttribute getCustomerReviewType_Comment()
           
 EClass getCustomerReviewType()
           
 DBFactory getDBFactory()
           
 EReference getDocumentRoot_CheckedOutBy()
           
 EReference getDocumentRoot_CriticsReview()
           
 EReference getDocumentRoot_CustomerReview()
           
 EAttribute getDocumentRoot_Language()
           
 EAttribute getDocumentRoot_Mixed()
           
 EReference getDocumentRoot_MovieDB()
           
 EAttribute getDocumentRoot_SpecialFeatures()
           
 EReference getDocumentRoot_XMLNSPrefixMap()
           
 EReference getDocumentRoot_XSISchemaLocation()
           
 EClass getDocumentRoot()
           
 EEnum getGenreTypes()
           
 EDataType getGenreTypesObject()
           
 EAttribute getMovieDBType_Comment()
           
 EReference getMovieDBType_Movie()
           
 EAttribute getMovieDBType_MovieDBFeatureMap()
           
 EClass getMovieDBType()
           
 EAttribute getMovieType_Actors()
           
 EAttribute getMovieType_Any()
           
 EReference getMovieType_CheckedOutBy()
           
 EReference getMovieType_CriticsReview()
           
 EAttribute getMovieType_CriticsReviewGroup()
           
 EAttribute getMovieType_Director()
           
 EAttribute getMovieType_Genre()
           
 EAttribute getMovieType_ID()
           
 EAttribute getMovieType_Summary()
           
 EAttribute getMovieType_Title()
           
 EClass getMovieType()
           
 EDataType getRatingType()
           
 EDataType getRatingTypeObject()
           
 EDataType getRatingValues()
           
 EDataType getRatingValuesObject()
           
static DBPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
addAnnotation, addAnnotation, addAnnotation, addAnnotation, addEEnumLiteral, addEException, addEException, addEOperation, addEOperation, addEOperation, addEParameter, addEParameter, addEParameter, addEParameter, addEParameter, addETypeParameter, addETypeParameter, basicGetESuperPackage, basicSetEFactoryInstance, createEAttribute, createEClass, createEDataType, createEEnum, createEGenericType, createEGenericType, createEGenericType, createEOperation, createEReference, createResource, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eSet, eSetProxyURI, eStaticClass, eUnset, fixEClassifiers, fixEEnumLiterals, fixEOperations, fixEStructuralFeatures, fixInstanceClass, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEClass, initEClass, initEClass, initEDataType, initEDataType, initEDataType, initEEnum, initEOperation, initEOperation, initEOperation, initEOperation, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initializeFromLoadedEPackage, setEFactoryInstance, setExtendedMetaData, setGeneratedClassName, setInstanceTypeName, setNamespaceURI, setNsPrefix, setNsURI, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
eContents, eCrossReferences, getName, getNameGen, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eSetDirectResource, eURIFragmentSegment, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSettings
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

init

public static DBPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize DBPackage.eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See Also:
DBPackage.eNS_URI, createPackageContents(), initializePackageContents()

getCriticsReviewType

public EClass getCriticsReviewType()

Specified by:
getCriticsReviewType in interface DBPackage
Returns:
the meta object for class 'Critics Review Type'.
See Also:
CriticsReviewType

getCriticsReviewType_Rating

public EAttribute getCriticsReviewType_Rating()

Specified by:
getCriticsReviewType_Rating in interface DBPackage
Returns:
the meta object for the attribute 'Rating'.
See Also:
CriticsReviewType.getRating(), DBPackage.getCriticsReviewType()

getCriticsReviewType_ReviewedBy

public EAttribute getCriticsReviewType_ReviewedBy()

Specified by:
getCriticsReviewType_ReviewedBy in interface DBPackage
Returns:
the meta object for the attribute 'Reviewed By'.
See Also:
CriticsReviewType.getReviewedBy(), DBPackage.getCriticsReviewType()

getCustomerReviewType

public EClass getCustomerReviewType()

Specified by:
getCustomerReviewType in interface DBPackage
Returns:
the meta object for class 'Customer Review Type'.
See Also:
CustomerReviewType

getCustomerReviewType_Comment

public EAttribute getCustomerReviewType_Comment()

Specified by:
getCustomerReviewType_Comment in interface DBPackage
Returns:
the meta object for the attribute 'Comment'.
See Also:
CustomerReviewType.getComment(), DBPackage.getCustomerReviewType()

getDocumentRoot

public EClass getDocumentRoot()

Specified by:
getDocumentRoot in interface DBPackage
Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot

getDocumentRoot_Mixed

public EAttribute getDocumentRoot_Mixed()

Specified by:
getDocumentRoot_Mixed in interface DBPackage
Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), DBPackage.getDocumentRoot()

getDocumentRoot_XMLNSPrefixMap

public EReference getDocumentRoot_XMLNSPrefixMap()

Specified by:
getDocumentRoot_XMLNSPrefixMap in interface DBPackage
Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), DBPackage.getDocumentRoot()

getDocumentRoot_XSISchemaLocation

public EReference getDocumentRoot_XSISchemaLocation()

Specified by:
getDocumentRoot_XSISchemaLocation in interface DBPackage
Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), DBPackage.getDocumentRoot()

getDocumentRoot_CheckedOutBy

public EReference getDocumentRoot_CheckedOutBy()

Specified by:
getDocumentRoot_CheckedOutBy in interface DBPackage
Returns:
the meta object for the reference 'Checked Out By'.
See Also:
DocumentRoot.getCheckedOutBy(), DBPackage.getDocumentRoot()

getDocumentRoot_CriticsReview

public EReference getDocumentRoot_CriticsReview()

Specified by:
getDocumentRoot_CriticsReview in interface DBPackage
Returns:
the meta object for the containment reference 'Critics Review'.
See Also:
DocumentRoot.getCriticsReview(), DBPackage.getDocumentRoot()

getDocumentRoot_CustomerReview

public EReference getDocumentRoot_CustomerReview()

Specified by:
getDocumentRoot_CustomerReview in interface DBPackage
Returns:
the meta object for the containment reference 'Customer Review'.
See Also:
DocumentRoot.getCustomerReview(), DBPackage.getDocumentRoot()

getDocumentRoot_Language

public EAttribute getDocumentRoot_Language()

Specified by:
getDocumentRoot_Language in interface DBPackage
Returns:
the meta object for the attribute 'Language'.
See Also:
DocumentRoot.getLanguage(), DBPackage.getDocumentRoot()

getDocumentRoot_MovieDB

public EReference getDocumentRoot_MovieDB()

Specified by:
getDocumentRoot_MovieDB in interface DBPackage
Returns:
the meta object for the containment reference 'Movie DB'.
See Also:
DocumentRoot.getMovieDB(), DBPackage.getDocumentRoot()

getDocumentRoot_SpecialFeatures

public EAttribute getDocumentRoot_SpecialFeatures()

Specified by:
getDocumentRoot_SpecialFeatures in interface DBPackage
Returns:
the meta object for the attribute 'Special Features'.
See Also:
DocumentRoot.getSpecialFeatures(), DBPackage.getDocumentRoot()

getMovieDBType

public EClass getMovieDBType()

Specified by:
getMovieDBType in interface DBPackage
Returns:
the meta object for class 'Movie DB Type'.
See Also:
MovieDBType

getMovieDBType_MovieDBFeatureMap

public EAttribute getMovieDBType_MovieDBFeatureMap()

Specified by:
getMovieDBType_MovieDBFeatureMap in interface DBPackage
Returns:
the meta object for the attribute list 'Movie DB Feature Map'.
See Also:
MovieDBType.getMovieDBFeatureMap(), DBPackage.getMovieDBType()

getMovieDBType_Movie

public EReference getMovieDBType_Movie()

Specified by:
getMovieDBType_Movie in interface DBPackage
Returns:
the meta object for the containment reference list 'Movie'.
See Also:
MovieDBType.getMovie(), DBPackage.getMovieDBType()

getMovieDBType_Comment

public EAttribute getMovieDBType_Comment()

Specified by:
getMovieDBType_Comment in interface DBPackage
Returns:
the meta object for the attribute 'Comment'.
See Also:
MovieDBType.getComment(), DBPackage.getMovieDBType()

getMovieType

public EClass getMovieType()

Specified by:
getMovieType in interface DBPackage
Returns:
the meta object for class 'Movie Type'.
See Also:
MovieType

getMovieType_Title

public EAttribute getMovieType_Title()

Specified by:
getMovieType_Title in interface DBPackage
Returns:
the meta object for the attribute 'Title'.
See Also:
MovieType.getTitle(), DBPackage.getMovieType()

getMovieType_Actors

public EAttribute getMovieType_Actors()

Specified by:
getMovieType_Actors in interface DBPackage
Returns:
the meta object for the attribute 'Actors'.
See Also:
MovieType.getActors(), DBPackage.getMovieType()

getMovieType_Director

public EAttribute getMovieType_Director()

Specified by:
getMovieType_Director in interface DBPackage
Returns:
the meta object for the attribute 'Director'.
See Also:
MovieType.getDirector(), DBPackage.getMovieType()

getMovieType_Genre

public EAttribute getMovieType_Genre()

Specified by:
getMovieType_Genre in interface DBPackage
Returns:
the meta object for the attribute 'Genre'.
See Also:
MovieType.getGenre(), DBPackage.getMovieType()

getMovieType_Summary

public EAttribute getMovieType_Summary()

Specified by:
getMovieType_Summary in interface DBPackage
Returns:
the meta object for the attribute 'Summary'.
See Also:
MovieType.getSummary(), DBPackage.getMovieType()

getMovieType_CriticsReviewGroup

public EAttribute getMovieType_CriticsReviewGroup()

Specified by:
getMovieType_CriticsReviewGroup in interface DBPackage
Returns:
the meta object for the attribute list 'Critics Review Group'.
See Also:
MovieType.getCriticsReviewGroup(), DBPackage.getMovieType()

getMovieType_CriticsReview

public EReference getMovieType_CriticsReview()

Specified by:
getMovieType_CriticsReview in interface DBPackage
Returns:
the meta object for the containment reference list 'Critics Review'.
See Also:
MovieType.getCriticsReview(), DBPackage.getMovieType()

getMovieType_CheckedOutBy

public EReference getMovieType_CheckedOutBy()

Specified by:
getMovieType_CheckedOutBy in interface DBPackage
Returns:
the meta object for the reference 'Checked Out By'.
See Also:
MovieType.getCheckedOutBy(), DBPackage.getMovieType()

getMovieType_Any

public EAttribute getMovieType_Any()

Specified by:
getMovieType_Any in interface DBPackage
Returns:
the meta object for the attribute list 'Any'.
See Also:
MovieType.getAny(), DBPackage.getMovieType()

getMovieType_ID

public EAttribute getMovieType_ID()

Specified by:
getMovieType_ID in interface DBPackage
Returns:
the meta object for the attribute 'ID'.
See Also:
MovieType.getID(), DBPackage.getMovieType()

getGenreTypes

public EEnum getGenreTypes()

Specified by:
getGenreTypes in interface DBPackage
Returns:
the meta object for enum 'Genre Types'.
See Also:
GenreTypes

getActorsList

public EDataType getActorsList()

Specified by:
getActorsList in interface DBPackage
Returns:
the meta object for data type 'Actors List'.
See Also:
List

getGenreTypesObject

public EDataType getGenreTypesObject()

Specified by:
getGenreTypesObject in interface DBPackage
Returns:
the meta object for data type 'Genre Types Object'.
See Also:
GenreTypes

getRatingType

public EDataType getRatingType()

Specified by:
getRatingType in interface DBPackage
Returns:
the meta object for data type 'Rating Type'.

getRatingTypeObject

public EDataType getRatingTypeObject()

Specified by:
getRatingTypeObject in interface DBPackage
Returns:
the meta object for data type 'Rating Type Object'.
See Also:
Integer

getRatingValues

public EDataType getRatingValues()

Specified by:
getRatingValues in interface DBPackage
Returns:
the meta object for data type 'Rating Values'.

getRatingValuesObject

public EDataType getRatingValuesObject()

Specified by:
getRatingValuesObject in interface DBPackage
Returns:
the meta object for data type 'Rating Values Object'.
See Also:
Integer

getDBFactory

public DBFactory getDBFactory()

Specified by:
getDBFactory in interface DBPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


createExtendedMetaDataAnnotations

protected void createExtendedMetaDataAnnotations()
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.