Uses of Interface
io.ciera.tool.sql.ooaofooa.body.BodyInElement
-
-
Uses of BodyInElement in io.ciera.tool
Methods in io.ciera.tool with parameters of type BodyInElement Modifier and Type Method Description voidSql. relate_R640_BodyInElement_has_declared_Body(BodyInElement form, Body part)voidSql. relate_R640_BodyInElement_is_declared_in_PackageableElement(BodyInElement form, PackageableElement part)voidSql. unrelate_R640_BodyInElement_has_declared_Body(BodyInElement form, Body part)voidSql. unrelate_R640_BodyInElement_is_declared_in_PackageableElement(BodyInElement form, PackageableElement part) -
Uses of BodyInElement in io.ciera.tool.sql.ooaofooa.body
Methods in io.ciera.tool.sql.ooaofooa.body that return BodyInElement Modifier and Type Method Description BodyInElementBody. R640_is_declared_in_BodyInElement()Methods in io.ciera.tool.sql.ooaofooa.body with parameters of type BodyInElement Modifier and Type Method Description default voidBody. setR640_is_declared_in_BodyInElement(BodyInElement inst) -
Uses of BodyInElement in io.ciera.tool.sql.ooaofooa.body.impl
Classes in io.ciera.tool.sql.ooaofooa.body.impl that implement BodyInElement Modifier and Type Class Description classBodyInElementImplFields in io.ciera.tool.sql.ooaofooa.body.impl declared as BodyInElement Modifier and Type Field Description static BodyInElementBodyInElementImpl. EMPTY_BODYINELEMENTMethods in io.ciera.tool.sql.ooaofooa.body.impl that return BodyInElement Modifier and Type Method Description static BodyInElementBodyInElementImpl. create(Sql context)static BodyInElementBodyInElementImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Element_ID, io.ciera.runtime.summit.types.UniqueId ref_Action_ID)BodyInElementBodyInElementSetImpl. nullElement()BodyInElementBodyInElementImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)BodyInElementBodyImpl. R640_is_declared_in_BodyInElement()BodyInElementBodyInElementImpl. self()Methods in io.ciera.tool.sql.ooaofooa.body.impl that return types with arguments of type BodyInElement Modifier and Type Method Description List<BodyInElement>BodyInElementSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.body.impl with parameters of type BodyInElement Modifier and Type Method Description voidBodyImpl. setR640_is_declared_in_BodyInElement(BodyInElement inst)Method parameters in io.ciera.tool.sql.ooaofooa.body.impl with type arguments of type BodyInElement Modifier and Type Method Description BodyInElementSetBodyInElementSetImpl. emptySet(Comparator<? super BodyInElement> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.body.impl with type arguments of type BodyInElement Constructor Description BodyInElementSetImpl(Comparator<? super BodyInElement> comp) -
Uses of BodyInElement in io.ciera.tool.sql.ooaofooa.packageableelement
Methods in io.ciera.tool.sql.ooaofooa.packageableelement with parameters of type BodyInElement Modifier and Type Method Description default voidPackageableElement. addR640_has_declared_BodyInElement(BodyInElement inst)default voidPackageableElement. removeR640_has_declared_BodyInElement(BodyInElement inst) -
Uses of BodyInElement in io.ciera.tool.sql.ooaofooa.packageableelement.impl
Methods in io.ciera.tool.sql.ooaofooa.packageableelement.impl with parameters of type BodyInElement Modifier and Type Method Description voidPackageableElementImpl. addR640_has_declared_BodyInElement(BodyInElement inst)voidPackageableElementImpl. removeR640_has_declared_BodyInElement(BodyInElement inst)
-