Package com.github._1c_syntax.bsl.mdo
Interface ReferenceObject
- All Superinterfaces:
AttributeOwner,CharacteristicOwner,ChildrenOwner,CommandOwner,FormOwner,MD,MDObject,ModuleOwner,TemplateOwner
- All Known Subinterfaces:
MutableReferenceObject
- All Known Implementing Classes:
BusinessProcess,Catalog,ChartOfAccounts,ChartOfCalculationTypes,ChartOfCharacteristicTypes,Document,Enum,ExchangePlan,Task
public interface ReferenceObject
extends MDObject, ModuleOwner, CommandOwner, AttributeOwner, FormOwner, TemplateOwner, CharacteristicOwner
Базовый интерфейс для всех ссылочных типов (Справочники, Документы, ПВХ, Перечисления и т.д.)
-
Method Summary
Modifier and TypeMethodDescriptionСписок реквизитов объектаСписок реквизитов объектаMethods inherited from interface com.github._1c_syntax.bsl.mdo.AttributeOwner
getPlainStorageFields, getStorageFieldsMethods inherited from interface com.github._1c_syntax.bsl.mdo.CharacteristicOwner
getCharacteristicsMethods 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.FormOwner
getDefaultForm, getDefaultFormLink, getDefaultFormMap, getFormByLink, getFormsMethods 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
Список реквизитов объекта -
getAllAttributes
Description copied from interface:AttributeOwnerСписок реквизитов объекта- Specified by:
getAllAttributesin interfaceAttributeOwner
-