|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Index
A representation of the model object 'Index'.
The following features are supported:
DBGenPackage.getIndex()
Method Summary | |
---|---|
Column |
addColumn(int index)
|
Column |
addColumn(java.lang.String name)
|
Column |
getColumn(java.lang.String name)
|
org.eclipse.emf.common.util.EList |
getColumns()
Returns the value of the 'Columns' reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
Table |
getTable()
Returns the value of the 'Table' container reference. |
IndexType |
getType()
Returns the value of the 'Type' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setTable(Table value)
Sets the value of the ' Table ' container reference |
void |
setType(IndexType value)
Sets the value of the ' Type ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DBGenPackage.getIndex_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
Table getTable()
Indices
'.
If the meaning of the 'Table' container reference isn't clear, there really should be more of a description here...
setTable(Table)
,
DBGenPackage.getIndex_Table()
,
Table.getIndices()
void setTable(Table value)
Table
' container reference.
value
- the new value of the 'Table' container reference.getTable()
org.eclipse.emf.common.util.EList getColumns()
Column
.
If the meaning of the 'Columns' reference list isn't clear, there really should be more of a description here...
DBGenPackage.getIndex_Columns()
IndexType getType()
IndexType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
IndexType
,
setType(IndexType)
,
DBGenPackage.getIndex_Type()
void setType(IndexType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.IndexType
,
getType()
Column getColumn(java.lang.String name)
Column addColumn(java.lang.String name)
Column addColumn(int index)
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |