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 with type parameters of type HorizontalAlignment
static java.util.List<HorizontalAlignment> HorizontalAlignment.VALUES
          A public read-only list of all the 'Horizontal Alignment' enumerators.
 

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.
static HorizontalAlignment HorizontalAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HorizontalAlignment[] HorizontalAlignment.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 HorizontalAlignment
 void ValueFormatHints.setHorizontalAlignment(HorizontalAlignment value)
          Sets the value of the 'Horizontal Alignment' attribute.