Interface ConfigurationExtension
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,MdObjectExtension,org.eclipse.emf.common.notify.Notifier,ObjectExtension
- All Known Implementing Classes:
ConfigurationExtensionImpl
public interface ConfigurationExtension extends MdObjectExtension
A representation of the model object 'Configuration Extension'.The following features are supported:
Default Run ModeUse PurposesManaged Application ModuleSession ModuleExternal Connection ModuleCommand InterfaceHome Page Work AreaMain Section Command InterfaceDefault LanguageDefault Report FormDefault Report Settings FormDefault Report Variant FormDefault Dynamic List Settings FormDefault Search FormDefault Data History Change History FormDefault Data History Version Data FormDefault Data History Version Differences FormModality Use ModeSynchronous Extension And Add In Call Use ModeInterface Compatibility ModeCompatibility ModeDefault StyleMain Section PictureLogoSplashDefault Roles
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdPropertyStategetCommandInterface()Returns the value of the 'Command Interface' attribute.MdPropertyStategetCompatibilityMode()Returns the value of the 'Compatibility Mode' attribute.MdPropertyStategetDefaultDataHistoryChangeHistoryForm()Returns the value of the 'Default Data History Change History Form' attribute.MdPropertyStategetDefaultDataHistoryVersionDataForm()Returns the value of the 'Default Data History Version Data Form' attribute.MdPropertyStategetDefaultDataHistoryVersionDifferencesForm()Returns the value of the 'Default Data History Version Differences Form' attribute.MdPropertyStategetDefaultDynamicListSettingsForm()Returns the value of the 'Default Dynamic List Settings Form' attribute.MdPropertyStategetDefaultLanguage()Returns the value of the 'Default Language' attribute.MdPropertyStategetDefaultReportForm()Returns the value of the 'Default Report Form' attribute.MdPropertyStategetDefaultReportSettingsForm()Returns the value of the 'Default Report Settings Form' attribute.MdPropertyStategetDefaultReportVariantForm()Returns the value of the 'Default Report Variant Form' attribute.MdPropertyStategetDefaultRoles()Returns the value of the 'Default Roles' attribute.MdPropertyStategetDefaultRunMode()Returns the value of the 'Default Run Mode' attribute.MdPropertyStategetDefaultSearchForm()Returns the value of the 'Default Search Form' attribute.MdPropertyStategetDefaultStyle()Returns the value of the 'Default Style' attribute.MdPropertyStategetExternalConnectionModule()Returns the value of the 'External Connection Module' attribute.MdPropertyStategetHomePageWorkArea()Returns the value of the 'Home Page Work Area' attribute.MdPropertyStategetInterfaceCompatibilityMode()Returns the value of the 'Interface Compatibility Mode' attribute.MdPropertyStategetLogo()Returns the value of the 'Logo' attribute.MdPropertyStategetMainSectionCommandInterface()Returns the value of the 'Main Section Command Interface' attribute.MdPropertyStategetMainSectionPicture()Returns the value of the 'Main Section Picture' attribute.MdPropertyStategetManagedApplicationModule()Returns the value of the 'Managed Application Module' attribute.MdPropertyStategetModalityUseMode()Returns the value of the 'Modality Use Mode' attribute.MdPropertyStategetSessionModule()Returns the value of the 'Session Module' attribute.MdPropertyStategetSplash()Returns the value of the 'Splash' attribute.MdPropertyStategetSynchronousExtensionAndAddInCallUseMode()Returns the value of the 'Synchronous Extension And Add In Call Use Mode' attribute.MdPropertyStategetUsePurposes()Returns the value of the 'Use Purposes' attribute.voidsetCommandInterface(MdPropertyState value)Sets the value of the 'Command Interface' attribute.voidsetCompatibilityMode(MdPropertyState value)Sets the value of the 'Compatibility Mode' attribute.voidsetDefaultDataHistoryChangeHistoryForm(MdPropertyState value)Sets the value of the 'Default Data History Change History Form' attribute.voidsetDefaultDataHistoryVersionDataForm(MdPropertyState value)Sets the value of the 'Default Data History Version Data Form' attribute.voidsetDefaultDataHistoryVersionDifferencesForm(MdPropertyState value)Sets the value of the 'Default Data History Version Differences Form' attribute.voidsetDefaultDynamicListSettingsForm(MdPropertyState value)Sets the value of the 'Default Dynamic List Settings Form' attribute.voidsetDefaultLanguage(MdPropertyState value)Sets the value of the 'Default Language' attribute.voidsetDefaultReportForm(MdPropertyState value)Sets the value of the 'Default Report Form' attribute.voidsetDefaultReportSettingsForm(MdPropertyState value)Sets the value of the 'Default Report Settings Form' attribute.voidsetDefaultReportVariantForm(MdPropertyState value)Sets the value of the 'Default Report Variant Form' attribute.voidsetDefaultRoles(MdPropertyState value)Sets the value of the 'Default Roles' attribute.voidsetDefaultRunMode(MdPropertyState value)Sets the value of the 'Default Run Mode' attribute.voidsetDefaultSearchForm(MdPropertyState value)Sets the value of the 'Default Search Form' attribute.voidsetDefaultStyle(MdPropertyState value)Sets the value of the 'Default Style' attribute.voidsetExternalConnectionModule(MdPropertyState value)Sets the value of the 'External Connection Module' attribute.voidsetHomePageWorkArea(MdPropertyState value)Sets the value of the 'Home Page Work Area' attribute.voidsetInterfaceCompatibilityMode(MdPropertyState value)Sets the value of the 'Interface Compatibility Mode' attribute.voidsetLogo(MdPropertyState value)Sets the value of the 'Logo' attribute.voidsetMainSectionCommandInterface(MdPropertyState value)Sets the value of the 'Main Section Command Interface' attribute.voidsetMainSectionPicture(MdPropertyState value)Sets the value of the 'Main Section Picture' attribute.voidsetManagedApplicationModule(MdPropertyState value)Sets the value of the 'Managed Application Module' attribute.voidsetModalityUseMode(MdPropertyState value)Sets the value of the 'Modality Use Mode' attribute.voidsetSessionModule(MdPropertyState value)Sets the value of the 'Session Module' attribute.voidsetSplash(MdPropertyState value)Sets the value of the 'Splash' attribute.voidsetSynchronousExtensionAndAddInCallUseMode(MdPropertyState value)Sets the value of the 'Synchronous Extension And Add In Call Use Mode' attribute.voidsetUsePurposes(MdPropertyState value)Sets the value of the 'Use Purposes' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.extension.MdObjectExtension
getExtendedConfigurationObject, getSynonym, setExtendedConfigurationObject, setSynonym
-
-
-
-
Method Detail
-
getDefaultRunMode
MdPropertyState getDefaultRunMode()
Returns the value of the 'Default Run Mode' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Run Mode' attribute.
- See Also:
MdPropertyState,setDefaultRunMode(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultRunMode()
-
setDefaultRunMode
void setDefaultRunMode(MdPropertyState value)
Sets the value of the 'Default Run Mode' attribute.- Parameters:
value- the new value of the 'Default Run Mode' attribute.- See Also:
MdPropertyState,getDefaultRunMode()
-
getUsePurposes
MdPropertyState getUsePurposes()
Returns the value of the 'Use Purposes' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Use Purposes' attribute.
- See Also:
MdPropertyState,setUsePurposes(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_UsePurposes()
-
setUsePurposes
void setUsePurposes(MdPropertyState value)
Sets the value of the 'Use Purposes' attribute.- Parameters:
value- the new value of the 'Use Purposes' attribute.- See Also:
MdPropertyState,getUsePurposes()
-
getManagedApplicationModule
MdPropertyState getManagedApplicationModule()
Returns the value of the 'Managed Application Module' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Managed Application Module' attribute.
- See Also:
MdPropertyState,setManagedApplicationModule(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_ManagedApplicationModule()
-
setManagedApplicationModule
void setManagedApplicationModule(MdPropertyState value)
Sets the value of the 'Managed Application Module' attribute.- Parameters:
value- the new value of the 'Managed Application Module' attribute.- See Also:
MdPropertyState,getManagedApplicationModule()
-
getSessionModule
MdPropertyState getSessionModule()
Returns the value of the 'Session Module' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Session Module' attribute.
- See Also:
MdPropertyState,setSessionModule(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_SessionModule()
-
setSessionModule
void setSessionModule(MdPropertyState value)
Sets the value of the 'Session Module' attribute.- Parameters:
value- the new value of the 'Session Module' attribute.- See Also:
MdPropertyState,getSessionModule()
-
getExternalConnectionModule
MdPropertyState getExternalConnectionModule()
Returns the value of the 'External Connection Module' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'External Connection Module' attribute.
- See Also:
MdPropertyState,setExternalConnectionModule(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_ExternalConnectionModule()
-
setExternalConnectionModule
void setExternalConnectionModule(MdPropertyState value)
Sets the value of the 'External Connection Module' attribute.- Parameters:
value- the new value of the 'External Connection Module' attribute.- See Also:
MdPropertyState,getExternalConnectionModule()
-
getCommandInterface
MdPropertyState getCommandInterface()
Returns the value of the 'Command Interface' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Command Interface' attribute.
- See Also:
MdPropertyState,setCommandInterface(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_CommandInterface()
-
setCommandInterface
void setCommandInterface(MdPropertyState value)
Sets the value of the 'Command Interface' attribute.- Parameters:
value- the new value of the 'Command Interface' attribute.- See Also:
MdPropertyState,getCommandInterface()
-
getHomePageWorkArea
MdPropertyState getHomePageWorkArea()
Returns the value of the 'Home Page Work Area' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Home Page Work Area' attribute.
- See Also:
MdPropertyState,setHomePageWorkArea(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_HomePageWorkArea()
-
setHomePageWorkArea
void setHomePageWorkArea(MdPropertyState value)
Sets the value of the 'Home Page Work Area' attribute.- Parameters:
value- the new value of the 'Home Page Work Area' attribute.- See Also:
MdPropertyState,getHomePageWorkArea()
-
getMainSectionCommandInterface
MdPropertyState getMainSectionCommandInterface()
Returns the value of the 'Main Section Command Interface' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Main Section Command Interface' attribute.
- See Also:
MdPropertyState,setMainSectionCommandInterface(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_MainSectionCommandInterface()
-
setMainSectionCommandInterface
void setMainSectionCommandInterface(MdPropertyState value)
Sets the value of the 'Main Section Command Interface' attribute.- Parameters:
value- the new value of the 'Main Section Command Interface' attribute.- See Also:
MdPropertyState,getMainSectionCommandInterface()
-
getDefaultLanguage
MdPropertyState getDefaultLanguage()
Returns the value of the 'Default Language' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Language' attribute.
- See Also:
MdPropertyState,setDefaultLanguage(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultLanguage()
-
setDefaultLanguage
void setDefaultLanguage(MdPropertyState value)
Sets the value of the 'Default Language' attribute.- Parameters:
value- the new value of the 'Default Language' attribute.- See Also:
MdPropertyState,getDefaultLanguage()
-
getDefaultReportForm
MdPropertyState getDefaultReportForm()
Returns the value of the 'Default Report Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Report Form' attribute.
- See Also:
MdPropertyState,setDefaultReportForm(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultReportForm()
-
setDefaultReportForm
void setDefaultReportForm(MdPropertyState value)
Sets the value of the 'Default Report Form' attribute.- Parameters:
value- the new value of the 'Default Report Form' attribute.- See Also:
MdPropertyState,getDefaultReportForm()
-
getDefaultReportSettingsForm
MdPropertyState getDefaultReportSettingsForm()
Returns the value of the 'Default Report Settings Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Report Settings Form' attribute.
- See Also:
MdPropertyState,setDefaultReportSettingsForm(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultReportSettingsForm()
-
setDefaultReportSettingsForm
void setDefaultReportSettingsForm(MdPropertyState value)
Sets the value of the 'Default Report Settings Form' attribute.- Parameters:
value- the new value of the 'Default Report Settings Form' attribute.- See Also:
MdPropertyState,getDefaultReportSettingsForm()
-
getDefaultReportVariantForm
MdPropertyState getDefaultReportVariantForm()
Returns the value of the 'Default Report Variant Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Report Variant Form' attribute.
- See Also:
MdPropertyState,setDefaultReportVariantForm(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultReportVariantForm()
-
setDefaultReportVariantForm
void setDefaultReportVariantForm(MdPropertyState value)
Sets the value of the 'Default Report Variant Form' attribute.- Parameters:
value- the new value of the 'Default Report Variant Form' attribute.- See Also:
MdPropertyState,getDefaultReportVariantForm()
-
getDefaultDynamicListSettingsForm
MdPropertyState getDefaultDynamicListSettingsForm()
Returns the value of the 'Default Dynamic List Settings Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Dynamic List Settings Form' attribute.
- See Also:
MdPropertyState,setDefaultDynamicListSettingsForm(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultDynamicListSettingsForm()
-
setDefaultDynamicListSettingsForm
void setDefaultDynamicListSettingsForm(MdPropertyState value)
Sets the value of the 'Default Dynamic List Settings Form' attribute.- Parameters:
value- the new value of the 'Default Dynamic List Settings Form' attribute.- See Also:
MdPropertyState,getDefaultDynamicListSettingsForm()
-
getDefaultSearchForm
MdPropertyState getDefaultSearchForm()
Returns the value of the 'Default Search Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Search Form' attribute.
- See Also:
MdPropertyState,setDefaultSearchForm(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultSearchForm()
-
setDefaultSearchForm
void setDefaultSearchForm(MdPropertyState value)
Sets the value of the 'Default Search Form' attribute.- Parameters:
value- the new value of the 'Default Search Form' attribute.- See Also:
MdPropertyState,getDefaultSearchForm()
-
getDefaultDataHistoryChangeHistoryForm
MdPropertyState getDefaultDataHistoryChangeHistoryForm()
Returns the value of the 'Default Data History Change History Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Data History Change History Form' attribute.
- See Also:
MdPropertyState,setDefaultDataHistoryChangeHistoryForm(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultDataHistoryChangeHistoryForm()
-
setDefaultDataHistoryChangeHistoryForm
void setDefaultDataHistoryChangeHistoryForm(MdPropertyState value)
Sets the value of the 'Default Data History Change History Form' attribute.- Parameters:
value- the new value of the 'Default Data History Change History Form' attribute.- See Also:
MdPropertyState,getDefaultDataHistoryChangeHistoryForm()
-
getDefaultDataHistoryVersionDataForm
MdPropertyState getDefaultDataHistoryVersionDataForm()
Returns the value of the 'Default Data History Version Data Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Data History Version Data Form' attribute.
- See Also:
MdPropertyState,setDefaultDataHistoryVersionDataForm(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultDataHistoryVersionDataForm()
-
setDefaultDataHistoryVersionDataForm
void setDefaultDataHistoryVersionDataForm(MdPropertyState value)
Sets the value of the 'Default Data History Version Data Form' attribute.- Parameters:
value- the new value of the 'Default Data History Version Data Form' attribute.- See Also:
MdPropertyState,getDefaultDataHistoryVersionDataForm()
-
getDefaultDataHistoryVersionDifferencesForm
MdPropertyState getDefaultDataHistoryVersionDifferencesForm()
Returns the value of the 'Default Data History Version Differences Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Data History Version Differences Form' attribute.
- See Also:
MdPropertyState,setDefaultDataHistoryVersionDifferencesForm(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultDataHistoryVersionDifferencesForm()
-
setDefaultDataHistoryVersionDifferencesForm
void setDefaultDataHistoryVersionDifferencesForm(MdPropertyState value)
Sets the value of the 'Default Data History Version Differences Form' attribute.- Parameters:
value- the new value of the 'Default Data History Version Differences Form' attribute.- See Also:
MdPropertyState,getDefaultDataHistoryVersionDifferencesForm()
-
getModalityUseMode
MdPropertyState getModalityUseMode()
Returns the value of the 'Modality Use Mode' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Modality Use Mode' attribute.
- See Also:
MdPropertyState,setModalityUseMode(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_ModalityUseMode()
-
setModalityUseMode
void setModalityUseMode(MdPropertyState value)
Sets the value of the 'Modality Use Mode' attribute.- Parameters:
value- the new value of the 'Modality Use Mode' attribute.- See Also:
MdPropertyState,getModalityUseMode()
-
getSynchronousExtensionAndAddInCallUseMode
MdPropertyState getSynchronousExtensionAndAddInCallUseMode()
Returns the value of the 'Synchronous Extension And Add In Call Use Mode' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Synchronous Extension And Add In Call Use Mode' attribute.
- See Also:
MdPropertyState,setSynchronousExtensionAndAddInCallUseMode(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_SynchronousExtensionAndAddInCallUseMode()
-
setSynchronousExtensionAndAddInCallUseMode
void setSynchronousExtensionAndAddInCallUseMode(MdPropertyState value)
Sets the value of the 'Synchronous Extension And Add In Call Use Mode' attribute.- Parameters:
value- the new value of the 'Synchronous Extension And Add In Call Use Mode' attribute.- See Also:
MdPropertyState,getSynchronousExtensionAndAddInCallUseMode()
-
getInterfaceCompatibilityMode
MdPropertyState getInterfaceCompatibilityMode()
Returns the value of the 'Interface Compatibility Mode' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Interface Compatibility Mode' attribute.
- See Also:
MdPropertyState,setInterfaceCompatibilityMode(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_InterfaceCompatibilityMode()
-
setInterfaceCompatibilityMode
void setInterfaceCompatibilityMode(MdPropertyState value)
Sets the value of the 'Interface Compatibility Mode' attribute.- Parameters:
value- the new value of the 'Interface Compatibility Mode' attribute.- See Also:
MdPropertyState,getInterfaceCompatibilityMode()
-
getCompatibilityMode
MdPropertyState getCompatibilityMode()
Returns the value of the 'Compatibility Mode' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Compatibility Mode' attribute.
- See Also:
MdPropertyState,setCompatibilityMode(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_CompatibilityMode()
-
setCompatibilityMode
void setCompatibilityMode(MdPropertyState value)
Sets the value of the 'Compatibility Mode' attribute.- Parameters:
value- the new value of the 'Compatibility Mode' attribute.- See Also:
MdPropertyState,getCompatibilityMode()
-
getDefaultStyle
MdPropertyState getDefaultStyle()
Returns the value of the 'Default Style' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Style' attribute.
- See Also:
MdPropertyState,setDefaultStyle(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultStyle()
-
setDefaultStyle
void setDefaultStyle(MdPropertyState value)
Sets the value of the 'Default Style' attribute.- Parameters:
value- the new value of the 'Default Style' attribute.- See Also:
MdPropertyState,getDefaultStyle()
-
getMainSectionPicture
MdPropertyState getMainSectionPicture()
Returns the value of the 'Main Section Picture' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Main Section Picture' attribute.
- See Also:
MdPropertyState,setMainSectionPicture(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_MainSectionPicture()
-
setMainSectionPicture
void setMainSectionPicture(MdPropertyState value)
Sets the value of the 'Main Section Picture' attribute.- Parameters:
value- the new value of the 'Main Section Picture' attribute.- See Also:
MdPropertyState,getMainSectionPicture()
-
getLogo
MdPropertyState getLogo()
Returns the value of the 'Logo' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Logo' attribute.
- See Also:
MdPropertyState,setLogo(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_Logo()
-
setLogo
void setLogo(MdPropertyState value)
Sets the value of the 'Logo' attribute.- Parameters:
value- the new value of the 'Logo' attribute.- See Also:
MdPropertyState,getLogo()
-
getSplash
MdPropertyState getSplash()
Returns the value of the 'Splash' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Splash' attribute.
- See Also:
MdPropertyState,setSplash(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_Splash()
-
setSplash
void setSplash(MdPropertyState value)
Sets the value of the 'Splash' attribute.- Parameters:
value- the new value of the 'Splash' attribute.- See Also:
MdPropertyState,getSplash()
-
getDefaultRoles
MdPropertyState getDefaultRoles()
Returns the value of the 'Default Roles' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Roles' attribute.
- See Also:
MdPropertyState,setDefaultRoles(MdPropertyState),MdClassExtensionPackage.getConfigurationExtension_DefaultRoles()
-
setDefaultRoles
void setDefaultRoles(MdPropertyState value)
Sets the value of the 'Default Roles' attribute.- Parameters:
value- the new value of the 'Default Roles' attribute.- See Also:
MdPropertyState,getDefaultRoles()
-
-