|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StaticValues | |
---|---|
org.eclipse.datatools.connectivity.oda.design | [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. |
org.eclipse.datatools.connectivity.oda.design.util | Provides a utility component for handling of ODA Design API objects. |
Uses of StaticValues in org.eclipse.datatools.connectivity.oda.design |
---|
Methods in org.eclipse.datatools.connectivity.oda.design that return StaticValues | |
---|---|
StaticValues |
DesignFactory.createStaticValues()
Returns a new object of class 'Static Values'. |
StaticValues |
InputElementAttributes.getDefaultValues()
Returns the value of the 'Default Values' containment reference. |
StaticValues |
ParameterDefinition.getDefaultValues()
A convenience method to return this parameter's collection of default input values. |
StaticValues |
ExpressionParameterDefinition.getStaticValues()
Returns the value of the 'Static Values' containment reference. |
Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type StaticValues | |
---|---|
void |
InputElementAttributes.setDefaultValues(StaticValues value)
Sets the value of the ' Default Values ' containment reference. |
void |
ExpressionParameterDefinition.setStaticValues(StaticValues value)
Sets the value of the ' Static Values ' containment reference. |
Uses of StaticValues in org.eclipse.datatools.connectivity.oda.design.util |
---|
Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type StaticValues | |
---|---|
T |
DesignSwitch.caseStaticValues(StaticValues object)
Returns the result of interpreting the object as an instance of 'Static Values'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |