|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.constraints.impl.IndexImpl
public class IndexImpl
An implementation of the model object 'Index'.
The following features are implemented:
Method Summary | |
---|---|
Schema |
basicGetSchema()
|
Table |
basicGetTable()
|
NotificationChain |
basicSetSchema(Schema newSchema,
NotificationChain msgs)
|
NotificationChain |
basicSetTable(Table newTable,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
int |
getFillFactor()
|
EList |
getForeignKey()
|
EList |
getIncludedMembers()
|
EList |
getMembers()
|
Schema |
getSchema()
|
Table |
getTable()
|
boolean |
isClustered()
|
boolean |
isSystemGenerated()
|
boolean |
isUnique()
|
void |
setClustered(boolean newClustered)
|
void |
setFillFactor(int newFillFactor)
|
void |
setSchema(Schema newSchema)
|
void |
setSystemGenerated(boolean newSystemGenerated)
|
void |
setTable(Table newTable)
|
void |
setUnique(boolean newUnique)
|
java.lang.String |
toString()
|
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 |
Method Detail |
---|
public Schema getSchema()
getSchema
in interface Index
Index.setSchema(Schema)
,
SQLConstraintsPackage.getIndex_Schema()
,
Schema.getIndices()
public Schema basicGetSchema()
public NotificationChain basicSetSchema(Schema newSchema, NotificationChain msgs)
public void setSchema(Schema newSchema)
setSchema
in interface Index
newSchema
- the new value of the 'Schema' reference.Index.getSchema()
public boolean isClustered()
isClustered
in interface Index
Index.setClustered(boolean)
,
SQLConstraintsPackage.getIndex_Clustered()
public void setClustered(boolean newClustered)
setClustered
in interface Index
newClustered
- the new value of the 'Clustered' attribute.Index.isClustered()
public int getFillFactor()
getFillFactor
in interface Index
Index.setFillFactor(int)
,
SQLConstraintsPackage.getIndex_FillFactor()
public void setFillFactor(int newFillFactor)
setFillFactor
in interface Index
newFillFactor
- the new value of the 'Fill Factor' attribute.Index.getFillFactor()
public boolean isUnique()
isUnique
in interface Index
Index.setUnique(boolean)
,
SQLConstraintsPackage.getIndex_Unique()
public void setUnique(boolean newUnique)
setUnique
in interface Index
newUnique
- the new value of the 'Unique' attribute.Index.isUnique()
public boolean isSystemGenerated()
isSystemGenerated
in interface Index
Index.setSystemGenerated(boolean)
,
SQLConstraintsPackage.getIndex_SystemGenerated()
public void setSystemGenerated(boolean newSystemGenerated)
setSystemGenerated
in interface Index
newSystemGenerated
- the new value of the 'System Generated' attribute.Index.isSystemGenerated()
public EList getMembers()
getMembers
in interface Index
SQLConstraintsPackage.getIndex_Members()
public Table getTable()
getTable
in interface Index
Index.setTable(Table)
,
SQLConstraintsPackage.getIndex_Table()
,
Table.getIndex()
public Table basicGetTable()
public NotificationChain basicSetTable(Table newTable, NotificationChain msgs)
public void setTable(Table newTable)
setTable
in interface Index
newTable
- the new value of the 'Table' reference.Index.getTable()
public EList getForeignKey()
getForeignKey
in interface Index
SQLConstraintsPackage.getIndex_ForeignKey()
,
ForeignKey.getUniqueIndex()
public EList getIncludedMembers()
getIncludedMembers
in interface Index
SQLConstraintsPackage.getIndex_IncludedMembers()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class SQLObjectImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class SQLObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class SQLObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class SQLObjectImpl
public void eUnset(int featureID)
eUnset
in class SQLObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in class SQLObjectImpl
public java.lang.String toString()
toString
in class SQLObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |