|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
DesignPackage.getDataSetParameters()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<ParameterDefinition> |
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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.common.util.EList<ParameterDefinition> getParameterDefinitions()
ParameterDefinition
.
DesignPackage.getDataSetParameters_ParameterDefinitions()
boolean isDerivedMetaData()
"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.
isSetDerivedMetaData()
,
unsetDerivedMetaData()
,
setDerivedMetaData(boolean)
,
DesignPackage.getDataSetParameters_DerivedMetaData()
void setDerivedMetaData(boolean value)
Derived Meta Data
' attribute.
value
- the new value of the 'Derived Meta Data' attribute.isSetDerivedMetaData()
,
unsetDerivedMetaData()
,
isDerivedMetaData()
void unsetDerivedMetaData()
Derived Meta Data
' attribute.
isSetDerivedMetaData()
,
isDerivedMetaData()
,
setDerivedMetaData(boolean)
boolean isSetDerivedMetaData()
Derived Meta Data
' attribute is set.
unsetDerivedMetaData()
,
isDerivedMetaData()
,
setDerivedMetaData(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |