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

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

Fields in org.eclipse.datatools.connectivity.oda.design declared as TextWrapType
static TextWrapType TextWrapType.NONE_LITERAL
          The 'None' literal object.
static TextWrapType TextWrapType.WORD_LITERAL
          The 'Word' literal object.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return TextWrapType
 TextWrapType ValueFormatHints.getTextWrapType()
          Returns the value of the 'Text Wrap Type' attribute.
static TextWrapType TextWrapType.get(java.lang.String literal)
          Returns the 'Text Wrap Type' literal with the specified literal value.
static TextWrapType TextWrapType.getByName(java.lang.String name)
          Returns the 'Text Wrap Type' literal with the specified name.
static TextWrapType TextWrapType.get(int value)
          Returns the 'Text Wrap Type' literal with the specified integer value.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type TextWrapType
 void ValueFormatHints.setTextWrapType(TextWrapType value)
          Sets the value of the 'Text Wrap Type' attribute.
 



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