Uses of Interface
com._1c.g5.v8.dt.bsl.model.ContextDefPropertyInfo
-
Packages that use ContextDefPropertyInfo 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 ContextDefPropertyInfo in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ContextDefPropertyInfo Modifier and Type Method Description ContextDefPropertyInfo
BslIndexFactory. createContextDefPropertyInfo()
Returns a new object of class 'Context Def Property Info'.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type ContextDefPropertyInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContextDefPropertyInfo>
ModuleContextDefIndex. getProperties()
Returns the value of the 'Properties' containment reference list. -
Uses of ContextDefPropertyInfo in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ContextDefPropertyInfo Modifier and Type Class Description class
ContextDefPropertyInfoImpl
An implementation of the model object 'Context Def Property Info'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return ContextDefPropertyInfo Modifier and Type Method Description ContextDefPropertyInfo
BslIndexFactoryImpl. createContextDefPropertyInfo()
Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type ContextDefPropertyInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContextDefPropertyInfo>
ModuleContextDefIndexImpl. getProperties()
-
Uses of ContextDefPropertyInfo in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ContextDefPropertyInfo Modifier and Type Method Description T
BslIndexSwitch. caseContextDefPropertyInfo(ContextDefPropertyInfo object)
Returns the result of interpreting the object as an instance of 'Context Def Property Info'.
-