Uses of Class
org.eclipse.datatools.connectivity.oda.design.AxisType

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 declared as AxisType
static AxisType AxisType.DIMENSION_MEMBER_LITERAL
          The 'Dimension Member' literal object.
static AxisType AxisType.DIMENSION_ATTRIBUTE_LITERAL
          The 'Dimension Attribute' literal object.
static AxisType AxisType.MEASURE_LITERAL
          The 'Measure' literal object.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return AxisType
static AxisType AxisType.get(java.lang.String literal)
          Returns the 'Axis Type' literal with the specified literal value.
static AxisType AxisType.getByName(java.lang.String name)
          Returns the 'Axis Type' literal with the specified name.
static AxisType AxisType.get(int value)
          Returns the 'Axis Type' literal with the specified integer value.
 AxisType AxisAttributes.getAxisType()
          Returns the value of the 'Axis Type' attribute.
 

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.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.