|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.datatools.modelbase.dbdefinition.impl.TableSpaceDefinitionImpl
public class TableSpaceDefinitionImpl
An implementation of the model object 'Table Space Definition'.
The following features are implemented:
Type Supported
Extent Size Supported
Prefetch Size Supported
Managed By Supported
Page Size Supported
Buffer Pool Supported
Default Supported
Container Maximum Size Supported
Container Initial Size Supported
Container Extent Size Supported
Table Space Type
Maximum Identifier Length
Method Summary | |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
int |
getMaximumIdentifierLength()
|
EList |
getTableSpaceType()
|
boolean |
isBufferPoolSupported()
|
boolean |
isContainerExtentSizeSupported()
|
boolean |
isContainerInitialSizeSupported()
|
boolean |
isContainerMaximumSizeSupported()
|
boolean |
isDefaultSupported()
|
boolean |
isExtentSizeSupported()
|
boolean |
isManagedBySupported()
|
boolean |
isPageSizeSupported()
|
boolean |
isPrefetchSizeSupported()
|
boolean |
isTypeSupported()
|
void |
setBufferPoolSupported(boolean newBufferPoolSupported)
|
void |
setContainerExtentSizeSupported(boolean newContainerExtentSizeSupported)
|
void |
setContainerInitialSizeSupported(boolean newContainerInitialSizeSupported)
|
void |
setContainerMaximumSizeSupported(boolean newContainerMaximumSizeSupported)
|
void |
setDefaultSupported(boolean newDefaultSupported)
|
void |
setExtentSizeSupported(boolean newExtentSizeSupported)
|
void |
setManagedBySupported(boolean newManagedBySupported)
|
void |
setMaximumIdentifierLength(int newMaximumIdentifierLength)
|
void |
setPageSizeSupported(boolean newPageSizeSupported)
|
void |
setPrefetchSizeSupported(boolean newPrefetchSizeSupported)
|
void |
setTypeSupported(boolean newTypeSupported)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isTypeSupported()
isTypeSupported
in interface TableSpaceDefinition
TableSpaceDefinition.setTypeSupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_TypeSupported()
public void setTypeSupported(boolean newTypeSupported)
setTypeSupported
in interface TableSpaceDefinition
newTypeSupported
- the new value of the 'Type Supported' attribute.TableSpaceDefinition.isTypeSupported()
public boolean isExtentSizeSupported()
isExtentSizeSupported
in interface TableSpaceDefinition
TableSpaceDefinition.setExtentSizeSupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_ExtentSizeSupported()
public void setExtentSizeSupported(boolean newExtentSizeSupported)
setExtentSizeSupported
in interface TableSpaceDefinition
newExtentSizeSupported
- the new value of the 'Extent Size Supported' attribute.TableSpaceDefinition.isExtentSizeSupported()
public boolean isPrefetchSizeSupported()
isPrefetchSizeSupported
in interface TableSpaceDefinition
TableSpaceDefinition.setPrefetchSizeSupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_PrefetchSizeSupported()
public void setPrefetchSizeSupported(boolean newPrefetchSizeSupported)
setPrefetchSizeSupported
in interface TableSpaceDefinition
newPrefetchSizeSupported
- the new value of the 'Prefetch Size Supported' attribute.TableSpaceDefinition.isPrefetchSizeSupported()
public boolean isManagedBySupported()
isManagedBySupported
in interface TableSpaceDefinition
TableSpaceDefinition.setManagedBySupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_ManagedBySupported()
public void setManagedBySupported(boolean newManagedBySupported)
setManagedBySupported
in interface TableSpaceDefinition
newManagedBySupported
- the new value of the 'Managed By Supported' attribute.TableSpaceDefinition.isManagedBySupported()
public boolean isPageSizeSupported()
isPageSizeSupported
in interface TableSpaceDefinition
TableSpaceDefinition.setPageSizeSupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_PageSizeSupported()
public void setPageSizeSupported(boolean newPageSizeSupported)
setPageSizeSupported
in interface TableSpaceDefinition
newPageSizeSupported
- the new value of the 'Page Size Supported' attribute.TableSpaceDefinition.isPageSizeSupported()
public boolean isBufferPoolSupported()
isBufferPoolSupported
in interface TableSpaceDefinition
TableSpaceDefinition.setBufferPoolSupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_BufferPoolSupported()
public void setBufferPoolSupported(boolean newBufferPoolSupported)
setBufferPoolSupported
in interface TableSpaceDefinition
newBufferPoolSupported
- the new value of the 'Buffer Pool Supported' attribute.TableSpaceDefinition.isBufferPoolSupported()
public boolean isDefaultSupported()
isDefaultSupported
in interface TableSpaceDefinition
TableSpaceDefinition.setDefaultSupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_DefaultSupported()
public void setDefaultSupported(boolean newDefaultSupported)
setDefaultSupported
in interface TableSpaceDefinition
newDefaultSupported
- the new value of the 'Default Supported' attribute.TableSpaceDefinition.isDefaultSupported()
public boolean isContainerMaximumSizeSupported()
isContainerMaximumSizeSupported
in interface TableSpaceDefinition
TableSpaceDefinition.setContainerMaximumSizeSupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_ContainerMaximumSizeSupported()
public void setContainerMaximumSizeSupported(boolean newContainerMaximumSizeSupported)
setContainerMaximumSizeSupported
in interface TableSpaceDefinition
newContainerMaximumSizeSupported
- the new value of the 'Container Maximum Size Supported' attribute.TableSpaceDefinition.isContainerMaximumSizeSupported()
public boolean isContainerInitialSizeSupported()
isContainerInitialSizeSupported
in interface TableSpaceDefinition
TableSpaceDefinition.setContainerInitialSizeSupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_ContainerInitialSizeSupported()
public void setContainerInitialSizeSupported(boolean newContainerInitialSizeSupported)
setContainerInitialSizeSupported
in interface TableSpaceDefinition
newContainerInitialSizeSupported
- the new value of the 'Container Initial Size Supported' attribute.TableSpaceDefinition.isContainerInitialSizeSupported()
public boolean isContainerExtentSizeSupported()
isContainerExtentSizeSupported
in interface TableSpaceDefinition
TableSpaceDefinition.setContainerExtentSizeSupported(boolean)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_ContainerExtentSizeSupported()
public void setContainerExtentSizeSupported(boolean newContainerExtentSizeSupported)
setContainerExtentSizeSupported
in interface TableSpaceDefinition
newContainerExtentSizeSupported
- the new value of the 'Container Extent Size Supported' attribute.TableSpaceDefinition.isContainerExtentSizeSupported()
public EList getTableSpaceType()
getTableSpaceType
in interface TableSpaceDefinition
TableSpaceType
,
DatabaseDefinitionPackage.getTableSpaceDefinition_TableSpaceType()
public int getMaximumIdentifierLength()
getMaximumIdentifierLength
in interface TableSpaceDefinition
TableSpaceDefinition.setMaximumIdentifierLength(int)
,
DatabaseDefinitionPackage.getTableSpaceDefinition_MaximumIdentifierLength()
public void setMaximumIdentifierLength(int newMaximumIdentifierLength)
setMaximumIdentifierLength
in interface TableSpaceDefinition
newMaximumIdentifierLength
- the new value of the 'Maximum Identifier Length' attribute.TableSpaceDefinition.getMaximumIdentifierLength()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |