org.eclipse.datatools.modelbase.sql.constraints.impl
Class CheckConstraintImpl
java.lang.Object
ENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.constraints.impl.ConstraintImpl
org.eclipse.datatools.modelbase.sql.constraints.impl.TableConstraintImpl
org.eclipse.datatools.modelbase.sql.constraints.impl.CheckConstraintImpl
- All Implemented Interfaces:
- CheckConstraint, Constraint, TableConstraint, SQLObject
public class CheckConstraintImpl
- extends TableConstraintImpl
- implements CheckConstraint
An implementation of the model object 'Check Constraint'.
The following features are implemented:
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
getSearchCondition
public SearchCondition getSearchCondition()
-
- Specified by:
getSearchCondition
in interface CheckConstraint
- Returns:
- the value of the 'Search Condition' containment reference.
- See Also:
CheckConstraint.setSearchCondition(SearchCondition)
,
SQLConstraintsPackage.getCheckConstraint_SearchCondition()
basicSetSearchCondition
public NotificationChain basicSetSearchCondition(SearchCondition newSearchCondition,
NotificationChain msgs)
-
setSearchCondition
public void setSearchCondition(SearchCondition newSearchCondition)
-
- Specified by:
setSearchCondition
in interface CheckConstraint
- Parameters:
newSearchCondition
- the new value of the 'Search Condition' containment reference.- See Also:
CheckConstraint.getSearchCondition()
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove
in class TableConstraintImpl
eGet
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Overrides:
eGet
in class TableConstraintImpl
eSet
public void eSet(int featureID,
java.lang.Object newValue)
-
- Overrides:
eSet
in class TableConstraintImpl
eUnset
public void eUnset(int featureID)
-
- Overrides:
eUnset
in class TableConstraintImpl
eIsSet
public boolean eIsSet(int featureID)
-
- Overrides:
eIsSet
in class TableConstraintImpl
Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.