org.eclipse.wst.rdb.internal.models.dbdefinition.impl
Class UserDefinedTypeDefinitionImpl

java.lang.Object
  |
  +--org.eclipse.emf.common.notify.impl.BasicNotifierImpl
        |
        +--org.eclipse.emf.ecore.impl.BasicEObjectImpl
              |
              +--org.eclipse.emf.ecore.impl.EObjectImpl
                    |
                    +--org.eclipse.wst.rdb.internal.models.dbdefinition.impl.UserDefinedTypeDefinitionImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier, UserDefinedTypeDefinition

public class UserDefinedTypeDefinitionImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements UserDefinedTypeDefinition

An implementation of the model object 'User Defined Type Definition'.

The following features are implemented:


Inner classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Inner classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
          
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
          
 void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
          
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
          
 boolean isDefaultValueSupported()
          
 boolean isDistinctTypeSupported()
          
 boolean isStructuredTypeSupported()
          
 void setDefaultValueSupported(boolean newDefaultValueSupported)
          
 void setDistinctTypeSupported(boolean newDistinctTypeSupported)
          
 void setStructuredTypeSupported(boolean newStructuredTypeSupported)
          
 java.lang.String toString()
          
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eInternalResource, eInverseAdd, eInverseRemove, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource
 
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

isDefaultValueSupported

public boolean isDefaultValueSupported()
Specified by:
isDefaultValueSupported in interface UserDefinedTypeDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.UserDefinedTypeDefinition
Returns:
the value of the 'Default Value Supported' attribute.
See Also:
UserDefinedTypeDefinition.setDefaultValueSupported(boolean), DatabaseDefinitionPackage.getUserDefinedTypeDefinition_DefaultValueSupported()

setDefaultValueSupported

public void setDefaultValueSupported(boolean newDefaultValueSupported)
Specified by:
setDefaultValueSupported in interface UserDefinedTypeDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.UserDefinedTypeDefinition
Parameters:
value - the new value of the 'Default Value Supported' attribute.
See Also:
UserDefinedTypeDefinition.isDefaultValueSupported()

isDistinctTypeSupported

public boolean isDistinctTypeSupported()
Specified by:
isDistinctTypeSupported in interface UserDefinedTypeDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.UserDefinedTypeDefinition
Returns:
the value of the 'Distinct Type Supported' attribute.
See Also:
UserDefinedTypeDefinition.setDistinctTypeSupported(boolean), DatabaseDefinitionPackage.getUserDefinedTypeDefinition_DistinctTypeSupported()

setDistinctTypeSupported

public void setDistinctTypeSupported(boolean newDistinctTypeSupported)
Specified by:
setDistinctTypeSupported in interface UserDefinedTypeDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.UserDefinedTypeDefinition
Parameters:
value - the new value of the 'Distinct Type Supported' attribute.
See Also:
UserDefinedTypeDefinition.isDistinctTypeSupported()

isStructuredTypeSupported

public boolean isStructuredTypeSupported()
Specified by:
isStructuredTypeSupported in interface UserDefinedTypeDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.UserDefinedTypeDefinition
Returns:
the value of the 'Structured Type Supported' attribute.
See Also:
UserDefinedTypeDefinition.setStructuredTypeSupported(boolean), DatabaseDefinitionPackage.getUserDefinedTypeDefinition_StructuredTypeSupported()

setStructuredTypeSupported

public void setStructuredTypeSupported(boolean newStructuredTypeSupported)
Specified by:
setStructuredTypeSupported in interface UserDefinedTypeDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.UserDefinedTypeDefinition
Parameters:
value - the new value of the 'Structured Type Supported' attribute.
See Also:
UserDefinedTypeDefinition.isStructuredTypeSupported()

eGet

public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                             boolean resolve)
Specified by:
eGet in interface org.eclipse.emf.ecore.EObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                 java.lang.Object newValue)
Specified by:
eSet in interface org.eclipse.emf.ecore.EObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public java.lang.String toString()
Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl