Package com.github._1c_syntax.bsl.mdo
Interface ReferenceObject
- All Superinterfaces:
AttributeOwner
,ChildrenOwner
,CommandOwner
,FormOwner
,MD
,MDObject
,ModuleOwner
,TabularSectionOwner
,TemplateOwner
- All Known Implementing Classes:
BusinessProcess
,Catalog
,ChartOfAccounts
,ChartOfCalculationTypes
,ChartOfCharacteristicTypes
,Document
,ExchangePlan
,Task
public interface ReferenceObject
extends MDObject, ModuleOwner, CommandOwner, AttributeOwner, TabularSectionOwner, FormOwner, TemplateOwner
Базовый интерфейс для всех ссылочных типов (Справочники, Документы, ПВХ и т.д.)
-
Method Summary
Modifier and TypeMethodDescriptionСписок реквизитов объектаСписок реквизитов объектаMethods inherited from interface com.github._1c_syntax.bsl.mdo.AttributeOwner
getPlainStorageFields, getStorageFields
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChild, getChildren, getPlainChildren
Methods inherited from interface com.github._1c_syntax.bsl.mdo.CommandOwner
getCommands
Methods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getComment, getDescription, getDescription, getMdoReference, getMdoType, getName, getObjectBelonging, getSupportVariant, getSynonym, getUuid
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ModuleOwner
getAllModules, getModuleByUri, getModules, getModuleTypeByURI, getModuleTypes
Methods inherited from interface com.github._1c_syntax.bsl.mdo.TabularSectionOwner
getTabularSections
Methods inherited from interface com.github._1c_syntax.bsl.mdo.TemplateOwner
getTemplates
-
Method Details
-
getAttributes
Список реквизитов объекта -
getAllAttributes
Description copied from interface:AttributeOwner
Список реквизитов объекта- Specified by:
getAllAttributes
in interfaceAttributeOwner
-