Package com.github._1c_syntax.bsl.mdo
Class InformationRegister.InformationRegisterBuilder
java.lang.Object
com.github._1c_syntax.bsl.mdo.InformationRegister.InformationRegisterBuilder
- Enclosing class:
- InformationRegister
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Collection<? extends Attribute> attributes) build()
command
(ObjectCommand command) commands
(Collection<? extends ObjectCommand> commands) dimensions
(Collection<? extends Dimension> dimensions) explanation
(MultiLanguageString explanation) Пояснениеform
(ObjectForm form) forms
(Collection<? extends ObjectForm> forms) mdoReference
(com.github._1c_syntax.bsl.types.MdoReference mdoReference) objectBelonging
(ObjectBelonging objectBelonging) resources
(Collection<? extends Resource> resources) supportVariant
(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) synonym
(MultiLanguageString synonym) template
(ObjectTemplate template) templates
(Collection<? extends ObjectTemplate> templates) toString()
-
Method Details
-
uuid
- Returns:
this
.
-
name
- Returns:
this
.
-
mdoReference
public InformationRegister.InformationRegisterBuilder mdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) - Returns:
this
.
-
objectBelonging
public InformationRegister.InformationRegisterBuilder objectBelonging(ObjectBelonging objectBelonging) - Returns:
this
.
-
comment
- Returns:
this
.
-
synonym
- Returns:
this
.
-
supportVariant
public InformationRegister.InformationRegisterBuilder supportVariant(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) - Returns:
this
.
-
modules
- Returns:
this
.
-
command
-
commands
public InformationRegister.InformationRegisterBuilder commands(Collection<? extends ObjectCommand> commands) -
clearCommands
-
attribute
-
attributes
public InformationRegister.InformationRegisterBuilder attributes(Collection<? extends Attribute> attributes) -
clearAttributes
-
resource
-
resources
public InformationRegister.InformationRegisterBuilder resources(Collection<? extends Resource> resources) -
clearResources
-
dimension
-
dimensions
public InformationRegister.InformationRegisterBuilder dimensions(Collection<? extends Dimension> dimensions) -
clearDimensions
-
form
-
forms
-
clearForms
-
template
-
templates
public InformationRegister.InformationRegisterBuilder templates(Collection<? extends ObjectTemplate> templates) -
clearTemplates
-
explanation
Пояснение- Returns:
this
.
-
build
-
toString
-