Uses of Interface
io.ciera.tool.sql.ooaofooa.packageableelement.ComponentResultSet
-
-
Uses of ComponentResultSet in io.ciera.tool
Methods in io.ciera.tool with parameters of type ComponentResultSet Modifier and Type Method Description voidSql. relate_R8007_ComponentResultSet_held_by_C_C(ComponentResultSet form, C_C part)voidSql. relate_R8008_ComponentVisibility_makes_up_a_ComponentResultSet(ComponentVisibility form, ComponentResultSet part)voidSql. unrelate_R8007_ComponentResultSet_held_by_C_C(ComponentResultSet form, C_C part)voidSql. unrelate_R8008_ComponentVisibility_makes_up_a_ComponentResultSet(ComponentVisibility form, ComponentResultSet part) -
Uses of ComponentResultSet in io.ciera.tool.sql.ooaofooa.component
Methods in io.ciera.tool.sql.ooaofooa.component with parameters of type ComponentResultSet Modifier and Type Method Description default voidC_C. addR8007_holds_ComponentResultSet(ComponentResultSet inst)default voidC_C. removeR8007_holds_ComponentResultSet(ComponentResultSet inst) -
Uses of ComponentResultSet in io.ciera.tool.sql.ooaofooa.component.impl
Methods in io.ciera.tool.sql.ooaofooa.component.impl with parameters of type ComponentResultSet Modifier and Type Method Description voidC_CImpl. addR8007_holds_ComponentResultSet(ComponentResultSet inst)voidC_CImpl. removeR8007_holds_ComponentResultSet(ComponentResultSet inst) -
Uses of ComponentResultSet in io.ciera.tool.sql.ooaofooa.packageableelement
Methods in io.ciera.tool.sql.ooaofooa.packageableelement that return ComponentResultSet Modifier and Type Method Description ComponentResultSetComponentVisibility. R8008_makes_up_a_ComponentResultSet()Methods in io.ciera.tool.sql.ooaofooa.packageableelement with parameters of type ComponentResultSet Modifier and Type Method Description default voidComponentVisibility. setR8008_makes_up_a_ComponentResultSet(ComponentResultSet inst) -
Uses of ComponentResultSet in io.ciera.tool.sql.ooaofooa.packageableelement.impl
Classes in io.ciera.tool.sql.ooaofooa.packageableelement.impl that implement ComponentResultSet Modifier and Type Class Description classComponentResultSetImplFields in io.ciera.tool.sql.ooaofooa.packageableelement.impl declared as ComponentResultSet Modifier and Type Field Description static ComponentResultSetComponentResultSetImpl. EMPTY_COMPONENTRESULTSETMethods in io.ciera.tool.sql.ooaofooa.packageableelement.impl that return ComponentResultSet Modifier and Type Method Description static ComponentResultSetComponentResultSetImpl. create(Sql context)static ComponentResultSetComponentResultSetImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Id, String m_Name, ElementTypeConstants m_Type)static ComponentResultSetComponentResultSetImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Id, String m_Name, ElementTypeConstants m_Type)ComponentResultSetComponentResultSetSetImpl. nullElement()ComponentResultSetComponentResultSetImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ComponentResultSetComponentVisibilityImpl. R8008_makes_up_a_ComponentResultSet()ComponentResultSetComponentResultSetImpl. self()Methods in io.ciera.tool.sql.ooaofooa.packageableelement.impl that return types with arguments of type ComponentResultSet Modifier and Type Method Description List<ComponentResultSet>ComponentResultSetSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.packageableelement.impl with parameters of type ComponentResultSet Modifier and Type Method Description voidComponentVisibilityImpl. setR8008_makes_up_a_ComponentResultSet(ComponentResultSet inst)Method parameters in io.ciera.tool.sql.ooaofooa.packageableelement.impl with type arguments of type ComponentResultSet Modifier and Type Method Description ComponentResultSetSetComponentResultSetSetImpl. emptySet(Comparator<? super ComponentResultSet> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.packageableelement.impl with type arguments of type ComponentResultSet Constructor Description ComponentResultSetSetImpl(Comparator<? super ComponentResultSet> comp)
-