Uses of Interface
com._1c.g5.v8.dt.bsl.model.VersionedElement
-
Packages that use VersionedElement Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util -
-
Uses of VersionedElement in com._1c.g5.v8.dt.bsl.model
Subinterfaces of VersionedElement in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interface
DocumentationElement
A representation of the model object 'Documentation Element'.Methods in com._1c.g5.v8.dt.bsl.model that return VersionedElement Modifier and Type Method Description VersionedElement
BslFactory. createVersionedElement()
Returns a new object of class 'Versioned Element'. -
Uses of VersionedElement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement VersionedElement Modifier and Type Class Description class
DocumentationElementImpl
An implementation of the model object 'Documentation Element'.class
VersionedElementImpl
An implementation of the model object 'Versioned Element'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return VersionedElement Modifier and Type Method Description VersionedElement
BslFactoryImpl. createVersionedElement()
-
Uses of VersionedElement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type VersionedElement Modifier and Type Method Description T
BslSwitch. caseVersionedElement(VersionedElement object)
Returns the result of interpreting the object as an instance of 'Versioned Element'.
-