|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionVariableType | |
---|---|
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. |
Uses of ExpressionVariableType in org.eclipse.datatools.connectivity.oda.design |
---|
Fields in org.eclipse.datatools.connectivity.oda.design with type parameters of type ExpressionVariableType | |
---|---|
static java.util.List<ExpressionVariableType> |
ExpressionVariableType.VALUES
A public read-only list of all the 'Expression Variable Type' enumerators. |
Methods in org.eclipse.datatools.connectivity.oda.design that return ExpressionVariableType | |
---|---|
static ExpressionVariableType |
ExpressionVariableType.get(int value)
Returns the 'Expression Variable Type' literal with the specified integer value. |
static ExpressionVariableType |
ExpressionVariableType.get(java.lang.String literal)
Returns the 'Expression Variable Type' literal with the specified literal value. |
static ExpressionVariableType |
ExpressionVariableType.getByName(java.lang.String name)
Returns the 'Expression Variable Type' literal with the specified name. |
ExpressionVariableType |
ExpressionVariable.getType()
Returns the value of the 'Type' attribute. |
static ExpressionVariableType |
ExpressionVariableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExpressionVariableType[] |
ExpressionVariableType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type ExpressionVariableType | |
---|---|
void |
ExpressionVariable.setType(ExpressionVariableType value)
Sets the value of the ' Type ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |