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

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

Fields in org.eclipse.datatools.connectivity.oda.design with type parameters of type InputPromptControlStyle
static java.util.List<InputPromptControlStyle> InputPromptControlStyle.VALUES
          A public read-only list of all the 'Input Prompt Control Style' enumerators.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return InputPromptControlStyle
static InputPromptControlStyle InputPromptControlStyle.get(int value)
          Returns the 'Input Prompt Control Style' literal with the specified integer value.
static InputPromptControlStyle InputPromptControlStyle.get(java.lang.String literal)
          Returns the 'Input Prompt Control Style' literal with the specified literal value.
static InputPromptControlStyle InputPromptControlStyle.getByName(java.lang.String name)
          Returns the 'Input Prompt Control Style' literal with the specified name.
 InputPromptControlStyle InputElementUIHints.getPromptStyle()
          Returns the value of the 'Prompt Style' attribute.
static InputPromptControlStyle InputPromptControlStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InputPromptControlStyle[] InputPromptControlStyle.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 InputPromptControlStyle
 void InputElementUIHints.setPromptStyle(InputPromptControlStyle value)
          Sets the value of the 'Prompt Style' attribute.
 void InputElementAttributes.setUiPromptStyle(InputPromptControlStyle value)
          Sets the value of the Prompt Style attribute in the element's UI hints.