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

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

Fields in org.eclipse.datatools.connectivity.oda.design declared as TextFormatType
static TextFormatType TextFormatType.PLAIN_LITERAL
          The 'Plain' literal object.
static TextFormatType TextFormatType.HTML_LITERAL
          The 'HTML' literal object.
static TextFormatType TextFormatType.RTF_LITERAL
          The 'RTF' literal object.
 

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

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



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