Uses of Interface
com._1c.g5.v8.dt.ql.model.CaseBody
-
Packages that use CaseBody Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util com._1c.g5.v8.dt.ql.validation -
-
Uses of CaseBody in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return CaseBody Modifier and Type Method Description CaseBodyQlFactory. createCaseBody()Returns a new object of class 'Case Body'.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type CaseBody Modifier and Type Method Description org.eclipse.emf.common.util.EList<CaseBody>CaseOperationExpression. getBody()Returns the value of the 'Body' containment reference list. -
Uses of CaseBody in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement CaseBody Modifier and Type Class Description classCaseBodyImplAn implementation of the model object 'Case Body'.Methods in com._1c.g5.v8.dt.ql.model.impl that return CaseBody Modifier and Type Method Description CaseBodyQlFactoryImpl. createCaseBody()Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type CaseBody Modifier and Type Method Description org.eclipse.emf.common.util.EList<CaseBody>CaseOperationExpressionImpl. getBody() -
Uses of CaseBody in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type CaseBody Modifier and Type Method Description TQlSwitch. caseCaseBody(CaseBody object)Returns the result of interpreting the object as an instance of 'Case Body'. -
Uses of CaseBody in com._1c.g5.v8.dt.ql.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type CaseBody Modifier and Type Method Description voidQlValidator. checkLogicalExpressionInCase(CaseBody body)
-