|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisType | |
---|---|
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 AxisType in org.eclipse.datatools.connectivity.oda.design |
---|
Fields in org.eclipse.datatools.connectivity.oda.design with type parameters of type AxisType | |
---|---|
static java.util.List<AxisType> |
AxisType.VALUES
A public read-only list of all the 'Axis Type' enumerators. |
Methods in org.eclipse.datatools.connectivity.oda.design that return AxisType | |
---|---|
static AxisType |
AxisType.get(int value)
Returns the 'Axis Type' literal with the specified integer value. |
static AxisType |
AxisType.get(java.lang.String literal)
Returns the 'Axis Type' literal with the specified literal value. |
AxisType |
AxisAttributes.getAxisType()
Returns the value of the 'Axis Type' attribute. |
static AxisType |
AxisType.getByName(java.lang.String name)
Returns the 'Axis Type' literal with the specified name. |
static AxisType |
AxisType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AxisType[] |
AxisType.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 AxisType | |
---|---|
void |
AxisAttributes.setAxisType(AxisType value)
Sets the value of the ' Axis Type ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |