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
Возвращает все дочерние элементы объектаКомментарийcom.github._1c_syntax.bsl.types.MultiLanguageString
Пояснениеcom.github._1c_syntax.bsl.types.MdoReference
MDO-Ссылка на объектgetName()
Имя объектаПринадлежность объекта конфигурации (собственный или заимствованный)Возвращает дочерние элементы объекта, являющиеся атрибутами или ТЧ, плоским списком.com.github._1c_syntax.bsl.support.SupportVariant
Вариант поддержки родительской конфигурацииcom.github._1c_syntax.bsl.types.MultiLanguageString
Синонимы объектаТаблицыgetUuid()
Уникальный идентификатор объектаint
hashCode()
Возвращает перечень возможных прав доступаtoString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github._1c_syntax.bsl.mdo.AccessRightsOwner
getPossibleRights, isValidRight
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChild
Methods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getDescription, getDescription, getMdoRef, getMdoRef, getMdoType
-
Method Details
-
getChildren
Description copied from interface:ChildrenOwner
Возвращает все дочерние элементы объекта- Specified by:
getChildren
in interfaceChildrenOwner
-
getPlainChildren
Description copied from interface:ChildrenOwner
Возвращает дочерние элементы объекта, являющиеся атрибутами или ТЧ, плоским списком.- Specified by:
getPlainChildren
in interfaceChildrenOwner
-
possibleRights
Возвращает перечень возможных прав доступа -
builder
-
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:MD
MDO-Ссылка на объект- Specified by:
getMdoReference
in interfaceMD
-
getObjectBelonging
Description copied from interface:MD
Принадлежность объекта конфигурации (собственный или заимствованный)- Specified by:
getObjectBelonging
in interfaceMD
-
getComment
Description copied from interface:MD
Комментарий- Specified by:
getComment
in interfaceMD
-
getSynonym
public com.github._1c_syntax.bsl.types.MultiLanguageString getSynonym()Description copied from interface:MD
Синонимы объекта- Specified by:
getSynonym
in interfaceMD
-
getSupportVariant
public com.github._1c_syntax.bsl.support.SupportVariant getSupportVariant()Description copied from interface:MD
Вариант поддержки родительской конфигурации- Specified by:
getSupportVariant
in interfaceMD
-
getTables
Таблицы -
getExplanation
public com.github._1c_syntax.bsl.types.MultiLanguageString getExplanation()Пояснение -
toString
-
equals
-
hashCode
public int hashCode()
-