org.eclipse.wst.rdb.internal.models.dbdefinition.impl
Class QueryDefinitionImpl
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.QueryDefinitionImpl
- All Implemented Interfaces:
- org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier, QueryDefinition
- public class QueryDefinitionImpl
- extends org.eclipse.emf.ecore.impl.EObjectImpl
- implements QueryDefinition
An implementation of the model object 'Query 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 |
| 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 |
getIdentifierQuoteString
public java.lang.String getIdentifierQuoteString()
-
- Specified by:
getIdentifierQuoteString in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Returns:
- the value of the 'Identifier Quote String' attribute.
- See Also:
QueryDefinition.setIdentifierQuoteString(String),
DatabaseDefinitionPackage.getQueryDefinition_IdentifierQuoteString()
setIdentifierQuoteString
public void setIdentifierQuoteString(java.lang.String newIdentifierQuoteString)
-
- Specified by:
setIdentifierQuoteString in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Parameters:
value - the new value of the 'Identifier Quote String' attribute.- See Also:
QueryDefinition.getIdentifierQuoteString()
getHostVariableMarker
public java.lang.String getHostVariableMarker()
-
- Specified by:
getHostVariableMarker in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Returns:
- the value of the 'Host Variable Marker' attribute.
- See Also:
QueryDefinition.setHostVariableMarker(String),
DatabaseDefinitionPackage.getQueryDefinition_HostVariableMarker()
setHostVariableMarker
public void setHostVariableMarker(java.lang.String newHostVariableMarker)
-
- Specified by:
setHostVariableMarker in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Parameters:
value - the new value of the 'Host Variable Marker' attribute.- See Also:
QueryDefinition.getHostVariableMarker()
isHostVariableMarkerSupported
public boolean isHostVariableMarkerSupported()
-
- Specified by:
isHostVariableMarkerSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Returns:
- the value of the 'Host Variable Marker Supported' attribute.
- See Also:
QueryDefinition.setHostVariableMarkerSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_HostVariableMarkerSupported()
setHostVariableMarkerSupported
public void setHostVariableMarkerSupported(boolean newHostVariableMarkerSupported)
-
- Specified by:
setHostVariableMarkerSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Parameters:
value - the new value of the 'Host Variable Marker Supported' attribute.- See Also:
QueryDefinition.isHostVariableMarkerSupported()
isCastExpressionSupported
public boolean isCastExpressionSupported()
-
- Specified by:
isCastExpressionSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Returns:
- the value of the 'Cast Expression Supported' attribute.
- See Also:
QueryDefinition.setCastExpressionSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_CastExpressionSupported()
setCastExpressionSupported
public void setCastExpressionSupported(boolean newCastExpressionSupported)
-
- Specified by:
setCastExpressionSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Parameters:
value - the new value of the 'Cast Expression Supported' attribute.- See Also:
QueryDefinition.isCastExpressionSupported()
isDefaultKeywordForInsertValueSupported
public boolean isDefaultKeywordForInsertValueSupported()
-
- Specified by:
isDefaultKeywordForInsertValueSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Returns:
- the value of the 'Default Keyword For Insert Value Supported' attribute.
- See Also:
QueryDefinition.setDefaultKeywordForInsertValueSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_DefaultKeywordForInsertValueSupported()
setDefaultKeywordForInsertValueSupported
public void setDefaultKeywordForInsertValueSupported(boolean newDefaultKeywordForInsertValueSupported)
-
- Specified by:
setDefaultKeywordForInsertValueSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Parameters:
value - the new value of the 'Default Keyword For Insert Value Supported' attribute.- See Also:
QueryDefinition.isDefaultKeywordForInsertValueSupported()
isExtendedGroupingSupported
public boolean isExtendedGroupingSupported()
-
- Specified by:
isExtendedGroupingSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Returns:
- the value of the 'Extended Grouping Supported' attribute.
- See Also:
QueryDefinition.setExtendedGroupingSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_ExtendedGroupingSupported()
setExtendedGroupingSupported
public void setExtendedGroupingSupported(boolean newExtendedGroupingSupported)
-
- Specified by:
setExtendedGroupingSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Parameters:
value - the new value of the 'Extended Grouping Supported' attribute.- See Also:
QueryDefinition.isExtendedGroupingSupported()
isTableAliasInDeleteSupported
public boolean isTableAliasInDeleteSupported()
-
- Specified by:
isTableAliasInDeleteSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Returns:
- the value of the 'Table Alias In Delete Supported' attribute.
- See Also:
QueryDefinition.setTableAliasInDeleteSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_TableAliasInDeleteSupported()
setTableAliasInDeleteSupported
public void setTableAliasInDeleteSupported(boolean newTableAliasInDeleteSupported)
-
- Specified by:
setTableAliasInDeleteSupported in interface QueryDefinition
- Following copied from interface:
org.eclipse.wst.rdb.internal.models.dbdefinition.QueryDefinition
- Parameters:
value - the new value of the 'Table Alias In Delete Supported' attribute.- See Also:
QueryDefinition.isTableAliasInDeleteSupported()
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