Package com.github._1c_syntax.bsl.mdo
Interface TabularSection
- All Superinterfaces:
AttributeOwner
,ChildrenOwner
,MD
,MDChild
- All Known Implementing Classes:
ObjectTabularSection
Интерфейс табличных частей объектов (включая стандартные ТЧ)
-
Method Summary
Modifier and TypeMethodDescriptionСписок реквизитов объектаСписок реквизитов табличной частиВозвращает все дочерние элементы объектаВозвращает все дочерние элементы объекта, являющиеся атрибутами или ТЧMethods inherited from interface com.github._1c_syntax.bsl.mdo.AttributeOwner
getPlainStorageFields
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChild, getPlainChildren
Methods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getComment, getDescription, getDescription, getMdoReference, getMdoType, getName, getObjectBelonging, getSupportVariant, getSynonym, getUuid
-
Method Details
-
getAttributes
Список реквизитов табличной части -
getChildren
Description copied from interface:ChildrenOwner
Возвращает все дочерние элементы объекта- Specified by:
getChildren
in interfaceChildrenOwner
-
getStorageFields
Description copied from interface:AttributeOwner
Возвращает все дочерние элементы объекта, являющиеся атрибутами или ТЧ- Specified by:
getStorageFields
in interfaceAttributeOwner
-
getAllAttributes
Description copied from interface:AttributeOwner
Список реквизитов объекта- Specified by:
getAllAttributes
in interfaceAttributeOwner
-