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

Packages that use HorizontalAlignment
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 HorizontalAlignment in org.eclipse.datatools.connectivity.oda.design
 

Fields in org.eclipse.datatools.connectivity.oda.design declared as HorizontalAlignment
static HorizontalAlignment HorizontalAlignment.AUTOMATIC_LITERAL
          The 'Automatic' literal object.
static HorizontalAlignment HorizontalAlignment.CENTER_LITERAL
          The 'Center' literal object.
static HorizontalAlignment HorizontalAlignment.LEFT_LITERAL
          The 'Left' literal object.
static HorizontalAlignment HorizontalAlignment.RIGHT_LITERAL
          The 'Right' literal object.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return HorizontalAlignment
static HorizontalAlignment HorizontalAlignment.get(int value)
          Returns the 'Horizontal Alignment' literal with the specified integer value.
static HorizontalAlignment HorizontalAlignment.get(java.lang.String literal)
          Returns the 'Horizontal Alignment' literal with the specified literal value.
static HorizontalAlignment HorizontalAlignment.getByName(java.lang.String name)
          Returns the 'Horizontal Alignment' literal with the specified name.
 HorizontalAlignment ValueFormatHints.getHorizontalAlignment()
          Returns the value of the 'Horizontal Alignment' attribute.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type HorizontalAlignment
 void ValueFormatHints.setHorizontalAlignment(HorizontalAlignment value)
          Sets the value of the 'Horizontal Alignment' attribute.
 



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