Package com.github._1c_syntax.bsl.mdo
Interface Register
- All Superinterfaces:
AttributeOwner
,ChildrenOwner
,CommandOwner
,FormOwner
,MD
,MDObject
,ModuleOwner
,TemplateOwner
- All Known Implementing Classes:
AccountingRegister
,AccumulationRegister
,CalculationRegister
,InformationRegister
public interface Register
extends MDObject, AttributeOwner, CommandOwner, ModuleOwner, FormOwner, TemplateOwner
Базовый интерфейс для всех регистров (Сведений, Накопления...)
-
Method Summary
Modifier and TypeMethodDescriptionСписок реквизитов объектаСписок реквизитов регистраСписок измерений регистраСписок ресурсов регистраMethods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChild, getChildren, getMDOChildren, getMDOPlainChildren, 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, 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.TemplateOwner
getTemplates
-
Method Details
-
getAttributes
Список реквизитов регистра -
getResources
Список ресурсов регистра -
getDimensions
Список измерений регистра -
getAllAttributes
Description copied from interface:AttributeOwner
Список реквизитов объекта- Specified by:
getAllAttributes
in interfaceAttributeOwner
-