Class ExternalReport
java.lang.Object
com.github._1c_syntax.bsl.mdclasses.ExternalReport
- All Implemented Interfaces:
ExternalSource
,MDClass
,AttributeOwner
,ChildrenOwner
,CommandOwner
,FormOwner
,MD
,ModuleOwner
,TabularSectionOwner
,TemplateOwner
Внешний отчет
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
Список модулей объекта, включая дочерниеСписок реквизитов объектаВозвращает все дочерние элементы объектаСписок команд объектаКомментарийcom.github._1c_syntax.bsl.types.ConfigurationSource
Вариант исходниковgetForms()
Список форм объектаcom.github._1c_syntax.bsl.types.MdoReference
MDO-Ссылка на объектСписок модулей объектаgetName()
Имя объектаВозвращает дочерние элементы объекта, являющиеся атрибутами или ТЧ, плоским списком.Возвращает дочерние элементы объекта плоским списком.Возвращает все дочерние элементы объекта, являющиеся атрибутами или ТЧСинонимы объектаСписок табличных частейСписок макетов объекта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.ChildrenOwner
findChild, findChild, findChild, findChild
Methods inherited from interface com.github._1c_syntax.bsl.mdclasses.ExternalSource
getAllAttributes, getObjectBelonging, getSupportVariant
Methods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getDescription, getDescription, getMdoType
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ModuleOwner
getModuleByUri, getModuleTypeByURI, getModuleTypes
-
Field Details
-
EMPTY
Пустой внешний отчет
-
-
Method Details
-
getChildren
Description copied from interface:ChildrenOwner
Возвращает все дочерние элементы объекта- Specified by:
getChildren
in interfaceChildrenOwner
-
getPlainChildren
Description copied from interface:ChildrenOwner
Возвращает дочерние элементы объекта, являющиеся атрибутами или ТЧ, плоским списком.- Specified by:
getPlainChildren
in interfaceChildrenOwner
-
getStorageFields
Description copied from interface:AttributeOwner
Возвращает все дочерние элементы объекта, являющиеся атрибутами или ТЧ- Specified by:
getStorageFields
in interfaceAttributeOwner
-
getPlainStorageFields
Description copied from interface:AttributeOwner
Возвращает дочерние элементы объекта плоским списком.- Specified by:
getPlainStorageFields
in interfaceAttributeOwner
-
getAllModules
Description copied from interface:ModuleOwner
Список модулей объекта, включая дочерние- Specified by:
getAllModules
in interfaceModuleOwner
-
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
-
getComment
Description copied from interface:MD
Комментарий- Specified by:
getComment
in interfaceMD
-
getSynonym
Description copied from interface:MD
Синонимы объекта- Specified by:
getSynonym
in interfaceMD
-
getModules
Description copied from interface:ModuleOwner
Список модулей объекта- Specified by:
getModules
in interfaceModuleOwner
-
getConfigurationSource
public com.github._1c_syntax.bsl.types.ConfigurationSource getConfigurationSource()Description copied from interface:MDClass
Вариант исходников- Specified by:
getConfigurationSource
in interfaceMDClass
-
getCommands
Description copied from interface:CommandOwner
Список команд объекта- Specified by:
getCommands
in interfaceCommandOwner
-
getAttributes
Description copied from interface:ExternalSource
Список реквизитов объекта- Specified by:
getAttributes
in interfaceExternalSource
-
getTabularSections
Description copied from interface:TabularSectionOwner
Список табличных частей- Specified by:
getTabularSections
in interfaceTabularSectionOwner
-
getForms
Description copied from interface:FormOwner
Список форм объекта -
getTemplates
Description copied from interface:TemplateOwner
Список макетов объекта- Specified by:
getTemplates
in interfaceTemplateOwner
-
toString
-
equals
-
hashCode
public int hashCode()
-