|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Field Qualifier Definition'.
The following features are supported:
Valid Trailing Field Qualifier Definitions
Name
Maximum Precision
Default Precision
Precision Supported
Maximum Scale
Default Scale
Scale Supported
DatabaseDefinitionPackage.getFieldQualifierDefinition()
Method Summary | |
int |
getDefaultPrecision()
Returns the value of the 'Default Precision' attribute. |
int |
getDefaultScale()
Returns the value of the 'Default Scale' attribute. |
int |
getMaximumPrecision()
Returns the value of the 'Maximum Precision' attribute. |
int |
getMaximumScale()
Returns the value of the 'Maximum Scale' attribute. |
IntervalQualifierType |
getName()
Returns the value of the 'Name' attribute. |
EList |
getValidTrailingFieldQualifierDefinitions()
Returns the value of the 'Valid Trailing Field Qualifier Definitions' reference list. |
boolean |
isPrecisionSupported()
Returns the value of the 'Precision Supported' attribute. |
boolean |
isScaleSupported()
Returns the value of the 'Scale Supported' attribute. |
void |
setDefaultPrecision(int value)
Sets the value of the ' Default Precision ' attribute. |
void |
setDefaultScale(int value)
Sets the value of the ' Default Scale ' attribute. |
void |
setMaximumPrecision(int value)
Sets the value of the ' Maximum Precision ' attribute. |
void |
setMaximumScale(int value)
Sets the value of the ' Maximum Scale ' attribute. |
void |
setName(IntervalQualifierType value)
Sets the value of the ' Name ' attribute. |
void |
setPrecisionSupported(boolean value)
Sets the value of the ' Precision Supported ' attribute. |
void |
setScaleSupported(boolean value)
Sets the value of the ' Scale Supported ' attribute. |
Method Detail |
public EList getValidTrailingFieldQualifierDefinitions()
FieldQualifierDefinition
.
If the meaning of the 'Valid Trailing Field Qualifier Definitions' reference list isn't clear, there really should be more of a description here...
DatabaseDefinitionPackage.getFieldQualifierDefinition_ValidTrailingFieldQualifierDefinitions()
public IntervalQualifierType getName()
IntervalQualifierType
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
IntervalQualifierType
,
setName(IntervalQualifierType)
,
DatabaseDefinitionPackage.getFieldQualifierDefinition_Name()
public void setName(IntervalQualifierType value)
Name
' attribute.
value
- the new value of the 'Name' attribute.IntervalQualifierType
,
getName()
public int getMaximumPrecision()
If the meaning of the 'Maximum Precision' attribute isn't clear, there really should be more of a description here...
setMaximumPrecision(int)
,
DatabaseDefinitionPackage.getFieldQualifierDefinition_MaximumPrecision()
public void setMaximumPrecision(int value)
Maximum Precision
' attribute.
value
- the new value of the 'Maximum Precision' attribute.getMaximumPrecision()
public int getDefaultPrecision()
If the meaning of the 'Default Precision' attribute isn't clear, there really should be more of a description here...
setDefaultPrecision(int)
,
DatabaseDefinitionPackage.getFieldQualifierDefinition_DefaultPrecision()
public void setDefaultPrecision(int value)
Default Precision
' attribute.
value
- the new value of the 'Default Precision' attribute.getDefaultPrecision()
public boolean isPrecisionSupported()
If the meaning of the 'Precision Supported' attribute isn't clear, there really should be more of a description here...
setPrecisionSupported(boolean)
,
DatabaseDefinitionPackage.getFieldQualifierDefinition_PrecisionSupported()
public void setPrecisionSupported(boolean value)
Precision Supported
' attribute.
value
- the new value of the 'Precision Supported' attribute.isPrecisionSupported()
public int getMaximumScale()
If the meaning of the 'Maximum Scale' attribute isn't clear, there really should be more of a description here...
setMaximumScale(int)
,
DatabaseDefinitionPackage.getFieldQualifierDefinition_MaximumScale()
public void setMaximumScale(int value)
Maximum Scale
' attribute.
value
- the new value of the 'Maximum Scale' attribute.getMaximumScale()
public int getDefaultScale()
If the meaning of the 'Default Scale' attribute isn't clear, there really should be more of a description here...
setDefaultScale(int)
,
DatabaseDefinitionPackage.getFieldQualifierDefinition_DefaultScale()
public void setDefaultScale(int value)
Default Scale
' attribute.
value
- the new value of the 'Default Scale' attribute.getDefaultScale()
public boolean isScaleSupported()
If the meaning of the 'Scale Supported' attribute isn't clear, there really should be more of a description here...
setScaleSupported(boolean)
,
DatabaseDefinitionPackage.getFieldQualifierDefinition_ScaleSupported()
public void setScaleSupported(boolean value)
Scale Supported
' attribute.
value
- the new value of the 'Scale Supported' attribute.isScaleSupported()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |