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.AttributeOwner
getAllAttributes, getPlainStorageFields, getStorageFieldsMethods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChild, getChildren, getPlainChildrenMethods inherited from interface com.github._1c_syntax.bsl.mdo.CommandOwner
getCommandsMethods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getComment, getDescription, getDescription, getMdoRef, getMdoRef, getMdoReference, getMdoType, getName, getObjectBelonging, getSupportVariant, getSynonym, getUuidMethods inherited from interface com.github._1c_syntax.bsl.mdo.ModuleOwner
getAllModules, getModuleByUri, getModules, getModuleTypeByURI, getModuleTypesMethods inherited from interface com.github._1c_syntax.bsl.mdo.TemplateOwner
getTemplates
-
Method Details
-
getAttributes
Список реквизитов регистра -
getResources
Список ресурсов регистра -
getDimensions
Список измерений регистра
-