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


public interface DataSetParameters

A collection of top-level parameters defined for a data set. If the metadata can be derived, i.e. can be obtained by an ODA driver in each design session, an ODA host designer is not required to include the derived metadata in the next design session request. An ODA designer may ignore such metadata in a Request.

The following features are supported:

See Also:
DesignPackage.getDataSetParameters()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList getParameterDefinitions()
          Returns the value of the 'Parameter Definitions' containment reference list.
 boolean isDerivedMetaData()
          Returns the value of the 'Derived Meta Data' attribute.
 boolean isSetDerivedMetaData()
          Returns whether the value of the 'Derived Meta Data' attribute is set.
 void setDerivedMetaData(boolean value)
          Sets the value of the 'Derived Meta Data' attribute.
 void unsetDerivedMetaData()
          Unsets the value of the 'Derived Meta Data' attribute.
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getParameterDefinitions

public EList getParameterDefinitions()
Returns the value of the 'Parameter Definitions' containment reference list. The list contents are of type ParameterDefinition.

Returns:
the value of the 'Parameter Definitions' containment reference list.
See Also:
DesignPackage.getDataSetParameters_ParameterDefinitions()

isDerivedMetaData

public boolean isDerivedMetaData()
Returns the value of the 'Derived Meta Data' attribute. The default value is "true". If the metadata can be derived, i.e. can be obtained by an ODA driver in each design session, an ODA host designer is not required to include the derived metadata in the next design session request. An ODA designer may ignore such metadata in a Request.

Returns:
the value of the 'Derived Meta Data' attribute.
See Also:
isSetDerivedMetaData(), unsetDerivedMetaData(), setDerivedMetaData(boolean), DesignPackage.getDataSetParameters_DerivedMetaData()

setDerivedMetaData

public void setDerivedMetaData(boolean value)
Sets the value of the 'Derived Meta Data' attribute.

Parameters:
value - the new value of the 'Derived Meta Data' attribute.
See Also:
isSetDerivedMetaData(), unsetDerivedMetaData(), isDerivedMetaData()

unsetDerivedMetaData

public void unsetDerivedMetaData()
Unsets the value of the 'Derived Meta Data' attribute.

See Also:
isSetDerivedMetaData(), isDerivedMetaData(), setDerivedMetaData(boolean)

isSetDerivedMetaData

public boolean isSetDerivedMetaData()
Returns whether the value of the 'Derived Meta Data' attribute is set.

Returns:
whether the value of the 'Derived Meta Data' attribute is set.
See Also:
unsetDerivedMetaData(), isDerivedMetaData(), setDerivedMetaData(boolean)


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