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.EObject
A 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 String
getName()
Returns the value of the 'Name' attribute.DataCompositionSchema
getSchema()
Returns the value of the 'Schema' containment reference.DataCompositionSettings
getSettings()
Returns the value of the 'Settings' containment reference.Presentation
getTitle()
Returns the value of the 'Title' containment reference.String
getURL()
Returns the value of the 'URL' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setSchema(DataCompositionSchema value)
Sets the value of the 'Schema
' containment reference.void
setSettings(DataCompositionSettings value)
Sets the value of the 'Settings
' containment reference.void
setTitle(Presentation value)
Sets the value of the 'Title
' containment reference.void
setURL(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()
-
-