Class ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder
java.lang.Object
com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder
- Enclosing class:
- ExternalDataSourceFunction
-
Method Summary
Modifier and TypeMethodDescriptionbuild()expressionInDataSource(String expressionInDataSource) mdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) objectBelonging(ObjectBelonging objectBelonging) owner(com.github._1c_syntax.bsl.types.MdoReference owner) returnValue(boolean returnValue) Возвращает значениеsupportVariant(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) synonym(com.github._1c_syntax.bsl.types.MultiLanguageString synonym) toString()type(com.github._1c_syntax.bsl.types.ValueTypeDescription type)
-
Method Details
-
uuid
- Returns:
this.
-
name
- Returns:
this.
-
mdoReference
public ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder mdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) - Returns:
this.
-
objectBelonging
public ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder objectBelonging(ObjectBelonging objectBelonging) - Returns:
this.
-
comment
- Returns:
this.
-
synonym
public ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder synonym(com.github._1c_syntax.bsl.types.MultiLanguageString synonym) - Returns:
this.
-
supportVariant
public ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder supportVariant(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) - Returns:
this.
-
owner
public ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder owner(com.github._1c_syntax.bsl.types.MdoReference owner) - Returns:
this.
-
type
public ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder type(com.github._1c_syntax.bsl.types.ValueTypeDescription type) - Returns:
this.
-
returnValue
public ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder returnValue(boolean returnValue) Возвращает значение- Returns:
this.
-
expressionInDataSource
public ExternalDataSourceFunction.ExternalDataSourceFunctionBuilder expressionInDataSource(String expressionInDataSource) - Returns:
this.
-
build
-
toString
-