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


public interface InputParameterAttributes

The attributes of a top-level input parameter, which can be either scalar or complex type.

The following features are supported:

See Also:
DesignPackage.getInputParameterAttributes()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 InputElementAttributes getElementAttributes()
          Returns the value of the 'Element Attributes' containment reference.
 InputParameterUIHints getUiHints()
          Returns the value of the 'Ui Hints' containment reference.
 void setElementAttributes(InputElementAttributes value)
          Sets the value of the 'Element Attributes' containment reference.
 void setUiGroupPromptDisplayName(java.lang.String value)
          Sets the value of the Group Prompt Display Name attribute in the element's UI hints.
 void setUiHints(InputParameterUIHints value)
          Sets the value of the 'Ui Hints' containment reference.
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getElementAttributes

public InputElementAttributes getElementAttributes()
Returns the value of the 'Element Attributes' containment reference.

Returns:
the value of the 'Element Attributes' containment reference.
See Also:
setElementAttributes(InputElementAttributes), DesignPackage.getInputParameterAttributes_ElementAttributes()

setElementAttributes

public void setElementAttributes(InputElementAttributes value)
Sets the value of the 'Element Attributes' containment reference.

Parameters:
value - the new value of the 'Element Attributes' containment reference.
See Also:
getElementAttributes()

getUiHints

public InputParameterUIHints getUiHints()
Returns the value of the 'Ui Hints' containment reference.

Returns:
the value of the 'Ui Hints' containment reference.
See Also:
setUiHints(InputParameterUIHints), DesignPackage.getInputParameterAttributes_UiHints()

setUiHints

public void setUiHints(InputParameterUIHints value)
Sets the value of the 'Ui Hints' containment reference.

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

setUiGroupPromptDisplayName

public void setUiGroupPromptDisplayName(java.lang.String value)
Sets the value of the Group Prompt Display Name attribute in the element's UI hints.

Parameters:
value - the new value of the 'Group Prompt Display Name' attribute.
See Also:
setUiHints(InputParameterUIHints)


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