Package com.github._1c_syntax.bsl.mdo
Interface MD
- All Known Subinterfaces:
Attribute,CF,Command,ExternalSource,Form,MDChild,MDClass,MDObject,ModuleOwner,ReferenceObject,Register,TabularSection,Template
- All Known Implementing Classes:
AccountingFlag,AccountingRegister,AccumulationRegister,Bot,BusinessProcess,CalculationRegister,Catalog,ChartOfAccounts,ChartOfCalculationTypes,ChartOfCharacteristicTypes,CommandGroup,CommonAttribute,CommonCommand,CommonForm,CommonModule,CommonPicture,CommonTemplate,Configuration,ConfigurationExtension,Constant,DataProcessor,DefinedType,Dimension,Document,DocumentJournal,DocumentJournalColumn,DocumentNumerator,Enum,EnumValue,EventSubscription,ExchangePlan,ExtDimensionAccountingFlag,ExternalDataProcessor,ExternalDataSource,ExternalDataSourceTable,ExternalDataSourceTableField,ExternalReport,FilterCriterion,FunctionalOption,FunctionalOptionsParameter,HTTPService,HTTPServiceMethod,HTTPServiceURLTemplate,InformationRegister,IntegrationService,IntegrationServiceChannel,Interface,Language,ObjectAttribute,ObjectCommand,ObjectForm,ObjectTabularSection,ObjectTemplate,Recalculation,Report,Resource,Role,ScheduledJob,Sequence,SessionParameter,SettingsStorage,Style,StyleItem,Subsystem,Task,TaskAddressingAttribute,WebService,WebServiceOperation,WebServiceOperationParameter,WSReference,XDTOPackage
public interface MD
Базовый интерфейс всех объектов метаданных, как самостоятельных, так и дочерних
-
Method Summary
Modifier and TypeMethodDescriptionКомментарийcom.github._1c_syntax.bsl.types.MdoReferenceMDO-Ссылка на объектdefault com.github._1c_syntax.bsl.types.MDOTypeВозвращает тип метаданныхgetName()Имя объектаПринадлежность объекта конфигурации (собственный или заимствованный)com.github._1c_syntax.bsl.support.SupportVariantВариант поддержки родительской конфигурацииСинонимы объектаgetUuid()Уникальный идентификатор объекта
-
Method Details
-
getMdoType
default com.github._1c_syntax.bsl.types.MDOType getMdoType()Возвращает тип метаданных -
getUuid
String getUuid()Уникальный идентификатор объекта -
getName
String getName()Имя объекта -
getSynonym
MultiLanguageString getSynonym()Синонимы объекта -
getMdoReference
com.github._1c_syntax.bsl.types.MdoReference getMdoReference()MDO-Ссылка на объект -
getObjectBelonging
ObjectBelonging getObjectBelonging()Принадлежность объекта конфигурации (собственный или заимствованный) -
getSupportVariant
com.github._1c_syntax.bsl.support.SupportVariant getSupportVariant()Вариант поддержки родительской конфигурации -
getComment
String getComment()Комментарий
-