Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.InformalAttribute
-
Packages that use InformalAttribute Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.interaction io.ciera.tool.sql.ooaofooa.interaction.impl -
-
Uses of InformalAttribute in io.ciera.tool
Methods in io.ciera.tool with parameters of type InformalAttribute Modifier and Type Method Description voidSql. relate_R947_InformalAttribute_is_a_ClassParticipantAttribute(InformalAttribute form, ClassParticipantAttribute part)voidSqlSqlLoader. serialize_InformalAttribute(InformalAttribute informalattribute_inst, PrintStream out)voidSql. unrelate_R947_InformalAttribute_is_a_ClassParticipantAttribute(InformalAttribute form, ClassParticipantAttribute part) -
Uses of InformalAttribute in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction that return InformalAttribute Modifier and Type Method Description InformalAttributeClassParticipantAttribute. R947_is_a_InformalAttribute()Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type InformalAttribute Modifier and Type Method Description default voidClassParticipantAttribute. setR947_is_a_InformalAttribute(InformalAttribute inst) -
Uses of InformalAttribute in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement InformalAttribute Modifier and Type Class Description classInformalAttributeImplFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as InformalAttribute Modifier and Type Field Description static InformalAttributeInformalAttributeImpl. EMPTY_INFORMALATTRIBUTEMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return InformalAttribute Modifier and Type Method Description static InformalAttributeInformalAttributeImpl. create(Sql context)static InformalAttributeInformalAttributeImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Ia_ID)InformalAttributeInformalAttributeSetImpl. nullElement()InformalAttributeInformalAttributeImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)InformalAttributeClassParticipantAttributeImpl. R947_is_a_InformalAttribute()InformalAttributeInformalAttributeImpl. self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type InformalAttribute Modifier and Type Method Description List<InformalAttribute>InformalAttributeSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type InformalAttribute Modifier and Type Method Description voidClassParticipantAttributeImpl. setR947_is_a_InformalAttribute(InformalAttribute inst)Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type InformalAttribute Modifier and Type Method Description InformalAttributeSetInformalAttributeSetImpl. emptySet(Comparator<? super InformalAttribute> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type InformalAttribute Constructor Description InformalAttributeSetImpl(Comparator<? super InformalAttribute> comp)
-