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

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

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

A representation of the model object 'Table Definition'.

The following features are supported:

See Also:
DatabaseDefinitionPackage.getTableDefinition()

Method Summary
 boolean isAuditSupported()
          Returns the value of the 'Audit Supported' attribute.
 boolean isDataCaptureSupported()
          Returns the value of the 'Data Capture Supported' attribute.
 boolean isEditProcSupported()
          Returns the value of the 'Edit Proc Supported' attribute.
 boolean isEncodingSupported()
          Returns the value of the 'Encoding Supported' attribute.
 boolean isValidProcSupported()
          Returns the value of the 'Valid Proc Supported' attribute.
 void setAuditSupported(boolean value)
          Sets the value of the 'Audit Supported' attribute.
 void setDataCaptureSupported(boolean value)
          Sets the value of the 'Data Capture Supported' attribute.
 void setEditProcSupported(boolean value)
          Sets the value of the 'Edit Proc Supported' attribute.
 void setEncodingSupported(boolean value)
          Sets the value of the 'Encoding Supported' attribute.
 void setValidProcSupported(boolean value)
          Sets the value of the 'Valid Proc 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

isAuditSupported

public boolean isAuditSupported()
Returns the value of the 'Audit Supported' attribute.

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

Returns:
the value of the 'Audit Supported' attribute.
See Also:
setAuditSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_AuditSupported()

setAuditSupported

public void setAuditSupported(boolean value)
Sets the value of the 'Audit Supported' attribute.
Parameters:
value - the new value of the 'Audit Supported' attribute.
See Also:
isAuditSupported()

isDataCaptureSupported

public boolean isDataCaptureSupported()
Returns the value of the 'Data Capture Supported' attribute.

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

Returns:
the value of the 'Data Capture Supported' attribute.
See Also:
setDataCaptureSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_DataCaptureSupported()

setDataCaptureSupported

public void setDataCaptureSupported(boolean value)
Sets the value of the 'Data Capture Supported' attribute.
Parameters:
value - the new value of the 'Data Capture Supported' attribute.
See Also:
isDataCaptureSupported()

isEditProcSupported

public boolean isEditProcSupported()
Returns the value of the 'Edit Proc Supported' attribute.

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

Returns:
the value of the 'Edit Proc Supported' attribute.
See Also:
setEditProcSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_EditProcSupported()

setEditProcSupported

public void setEditProcSupported(boolean value)
Sets the value of the 'Edit Proc Supported' attribute.
Parameters:
value - the new value of the 'Edit Proc Supported' attribute.
See Also:
isEditProcSupported()

isEncodingSupported

public boolean isEncodingSupported()
Returns the value of the 'Encoding Supported' attribute.

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

Returns:
the value of the 'Encoding Supported' attribute.
See Also:
setEncodingSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_EncodingSupported()

setEncodingSupported

public void setEncodingSupported(boolean value)
Sets the value of the 'Encoding Supported' attribute.
Parameters:
value - the new value of the 'Encoding Supported' attribute.
See Also:
isEncodingSupported()

isValidProcSupported

public boolean isValidProcSupported()
Returns the value of the 'Valid Proc Supported' attribute.

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

Returns:
the value of the 'Valid Proc Supported' attribute.
See Also:
setValidProcSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_ValidProcSupported()

setValidProcSupported

public void setValidProcSupported(boolean value)
Sets the value of the 'Valid Proc Supported' attribute.
Parameters:
value - the new value of the 'Valid Proc Supported' attribute.
See Also:
isValidProcSupported()