|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LUWDataPartition
A representation of the model object 'Data Partition'.
The following features are supported:
Id
Low Inclusive
High Inclusive
LOB Data Table Space
Regular Data Table Space
Partition Elements
Table
LUWPackage.getLUWDataPartition()
Method Summary | |
---|---|
int |
getId()
Returns the value of the 'Id' attribute. |
LUWTableSpace |
getLOBDataTableSpace()
Returns the value of the 'LOB Data Table Space' reference. |
org.eclipse.emf.common.util.EList |
getPartitionElements()
Returns the value of the 'Partition Elements' reference list. |
LUWTableSpace |
getRegularDataTableSpace()
Returns the value of the 'Regular Data Table Space' reference. |
LUWStorageTable |
getTable()
Returns the value of the 'Table' container reference. |
boolean |
isHighInclusive()
Returns the value of the 'High Inclusive' attribute. |
boolean |
isLowInclusive()
Returns the value of the 'Low Inclusive' attribute. |
void |
setHighInclusive(boolean value)
Sets the value of the ' High Inclusive ' attribute. |
void |
setId(int value)
Sets the value of the ' Id ' attribute. |
void |
setLOBDataTableSpace(LUWTableSpace value)
Sets the value of the ' LOB Data Table Space ' reference. |
void |
setLowInclusive(boolean value)
Sets the value of the ' Low Inclusive ' attribute. |
void |
setRegularDataTableSpace(LUWTableSpace value)
Sets the value of the ' Regular Data Table Space ' reference. |
void |
setTable(LUWStorageTable value)
Sets the value of the ' Table ' container reference. |
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
---|
getInstanceProperties |
Methods inherited from interface commonj.sdo.DataObject |
---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Method Detail |
---|
int getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(int)
,
LUWPackage.getLUWDataPartition_Id()
void setId(int value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
boolean isLowInclusive()
If the meaning of the 'Low Inclusive' attribute isn't clear, there really should be more of a description here...
setLowInclusive(boolean)
,
LUWPackage.getLUWDataPartition_LowInclusive()
void setLowInclusive(boolean value)
Low Inclusive
' attribute.
value
- the new value of the 'Low Inclusive' attribute.isLowInclusive()
boolean isHighInclusive()
If the meaning of the 'High Inclusive' attribute isn't clear, there really should be more of a description here...
setHighInclusive(boolean)
,
LUWPackage.getLUWDataPartition_HighInclusive()
void setHighInclusive(boolean value)
High Inclusive
' attribute.
value
- the new value of the 'High Inclusive' attribute.isHighInclusive()
LUWTableSpace getLOBDataTableSpace()
LOB Data Partition
'.
If the meaning of the 'LOB Data Table Space' reference isn't clear, there really should be more of a description here...
setLOBDataTableSpace(LUWTableSpace)
,
LUWPackage.getLUWDataPartition_LOBDataTableSpace()
,
LUWTableSpace.getLOBDataPartition()
void setLOBDataTableSpace(LUWTableSpace value)
LOB Data Table Space
' reference.
value
- the new value of the 'LOB Data Table Space' reference.getLOBDataTableSpace()
LUWTableSpace getRegularDataTableSpace()
Regular Data Partition
'.
If the meaning of the 'Regular Data Table Space' reference isn't clear, there really should be more of a description here...
setRegularDataTableSpace(LUWTableSpace)
,
LUWPackage.getLUWDataPartition_RegularDataTableSpace()
,
LUWTableSpace.getRegularDataPartition()
void setRegularDataTableSpace(LUWTableSpace value)
Regular Data Table Space
' reference.
value
- the new value of the 'Regular Data Table Space' reference.getRegularDataTableSpace()
org.eclipse.emf.common.util.EList getPartitionElements()
LUWPartitionElement
.
It is bidirectional and its opposite is 'Partition
'.
If the meaning of the 'Partition Elements' reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWDataPartition_PartitionElements()
,
LUWPartitionElement.getPartition()
LUWStorageTable getTable()
Data Partitions
'.
If the meaning of the 'Table' container reference isn't clear, there really should be more of a description here...
setTable(LUWStorageTable)
,
LUWPackage.getLUWDataPartition_Table()
,
LUWStorageTable.getDataPartitions()
void setTable(LUWStorageTable value)
Table
' container reference.
value
- the new value of the 'Table' container reference.getTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |