|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyDataMember
A representation of the model object 'Key Data Member'.
The following features are supported:
com.ibm.db.models.db2.zSeries.ZSeriesPackage#getKeyDataMember()
Method Summary | |
---|---|
org.eclipse.wst.rdb.internal.models.sql.tables.Column |
getColumn()
Returns the value of the 'Column' reference. |
OrderingType |
getOrdering()
Returns the value of the 'Ordering' attribute. |
boolean |
isNullsLast()
Returns the value of the 'Nulls Last' attribute. |
void |
setColumn(org.eclipse.wst.rdb.internal.models.sql.tables.Column value)
Sets the value of the ' Column ' reference. |
void |
setNullsLast(boolean value)
Sets the value of the ' Nulls Last ' attribute. |
void |
setOrdering(OrderingType value)
Sets the value of the ' Ordering ' 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 |
---|
OrderingType getOrdering()
"0"
.
The literals are from the enumeration OrderingType
.
If the meaning of the 'Ordering' attribute isn't clear, there really should be more of a description here...
OrderingType
,
setOrdering(OrderingType)
,
com.ibm.db.models.db2.zSeries.ZSeriesPackage#getKeyDataMember_Ordering()
void setOrdering(OrderingType value)
Ordering
' attribute.
value
- the new value of the 'Ordering' attribute.OrderingType
,
getOrdering()
boolean isNullsLast()
If the meaning of the 'Nulls Last' attribute isn't clear, there really should be more of a description here...
setNullsLast(boolean)
,
com.ibm.db.models.db2.zSeries.ZSeriesPackage#getKeyDataMember_NullsLast()
void setNullsLast(boolean value)
Nulls Last
' attribute.
value
- the new value of the 'Nulls Last' attribute.isNullsLast()
org.eclipse.wst.rdb.internal.models.sql.tables.Column getColumn()
If the meaning of the 'Column' reference isn't clear, there really should be more of a description here...
setColumn(Column)
,
com.ibm.db.models.db2.zSeries.ZSeriesPackage#getKeyDataMember_Column()
void setColumn(org.eclipse.wst.rdb.internal.models.sql.tables.Column value)
Column
' reference.
value
- the new value of the 'Column' reference.getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |