Package com.github._1c_syntax.bsl.mdo
Class SessionParameter.SessionParameterBuilder
java.lang.Object
com.github._1c_syntax.bsl.mdo.SessionParameter.SessionParameterBuilder
- Enclosing class:
- SessionParameter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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) toString()type(com.github._1c_syntax.bsl.types.ValueTypeDescription type)
-
Method Details
-
uuid
- Returns:
this.
-
name
- Returns:
this.
-
mdoReference
public SessionParameter.SessionParameterBuilder mdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) - Returns:
this.
-
objectBelonging
- Returns:
this.
-
comment
- Returns:
this.
-
synonym
public SessionParameter.SessionParameterBuilder synonym(com.github._1c_syntax.bsl.types.MultiLanguageString synonym) - Returns:
this.
-
supportVariant
public SessionParameter.SessionParameterBuilder supportVariant(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) - Returns:
this.
-
type
public SessionParameter.SessionParameterBuilder type(com.github._1c_syntax.bsl.types.ValueTypeDescription type) - Returns:
this.
-
build
-
toString
-