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 with type parameters of type TextWrapType
static java.util.List<TextWrapType> TextWrapType.VALUES
          A public read-only list of all the 'Text Wrap Type' enumerators.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return TextWrapType
static TextWrapType TextWrapType.get(int value)
          Returns the 'Text Wrap Type' literal with the specified integer value.
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.
 TextWrapType ValueFormatHints.getTextWrapType()
          Returns the value of the 'Text Wrap Type' attribute.
static TextWrapType TextWrapType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextWrapType[] TextWrapType.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 TextWrapType
 void ValueFormatHints.setTextWrapType(TextWrapType value)
          Sets the value of the 'Text Wrap Type' attribute.