org.eclipse.datatools.connectivity.oda.design
Interface OutputElementAttributes


public interface OutputElementAttributes

Common attributes for a data element defined with the output mode.

The following features are supported:

See Also:
DesignPackage.getOutputElementAttributes()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ValueFormatHints getFormattingHints()
          Returns the value of the 'Formatting Hints' containment reference.
 java.lang.String getHelpText()
          Returns the value of the 'Help Text' attribute.
 java.lang.String getLabel()
          Returns the value of the 'Label' attribute.
 void setFormattingHints(ValueFormatHints value)
          Sets the value of the 'Formatting Hints' containment reference.
 void setHelpText(java.lang.String value)
          Sets the value of the 'Help Text' attribute.
 void setLabel(java.lang.String value)
          Sets the value of the 'Label' attribute.
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getLabel

public java.lang.String getLabel()
Returns the value of the 'Label' attribute. A free-format string used to identify the data element in a heading, such as a column header.

Returns:
the value of the 'Label' attribute.
See Also:
setLabel(String), DesignPackage.getOutputElementAttributes_Label()

setLabel

public void setLabel(java.lang.String value)
Sets the value of the 'Label' attribute.

Parameters:
value - the new value of the 'Label' attribute.
See Also:
getLabel()

getFormattingHints

public ValueFormatHints getFormattingHints()
Returns the value of the 'Formatting Hints' containment reference.

Returns:
the value of the 'Formatting Hints' containment reference.
See Also:
setFormattingHints(ValueFormatHints), DesignPackage.getOutputElementAttributes_FormattingHints()

setFormattingHints

public void setFormattingHints(ValueFormatHints value)
Sets the value of the 'Formatting Hints' containment reference.

Parameters:
value - the new value of the 'Formatting Hints' containment reference.
See Also:
getFormattingHints()

getHelpText

public java.lang.String getHelpText()
Returns the value of the 'Help Text' attribute. Provides additional information to the user about this data element, such as in a balloon help.

Returns:
the value of the 'Help Text' attribute.
See Also:
setHelpText(String), DesignPackage.getOutputElementAttributes_HelpText()

setHelpText

public void setHelpText(java.lang.String value)
Sets the value of the 'Help Text' attribute.

Parameters:
value - the new value of the 'Help Text' attribute.
See Also:
getHelpText()


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