Uses of Interface
io.ciera.tool.sql.ooaofooa.component.InterfaceReferenceInDelegation
-
Packages that use InterfaceReferenceInDelegation Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.component io.ciera.tool.sql.ooaofooa.component.impl -
-
Uses of InterfaceReferenceInDelegation in io.ciera.tool
Methods in io.ciera.tool with parameters of type InterfaceReferenceInDelegation Modifier and Type Method Description voidSql. relate_R4013_InterfaceReferenceInDelegation_handles_delegation_for_InterfaceReference(InterfaceReferenceInDelegation form, InterfaceReference part)voidSql. relate_R4013_InterfaceReferenceInDelegation_may_delegate_through_Delegation(InterfaceReferenceInDelegation form, Delegation part)voidSqlSqlLoader. serialize_InterfaceReferenceInDelegation(InterfaceReferenceInDelegation interfacereferenceindelegation_inst, PrintStream out)voidSql. unrelate_R4013_InterfaceReferenceInDelegation_handles_delegation_for_InterfaceReference(InterfaceReferenceInDelegation form, InterfaceReference part)voidSql. unrelate_R4013_InterfaceReferenceInDelegation_may_delegate_through_Delegation(InterfaceReferenceInDelegation form, Delegation part) -
Uses of InterfaceReferenceInDelegation in io.ciera.tool.sql.ooaofooa.component
Methods in io.ciera.tool.sql.ooaofooa.component with parameters of type InterfaceReferenceInDelegation Modifier and Type Method Description default voidDelegation. addR4013_handles_delegation_for_InterfaceReferenceInDelegation(InterfaceReferenceInDelegation inst)default voidInterfaceReference. addR4013_may_delegate_through_InterfaceReferenceInDelegation(InterfaceReferenceInDelegation inst)default voidDelegation. removeR4013_handles_delegation_for_InterfaceReferenceInDelegation(InterfaceReferenceInDelegation inst)default voidInterfaceReference. removeR4013_may_delegate_through_InterfaceReferenceInDelegation(InterfaceReferenceInDelegation inst) -
Uses of InterfaceReferenceInDelegation in io.ciera.tool.sql.ooaofooa.component.impl
Classes in io.ciera.tool.sql.ooaofooa.component.impl that implement InterfaceReferenceInDelegation Modifier and Type Class Description classInterfaceReferenceInDelegationImplFields in io.ciera.tool.sql.ooaofooa.component.impl declared as InterfaceReferenceInDelegation Modifier and Type Field Description static InterfaceReferenceInDelegationInterfaceReferenceInDelegationImpl. EMPTY_INTERFACEREFERENCEINDELEGATIONMethods in io.ciera.tool.sql.ooaofooa.component.impl that return InterfaceReferenceInDelegation Modifier and Type Method Description static InterfaceReferenceInDelegationInterfaceReferenceInDelegationImpl. create(Sql context)static InterfaceReferenceInDelegationInterfaceReferenceInDelegationImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Reference_Id, io.ciera.runtime.summit.types.UniqueId ref_Delegation_Id)InterfaceReferenceInDelegationInterfaceReferenceInDelegationSetImpl. nullElement()InterfaceReferenceInDelegationInterfaceReferenceInDelegationImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)InterfaceReferenceInDelegationInterfaceReferenceInDelegationImpl. self()Methods in io.ciera.tool.sql.ooaofooa.component.impl that return types with arguments of type InterfaceReferenceInDelegation Modifier and Type Method Description List<InterfaceReferenceInDelegation>InterfaceReferenceInDelegationSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.component.impl with parameters of type InterfaceReferenceInDelegation Modifier and Type Method Description voidDelegationImpl. addR4013_handles_delegation_for_InterfaceReferenceInDelegation(InterfaceReferenceInDelegation inst)voidInterfaceReferenceImpl. addR4013_may_delegate_through_InterfaceReferenceInDelegation(InterfaceReferenceInDelegation inst)voidDelegationImpl. removeR4013_handles_delegation_for_InterfaceReferenceInDelegation(InterfaceReferenceInDelegation inst)voidInterfaceReferenceImpl. removeR4013_may_delegate_through_InterfaceReferenceInDelegation(InterfaceReferenceInDelegation inst)Method parameters in io.ciera.tool.sql.ooaofooa.component.impl with type arguments of type InterfaceReferenceInDelegation Modifier and Type Method Description InterfaceReferenceInDelegationSetInterfaceReferenceInDelegationSetImpl. emptySet(Comparator<? super InterfaceReferenceInDelegation> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.component.impl with type arguments of type InterfaceReferenceInDelegation Constructor Description InterfaceReferenceInDelegationSetImpl(Comparator<? super InterfaceReferenceInDelegation> comp)
-