|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Table Definition'.
The following features are supported:
Audit Supported
Data Capture Supported
Edit Proc Supported
Encoding Supported
Valid Proc Supported
Maximum Identifier Length
DatabaseDefinitionPackage.getTableDefinition()
Method Summary | |
int |
getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute. |
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 |
setMaximumIdentifierLength(int value)
Sets the value of the ' Maximum Identifier Length ' attribute. |
void |
setValidProcSupported(boolean value)
Sets the value of the ' Valid Proc Supported ' attribute. |
Method Detail |
public boolean isAuditSupported()
If the meaning of the 'Audit Supported' attribute isn't clear, there really should be more of a description here...
setAuditSupported(boolean)
,
DatabaseDefinitionPackage.getTableDefinition_AuditSupported()
public void setAuditSupported(boolean value)
Audit Supported
' attribute.
value
- the new value of the 'Audit Supported' attribute.isAuditSupported()
public boolean isDataCaptureSupported()
If the meaning of the 'Data Capture Supported' attribute isn't clear, there really should be more of a description here...
setDataCaptureSupported(boolean)
,
DatabaseDefinitionPackage.getTableDefinition_DataCaptureSupported()
public void setDataCaptureSupported(boolean value)
Data Capture Supported
' attribute.
value
- the new value of the 'Data Capture Supported' attribute.isDataCaptureSupported()
public boolean isEditProcSupported()
If the meaning of the 'Edit Proc Supported' attribute isn't clear, there really should be more of a description here...
setEditProcSupported(boolean)
,
DatabaseDefinitionPackage.getTableDefinition_EditProcSupported()
public void setEditProcSupported(boolean value)
Edit Proc Supported
' attribute.
value
- the new value of the 'Edit Proc Supported' attribute.isEditProcSupported()
public boolean isEncodingSupported()
If the meaning of the 'Encoding Supported' attribute isn't clear, there really should be more of a description here...
setEncodingSupported(boolean)
,
DatabaseDefinitionPackage.getTableDefinition_EncodingSupported()
public void setEncodingSupported(boolean value)
Encoding Supported
' attribute.
value
- the new value of the 'Encoding Supported' attribute.isEncodingSupported()
public boolean isValidProcSupported()
If the meaning of the 'Valid Proc Supported' attribute isn't clear, there really should be more of a description here...
setValidProcSupported(boolean)
,
DatabaseDefinitionPackage.getTableDefinition_ValidProcSupported()
public void setValidProcSupported(boolean value)
Valid Proc Supported
' attribute.
value
- the new value of the 'Valid Proc Supported' attribute.isValidProcSupported()
public int getMaximumIdentifierLength()
If the meaning of the 'Maximum Identifier Length' attribute isn't clear, there really should be more of a description here...
setMaximumIdentifierLength(int)
,
DatabaseDefinitionPackage.getTableDefinition_MaximumIdentifierLength()
public void setMaximumIdentifierLength(int value)
Maximum Identifier Length
' attribute.
value
- the new value of the 'Maximum Identifier Length' attribute.getMaximumIdentifierLength()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |