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 interfaceDocumentationElementA representation of the model object 'Documentation Element'.Methods in com._1c.g5.v8.dt.bsl.model that return VersionedElement Modifier and Type Method Description VersionedElementBslFactory. 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 classDocumentationElementImplAn implementation of the model object 'Documentation Element'.classVersionedElementImplAn 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 VersionedElementBslFactoryImpl. 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 TBslSwitch. caseVersionedElement(VersionedElement object)Returns the result of interpreting the object as an instance of 'Versioned Element'.
-