Interface NestedDataCompositionSchema
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NestedDataCompositionSchemaImpl
public interface NestedDataCompositionSchema extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Nested Data Composition Schema'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.DataCompositionSchemagetSchema()Returns the value of the 'Schema' containment reference.DataCompositionSettingsgetSettings()Returns the value of the 'Settings' containment reference.PresentationgetTitle()Returns the value of the 'Title' containment reference.StringgetURL()Returns the value of the 'URL' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetSchema(DataCompositionSchema value)Sets the value of the 'Schema' containment reference.voidsetSettings(DataCompositionSettings value)Sets the value of the 'Settings' containment reference.voidsetTitle(Presentation value)Sets the value of the 'Title' containment reference.voidsetURL(String value)Sets the value of the 'URL' attribute.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DcsPackage.getNestedDataCompositionSchema_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getTitle
Presentation getTitle()
Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
setTitle(Presentation),DcsPackage.getNestedDataCompositionSchema_Title()
-
setTitle
void setTitle(Presentation value)
Sets the value of the 'Title' containment reference.- Parameters:
value- the new value of the 'Title' containment reference.- See Also:
getTitle()
-
getURL
String getURL()
Returns the value of the 'URL' attribute.- Returns:
- the value of the 'URL' attribute.
- See Also:
setURL(String),DcsPackage.getNestedDataCompositionSchema_URL()
-
setURL
void setURL(String value)
Sets the value of the 'URL' attribute.- Parameters:
value- the new value of the 'URL' attribute.- See Also:
getURL()
-
getSchema
DataCompositionSchema getSchema()
Returns the value of the 'Schema' containment reference.- Returns:
- the value of the 'Schema' containment reference.
- See Also:
setSchema(DataCompositionSchema),DcsPackage.getNestedDataCompositionSchema_Schema()
-
setSchema
void setSchema(DataCompositionSchema value)
Sets the value of the 'Schema' containment reference.- Parameters:
value- the new value of the 'Schema' containment reference.- See Also:
getSchema()
-
getSettings
DataCompositionSettings getSettings()
Returns the value of the 'Settings' containment reference.- Returns:
- the value of the 'Settings' containment reference.
- See Also:
setSettings(DataCompositionSettings),DcsPackage.getNestedDataCompositionSchema_Settings()
-
setSettings
void setSettings(DataCompositionSettings value)
Sets the value of the 'Settings' containment reference.- Parameters:
value- the new value of the 'Settings' containment reference.- See Also:
getSettings()
-
-