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 SummaryAll 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- 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- DcsPackage.getNestedDataCompositionSchema_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getTitlePresentation getTitle() Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
- setTitle(Presentation),- DcsPackage.getNestedDataCompositionSchema_Title()
 
 - 
setTitlevoid setTitle(Presentation value) Sets the value of the 'Title' containment reference.- Parameters:
- value- the new value of the 'Title' containment reference.
- See Also:
- getTitle()
 
 - 
getURLString getURL() Returns the value of the 'URL' attribute.- Returns:
- the value of the 'URL' attribute.
- See Also:
- setURL(String),- DcsPackage.getNestedDataCompositionSchema_URL()
 
 - 
setURLvoid setURL(String value) Sets the value of the 'URL' attribute.- Parameters:
- value- the new value of the 'URL' attribute.
- See Also:
- getURL()
 
 - 
getSchemaDataCompositionSchema getSchema() Returns the value of the 'Schema' containment reference.- Returns:
- the value of the 'Schema' containment reference.
- See Also:
- setSchema(DataCompositionSchema),- DcsPackage.getNestedDataCompositionSchema_Schema()
 
 - 
setSchemavoid setSchema(DataCompositionSchema value) Sets the value of the 'Schema' containment reference.- Parameters:
- value- the new value of the 'Schema' containment reference.
- See Also:
- getSchema()
 
 - 
getSettingsDataCompositionSettings getSettings() Returns the value of the 'Settings' containment reference.- Returns:
- the value of the 'Settings' containment reference.
- See Also:
- setSettings(DataCompositionSettings),- DcsPackage.getNestedDataCompositionSchema_Settings()
 
 - 
setSettingsvoid setSettings(DataCompositionSettings value) Sets the value of the 'Settings' containment reference.- Parameters:
- value- the new value of the 'Settings' containment reference.
- See Also:
- getSettings()
 
 
- 
 
-