Package com.github._1c_syntax.bsl.mdo
Class ExternalDataSource
java.lang.Object
com.github._1c_syntax.bsl.mdo.ExternalDataSource
- All Implemented Interfaces:
AccessRightsOwner,ChildrenOwner,MD,MDObject
public final class ExternalDataSource
extends Object
implements MDObject, ChildrenOwner, AccessRightsOwner
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanВозвращает все дочерние элементы объектаКомментарийgetCubes()Кубыcom.github._1c_syntax.bsl.types.MultiLanguageStringПояснениеФункцииcom.github._1c_syntax.bsl.types.MdoReferenceMDO-Ссылка на объектgetName()Имя объектаПринадлежность объекта конфигурации (собственный или заимствованный)Возвращает дочерние элементы объекта, являющиеся атрибутами или ТЧ, плоским списком.com.github._1c_syntax.bsl.support.SupportVariantВариант поддержки родительской конфигурацииcom.github._1c_syntax.bsl.types.MultiLanguageStringСинонимы объектаТаблицыgetUuid()Уникальный идентификатор объектаinthashCode()Возвращает перечень возможных прав доступаtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github._1c_syntax.bsl.mdo.AccessRightsOwner
getPossibleRights, isValidRightMethods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChildMethods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getDescription, getDescription, getMdoRef, getMdoRef, getMdoType
-
Method Details
-
possibleRights
Возвращает перечень возможных прав доступа -
builder
-
toBuilder
-
getUuid
Description copied from interface:MDУникальный идентификатор объекта -
getName
Description copied from interface:MDИмя объекта -
getMdoReference
public com.github._1c_syntax.bsl.types.MdoReference getMdoReference()Description copied from interface:MDMDO-Ссылка на объект- Specified by:
getMdoReferencein interfaceMD
-
getObjectBelonging
Description copied from interface:MDПринадлежность объекта конфигурации (собственный или заимствованный)- Specified by:
getObjectBelongingin interfaceMD
-
getComment
Description copied from interface:MDКомментарий- Specified by:
getCommentin interfaceMD
-
getSynonym
public com.github._1c_syntax.bsl.types.MultiLanguageString getSynonym()Description copied from interface:MDСинонимы объекта- Specified by:
getSynonymin interfaceMD
-
getSupportVariant
public com.github._1c_syntax.bsl.support.SupportVariant getSupportVariant()Description copied from interface:MDВариант поддержки родительской конфигурации- Specified by:
getSupportVariantin interfaceMD
-
getTables
Таблицы -
getFunctions
Функции -
getCubes
Кубы -
getExplanation
public com.github._1c_syntax.bsl.types.MultiLanguageString getExplanation()Пояснение -
toString
-
equals
-
hashCode
public int hashCode() -
getChildren
Description copied from interface:ChildrenOwnerВозвращает все дочерние элементы объекта- Specified by:
getChildrenin interfaceChildrenOwner
-
getPlainChildren
Description copied from interface:ChildrenOwnerВозвращает дочерние элементы объекта, являющиеся атрибутами или ТЧ, плоским списком.- Specified by:
getPlainChildrenin interfaceChildrenOwner
-