Package com.github._1c_syntax.bsl.mdo
Class ExternalDataSource.ExternalDataSourceBuilder
java.lang.Object
com.github._1c_syntax.bsl.mdo.ExternalDataSource.ExternalDataSourceBuilder
- Enclosing class:
- ExternalDataSource
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
explanation
(com.github._1c_syntax.bsl.types.MultiLanguageString explanation) ПояснениеmdoReference
(com.github._1c_syntax.bsl.types.MdoReference mdoReference) objectBelonging
(ObjectBelonging objectBelonging) supportVariant
(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) synonym
(com.github._1c_syntax.bsl.types.MultiLanguageString synonym) table
(ExternalDataSourceTable table) tables
(Collection<? extends ExternalDataSourceTable> tables) toString()
-
Method Details
-
uuid
- Returns:
this
.
-
name
- Returns:
this
.
-
mdoReference
public ExternalDataSource.ExternalDataSourceBuilder mdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) - Returns:
this
.
-
objectBelonging
public ExternalDataSource.ExternalDataSourceBuilder objectBelonging(ObjectBelonging objectBelonging) - Returns:
this
.
-
comment
- Returns:
this
.
-
synonym
public ExternalDataSource.ExternalDataSourceBuilder synonym(com.github._1c_syntax.bsl.types.MultiLanguageString synonym) - Returns:
this
.
-
supportVariant
public ExternalDataSource.ExternalDataSourceBuilder supportVariant(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) - Returns:
this
.
-
table
-
tables
public ExternalDataSource.ExternalDataSourceBuilder tables(Collection<? extends ExternalDataSourceTable> tables) -
clearTables
-
explanation
public ExternalDataSource.ExternalDataSourceBuilder explanation(com.github._1c_syntax.bsl.types.MultiLanguageString explanation) Пояснение- Returns:
this
.
-
build
-
toString
-