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