Interface MdObjectExtension
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
,ObjectExtension
- All Known Subinterfaces:
AccountingRegisterDimensionExtension
,AccountingRegisterExtension
,AccountingRegisterResourceExtension
,AccumulationRegisterExtension
,AddressingAttributeExtension
,BasicCommandExtension
,BasicDbObjectExtension
,BasicFeatureExtension
,BasicFormExtension
,BasicTabularSectionExtension
,BasicTemplateExtension
,BotExtension
,BusinessProcessExtension
,CalculationRegisterExtension
,CatalogExtension
,ChartOfAccountsExtension
,ChartOfCalculationTypesExtension
,ChartOfCharacteristicTypesExtension
,ColumnExtension
,CommandGroupExtension
,CommonAttributeExtension
,CommonFormExtension
,CommonModuleExtension
,CommonPictureExtension
,ConfigurationExtension
,ConstantExtension
,CubeExtension
,DataProcessorExtension
,DefinedTypeExtension
,DimensionExtension
,DimensionTableExtension
,DocumentExtension
,DocumentJournalExtension
,DocumentNumeratorExtension
,EnumExtension
,EventSubscriptionExtension
,ExchangePlanExtension
,ExternalDataSourceExtension
,FieldExtension
,FilterCriterionExtension
,FunctionalOptionExtension
,FunctionalOptionsParameterExtension
,FunctionExtension
,HTTPServiceExtension
,InformationRegisterExtension
,IntegrationServiceExtension
,LanguageExtension
,ReportExtension
,ResourceExtension
,RoleExtension
,ScheduledJobExtension
,SequenceDimensionExtension
,SequenceExtension
,SessionParameterExtension
,SettingsStorageExtension
,StyleExtension
,StyleItemExtension
,SubsystemExtension
,TableExtension
,TaskExtension
,WebServiceExtension
,WebSocketClientExtension
,WSReferenceExtension
,XDTOPackageExtension
- All Known Implementing Classes:
AccountingRegisterDimensionExtensionImpl
,AccountingRegisterExtensionImpl
,AccountingRegisterResourceExtensionImpl
,AccumulationRegisterExtensionImpl
,AddressingAttributeExtensionImpl
,BasicCommandExtensionImpl
,BasicDbObjectExtensionImpl
,BasicFeatureExtensionImpl
,BasicFormExtensionImpl
,BasicTabularSectionExtensionImpl
,BasicTemplateExtensionImpl
,BotExtensionImpl
,BusinessProcessExtensionImpl
,CalculationRegisterExtensionImpl
,CatalogExtensionImpl
,ChartOfAccountsExtensionImpl
,ChartOfCalculationTypesExtensionImpl
,ChartOfCharacteristicTypesExtensionImpl
,ColumnExtensionImpl
,CommandGroupExtensionImpl
,CommonAttributeExtensionImpl
,CommonFormExtensionImpl
,CommonModuleExtensionImpl
,CommonPictureExtensionImpl
,ConfigurationExtensionImpl
,ConstantExtensionImpl
,CubeExtensionImpl
,DataProcessorExtensionImpl
,DefinedTypeExtensionImpl
,DimensionExtensionImpl
,DimensionTableExtensionImpl
,DocumentExtensionImpl
,DocumentJournalExtensionImpl
,DocumentNumeratorExtensionImpl
,EnumExtensionImpl
,EventSubscriptionExtensionImpl
,ExchangePlanExtensionImpl
,ExternalDataSourceExtensionImpl
,FieldExtensionImpl
,FilterCriterionExtensionImpl
,FunctionalOptionExtensionImpl
,FunctionalOptionsParameterExtensionImpl
,FunctionExtensionImpl
,HTTPServiceExtensionImpl
,InformationRegisterExtensionImpl
,IntegrationServiceExtensionImpl
,LanguageExtensionImpl
,MdObjectExtensionImpl
,ReportExtensionImpl
,ResourceExtensionImpl
,RoleExtensionImpl
,ScheduledJobExtensionImpl
,SequenceDimensionExtensionImpl
,SequenceExtensionImpl
,SessionParameterExtensionImpl
,SettingsStorageExtensionImpl
,StyleExtensionImpl
,StyleItemExtensionImpl
,SubsystemExtensionImpl
,TableExtensionImpl
,TaskExtensionImpl
,WebServiceExtensionImpl
,WebSocketClientExtensionImpl
,WSReferenceExtensionImpl
,XDTOPackageExtensionImpl
A representation of the model object 'Md Object Extension'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Extended Configuration Object' attribute.Returns the value of the 'Synonym' attribute.void
Sets the value of the 'Extended Configuration Object
' attribute.void
setSynonym
(MdPropertyState value) Sets the value of the 'Synonym
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSynonym
MdPropertyState getSynonym()Returns the value of the 'Synonym' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Synonym' attribute.
- See Also:
-
setSynonym
Sets the value of the 'Synonym
' attribute.- Parameters:
value
- the new value of the 'Synonym' attribute.- See Also:
-
getExtendedConfigurationObject
MdPropertyState getExtendedConfigurationObject()Returns the value of the 'Extended Configuration Object' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Extended Configuration Object' attribute.
- See Also:
-
setExtendedConfigurationObject
Sets the value of the 'Extended Configuration Object
' attribute.- Parameters:
value
- the new value of the 'Extended Configuration Object' attribute.- See Also:
-