Package com.github._1c_syntax.bsl.mdo
Class InformationRegister
java.lang.Object
com.github._1c_syntax.bsl.mdo.InformationRegister
- All Implemented Interfaces:
AccessRightsOwner
,AttributeOwner
,ChildrenOwner
,CommandOwner
,FormOwner
,MD
,MDObject
,ModuleOwner
,Register
,TemplateOwner
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
Список реквизитов объектаСписок модулей объекта, включая дочерниеСписок реквизитов регистраВозвращает все дочерние элементы объектаСписок команд объектаКомментарийСписок измерений регистраПояснениеgetForms()
Список форм объектаcom.github._1c_syntax.bsl.types.MdoReference
MDO-Ссылка на объектСписок модулей объектаgetName()
Имя объектаПринадлежность объекта конфигурации (собственный или заимствованный)Список ресурсов регистраcom.github._1c_syntax.bsl.support.SupportVariant
Вариант поддержки родительской конфигурацииСинонимы объектаСписок макетов объектаgetUuid()
Уникальный идентификатор объектаint
hashCode()
Возвращает перечень возможных прав доступаtoString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github._1c_syntax.bsl.mdo.AccessRightsOwner
getPossibleRights, isValidRight
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, getPlainChildren
Methods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getDescription, getDescription, getMdoType
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ModuleOwner
getModuleByUri, getModuleTypeByURI, getModuleTypes
-
Method Details
-
getChildren
Description copied from interface:ChildrenOwner
Возвращает все дочерние элементы объекта- Specified by:
getChildren
in interfaceChildrenOwner
-
getAllAttributes
Description copied from interface:AttributeOwner
Список реквизитов объекта- Specified by:
getAllAttributes
in interfaceAttributeOwner
-
getAllModules
Description copied from interface:ModuleOwner
Список модулей объекта, включая дочерние- Specified by:
getAllModules
in interfaceModuleOwner
-
possibleRights
Возвращает перечень возможных прав доступа -
builder
-
getUuid
Description copied from interface:MD
Уникальный идентификатор объекта -
getName
Description copied from interface:MD
Имя объекта -
getMdoReference
public com.github._1c_syntax.bsl.types.MdoReference getMdoReference()Description copied from interface:MD
MDO-Ссылка на объект- Specified by:
getMdoReference
in interfaceMD
-
getObjectBelonging
Description copied from interface:MD
Принадлежность объекта конфигурации (собственный или заимствованный)- Specified by:
getObjectBelonging
in interfaceMD
-
getComment
Description copied from interface:MD
Комментарий- Specified by:
getComment
in interfaceMD
-
getSynonym
Description copied from interface:MD
Синонимы объекта- Specified by:
getSynonym
in interfaceMD
-
getSupportVariant
public com.github._1c_syntax.bsl.support.SupportVariant getSupportVariant()Description copied from interface:MD
Вариант поддержки родительской конфигурации- Specified by:
getSupportVariant
in interfaceMD
-
getModules
Description copied from interface:ModuleOwner
Список модулей объекта- Specified by:
getModules
in interfaceModuleOwner
-
getCommands
Description copied from interface:CommandOwner
Список команд объекта- Specified by:
getCommands
in interfaceCommandOwner
-
getAttributes
Description copied from interface:Register
Список реквизитов регистра- Specified by:
getAttributes
in interfaceRegister
-
getResources
Description copied from interface:Register
Список ресурсов регистра- Specified by:
getResources
in interfaceRegister
-
getDimensions
Description copied from interface:Register
Список измерений регистра- Specified by:
getDimensions
in interfaceRegister
-
getForms
Description copied from interface:FormOwner
Список форм объекта -
getTemplates
Description copied from interface:TemplateOwner
Список макетов объекта- Specified by:
getTemplates
in interfaceTemplateOwner
-
getExplanation
Пояснение -
toString
-
equals
-
hashCode
public int hashCode()
-