|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PercentFreeTerminology | |
org.eclipse.datatools.modelbase.dbdefinition | |
org.eclipse.datatools.modelbase.dbdefinition.impl |
Uses of PercentFreeTerminology in org.eclipse.datatools.modelbase.dbdefinition |
Fields in org.eclipse.datatools.modelbase.dbdefinition declared as PercentFreeTerminology | |
static PercentFreeTerminology |
PercentFreeTerminology.PERCENT_FREE_LITERAL
The 'PERCENT FREE' literal object. |
static PercentFreeTerminology |
PercentFreeTerminology.FILL_FACTOR_LITERAL
The 'FILL FACTOR' literal object. |
static PercentFreeTerminology |
PercentFreeTerminology.THRESHOLD_LITERAL
The 'THRESHOLD' literal object. |
Methods in org.eclipse.datatools.modelbase.dbdefinition that return PercentFreeTerminology | |
static PercentFreeTerminology |
PercentFreeTerminology.get(java.lang.String literal)
Returns the 'Percent Free Terminology' literal with the specified literal value. |
static PercentFreeTerminology |
PercentFreeTerminology.getByName(java.lang.String name)
Returns the 'Percent Free Terminology' literal with the specified name. |
static PercentFreeTerminology |
PercentFreeTerminology.get(int value)
Returns the 'Percent Free Terminology' literal with the specified integer value. |
PercentFreeTerminology |
IndexDefinition.getPercentFreeTerminology()
Returns the value of the 'Percent Free Terminology' attribute. |
Methods in org.eclipse.datatools.modelbase.dbdefinition with parameters of type PercentFreeTerminology | |
void |
IndexDefinition.setPercentFreeTerminology(PercentFreeTerminology value)
Sets the value of the ' Percent Free Terminology ' attribute. |
Uses of PercentFreeTerminology in org.eclipse.datatools.modelbase.dbdefinition.impl |
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return PercentFreeTerminology | |
PercentFreeTerminology |
IndexDefinitionImpl.getPercentFreeTerminology()
|
PercentFreeTerminology |
DatabaseDefinitionFactoryImpl.createPercentFreeTerminologyFromString(EDataType eDataType,
java.lang.String initialValue)
|
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl with parameters of type PercentFreeTerminology | |
void |
IndexDefinitionImpl.setPercentFreeTerminology(PercentFreeTerminology newPercentFreeTerminology)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |