|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldQualifierDefinition
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 |
---|
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()
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()
void setName(IntervalQualifierType value)
Name
' attribute.
value
- the new value of the 'Name' attribute.IntervalQualifierType
,
getName()
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()
void setMaximumPrecision(int value)
Maximum Precision
' attribute.
value
- the new value of the 'Maximum Precision' attribute.getMaximumPrecision()
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()
void setDefaultPrecision(int value)
Default Precision
' attribute.
value
- the new value of the 'Default Precision' attribute.getDefaultPrecision()
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()
void setPrecisionSupported(boolean value)
Precision Supported
' attribute.
value
- the new value of the 'Precision Supported' attribute.isPrecisionSupported()
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()
void setMaximumScale(int value)
Maximum Scale
' attribute.
value
- the new value of the 'Maximum Scale' attribute.getMaximumScale()
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()
void setDefaultScale(int value)
Default Scale
' attribute.
value
- the new value of the 'Default Scale' attribute.getDefaultScale()
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()
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 |