org.eclipse.wst.rdb.internal.models.dbdefinition
Interface TableSpaceDefinition

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TableSpaceDefinitionImpl

public interface TableSpaceDefinition
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Table Space Definition'.

The following features are supported:

See Also:
DatabaseDefinitionPackage.getTableSpaceDefinition()

Method Summary
 org.eclipse.emf.common.util.EList getTableSpaceType()
          Returns the value of the 'Table Space Type' attribute list.
 boolean isBufferPoolSupported()
          Returns the value of the 'Buffer Pool Supported' attribute.
 boolean isContainerExtentSizeSupported()
          Returns the value of the 'Container Extent Size Supported' attribute.
 boolean isContainerInitialSizeSupported()
          Returns the value of the 'Container Initial Size Supported' attribute.
 boolean isContainerMaximumSizeSupported()
          Returns the value of the 'Container Maximum Size Supported' attribute.
 boolean isDefaultSupported()
          Returns the value of the 'Default Supported' attribute.
 boolean isExtentSizeSupported()
          Returns the value of the 'Extent Size Supported' attribute.
 boolean isManagedBySupported()
          Returns the value of the 'Managed By Supported' attribute.
 boolean isPageSizeSupported()
          Returns the value of the 'Page Size Supported' attribute.
 boolean isPrefetchSizeSupported()
          Returns the value of the 'Prefetch Size Supported' attribute.
 boolean isTypeSupported()
          Returns the value of the 'Type Supported' attribute.
 void setBufferPoolSupported(boolean value)
          Sets the value of the 'Buffer Pool Supported' attribute.
 void setContainerExtentSizeSupported(boolean value)
          Sets the value of the 'Container Extent Size Supported' attribute.
 void setContainerInitialSizeSupported(boolean value)
          Sets the value of the 'Container Initial Size Supported' attribute.
 void setContainerMaximumSizeSupported(boolean value)
          Sets the value of the 'Container Maximum Size Supported' attribute.
 void setDefaultSupported(boolean value)
          Sets the value of the 'Default Supported' attribute.
 void setExtentSizeSupported(boolean value)
          Sets the value of the 'Extent Size Supported' attribute.
 void setManagedBySupported(boolean value)
          Sets the value of the 'Managed By Supported' attribute.
 void setPageSizeSupported(boolean value)
          Sets the value of the 'Page Size Supported' attribute.
 void setPrefetchSizeSupported(boolean value)
          Sets the value of the 'Prefetch Size Supported' attribute.
 void setTypeSupported(boolean value)
          Sets the value of the 'Type Supported' 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

isTypeSupported

public boolean isTypeSupported()
Returns the value of the 'Type Supported' attribute.

If the meaning of the 'Type Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Supported' attribute.
See Also:
setTypeSupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_TypeSupported()

setTypeSupported

public void setTypeSupported(boolean value)
Sets the value of the 'Type Supported' attribute.
Parameters:
value - the new value of the 'Type Supported' attribute.
See Also:
isTypeSupported()

isExtentSizeSupported

public boolean isExtentSizeSupported()
Returns the value of the 'Extent Size Supported' attribute.

If the meaning of the 'Extent Size Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Extent Size Supported' attribute.
See Also:
setExtentSizeSupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_ExtentSizeSupported()

setExtentSizeSupported

public void setExtentSizeSupported(boolean value)
Sets the value of the 'Extent Size Supported' attribute.
Parameters:
value - the new value of the 'Extent Size Supported' attribute.
See Also:
isExtentSizeSupported()

isPrefetchSizeSupported

public boolean isPrefetchSizeSupported()
Returns the value of the 'Prefetch Size Supported' attribute.

If the meaning of the 'Prefetch Size Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Prefetch Size Supported' attribute.
See Also:
setPrefetchSizeSupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_PrefetchSizeSupported()

setPrefetchSizeSupported

public void setPrefetchSizeSupported(boolean value)
Sets the value of the 'Prefetch Size Supported' attribute.
Parameters:
value - the new value of the 'Prefetch Size Supported' attribute.
See Also:
isPrefetchSizeSupported()

isManagedBySupported

public boolean isManagedBySupported()
Returns the value of the 'Managed By Supported' attribute.

If the meaning of the 'Managed By Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Managed By Supported' attribute.
See Also:
setManagedBySupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_ManagedBySupported()

setManagedBySupported

public void setManagedBySupported(boolean value)
Sets the value of the 'Managed By Supported' attribute.
Parameters:
value - the new value of the 'Managed By Supported' attribute.
See Also:
isManagedBySupported()

isPageSizeSupported

public boolean isPageSizeSupported()
Returns the value of the 'Page Size Supported' attribute.

If the meaning of the 'Page Size Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Page Size Supported' attribute.
See Also:
setPageSizeSupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_PageSizeSupported()

setPageSizeSupported

public void setPageSizeSupported(boolean value)
Sets the value of the 'Page Size Supported' attribute.
Parameters:
value - the new value of the 'Page Size Supported' attribute.
See Also:
isPageSizeSupported()

isBufferPoolSupported

public boolean isBufferPoolSupported()
Returns the value of the 'Buffer Pool Supported' attribute.

If the meaning of the 'Buffer Pool Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Buffer Pool Supported' attribute.
See Also:
setBufferPoolSupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_BufferPoolSupported()

setBufferPoolSupported

public void setBufferPoolSupported(boolean value)
Sets the value of the 'Buffer Pool Supported' attribute.
Parameters:
value - the new value of the 'Buffer Pool Supported' attribute.
See Also:
isBufferPoolSupported()

isDefaultSupported

public boolean isDefaultSupported()
Returns the value of the 'Default Supported' attribute.

If the meaning of the 'Default Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Supported' attribute.
See Also:
setDefaultSupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_DefaultSupported()

setDefaultSupported

public void setDefaultSupported(boolean value)
Sets the value of the 'Default Supported' attribute.
Parameters:
value - the new value of the 'Default Supported' attribute.
See Also:
isDefaultSupported()

isContainerMaximumSizeSupported

public boolean isContainerMaximumSizeSupported()
Returns the value of the 'Container Maximum Size Supported' attribute.

If the meaning of the 'Container Maximum Size Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Container Maximum Size Supported' attribute.
See Also:
setContainerMaximumSizeSupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_ContainerMaximumSizeSupported()

setContainerMaximumSizeSupported

public void setContainerMaximumSizeSupported(boolean value)
Sets the value of the 'Container Maximum Size Supported' attribute.
Parameters:
value - the new value of the 'Container Maximum Size Supported' attribute.
See Also:
isContainerMaximumSizeSupported()

isContainerInitialSizeSupported

public boolean isContainerInitialSizeSupported()
Returns the value of the 'Container Initial Size Supported' attribute.

If the meaning of the 'Container Initial Size Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Container Initial Size Supported' attribute.
See Also:
setContainerInitialSizeSupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_ContainerInitialSizeSupported()

setContainerInitialSizeSupported

public void setContainerInitialSizeSupported(boolean value)
Sets the value of the 'Container Initial Size Supported' attribute.
Parameters:
value - the new value of the 'Container Initial Size Supported' attribute.
See Also:
isContainerInitialSizeSupported()

isContainerExtentSizeSupported

public boolean isContainerExtentSizeSupported()
Returns the value of the 'Container Extent Size Supported' attribute.

If the meaning of the 'Container Extent Size Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Container Extent Size Supported' attribute.
See Also:
setContainerExtentSizeSupported(boolean), DatabaseDefinitionPackage.getTableSpaceDefinition_ContainerExtentSizeSupported()

setContainerExtentSizeSupported

public void setContainerExtentSizeSupported(boolean value)
Sets the value of the 'Container Extent Size Supported' attribute.
Parameters:
value - the new value of the 'Container Extent Size Supported' attribute.
See Also:
isContainerExtentSizeSupported()

getTableSpaceType

public org.eclipse.emf.common.util.EList getTableSpaceType()
Returns the value of the 'Table Space Type' attribute list. The list contents are of type TableSpaceType. The literals are from the enumeration TableSpaceType.

If the meaning of the 'Table Space Type' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table Space Type' attribute list.
See Also:
TableSpaceType, DatabaseDefinitionPackage.getTableSpaceDefinition_TableSpaceType()