Class Resource.ResourceBuilder
java.lang.Object
com.github._1c_syntax.bsl.mdo.children.Resource.ResourceBuilder
- Enclosing class:
- Resource
-
Method Summary
Modifier and TypeMethodDescriptionbuild()indexing(IndexingType indexing) kind(AttributeKind kind) mdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) objectBelonging(ObjectBelonging objectBelonging) owner(com.github._1c_syntax.bsl.types.MdoReference owner) passwordMode(boolean passwordMode) 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 Resource.ResourceBuilder mdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) - Returns:
this.
-
objectBelonging
- Returns:
this.
-
comment
- Returns:
this.
-
synonym
public Resource.ResourceBuilder synonym(com.github._1c_syntax.bsl.types.MultiLanguageString synonym) - Returns:
this.
-
supportVariant
public Resource.ResourceBuilder supportVariant(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) - Returns:
this.
-
owner
- Returns:
this.
-
passwordMode
- Returns:
this.
-
kind
- Returns:
this.
-
indexing
- Returns:
this.
-
type
- Returns:
this.
-
build
-
toString
-