Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.ClassParticipantAttribute
Packages that use ClassParticipantAttribute
Package
Description
-
Uses of ClassParticipantAttribute in io.ciera.tool
Methods in io.ciera.tool with parameters of type ClassParticipantAttributeModifier and TypeMethodDescriptionvoidSql.relate_R935_ClassParticipantAttribute_belongs_to_ClassParticipant(ClassParticipantAttribute form, ClassParticipant part) voidSql.relate_R947_FormalAttribute_is_a_ClassParticipantAttribute(FormalAttribute form, ClassParticipantAttribute part) voidSql.relate_R947_InformalAttribute_is_a_ClassParticipantAttribute(InformalAttribute form, ClassParticipantAttribute part) voidSqlSqlLoader.serialize_935(ClassParticipantAttribute classparticipantattribute_inst, PrintStream out) voidSqlSqlLoader.serialize_ClassParticipantAttribute(ClassParticipantAttribute classparticipantattribute_inst, PrintStream out) voidSql.unrelate_R935_ClassParticipantAttribute_belongs_to_ClassParticipant(ClassParticipantAttribute form, ClassParticipant part) voidSql.unrelate_R947_FormalAttribute_is_a_ClassParticipantAttribute(FormalAttribute form, ClassParticipantAttribute part) voidSql.unrelate_R947_InformalAttribute_is_a_ClassParticipantAttribute(InformalAttribute form, ClassParticipantAttribute part) -
Uses of ClassParticipantAttribute in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction that return ClassParticipantAttributeModifier and TypeMethodDescriptionFormalAttribute.R947_is_a_ClassParticipantAttribute()InformalAttribute.R947_is_a_ClassParticipantAttribute()Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type ClassParticipantAttributeModifier and TypeMethodDescriptiondefault voidClassParticipant.addR935_may_have_ClassParticipantAttribute(ClassParticipantAttribute inst) default voidClassParticipant.removeR935_may_have_ClassParticipantAttribute(ClassParticipantAttribute inst) default voidFormalAttribute.setR947_is_a_ClassParticipantAttribute(ClassParticipantAttribute inst) default voidInformalAttribute.setR947_is_a_ClassParticipantAttribute(ClassParticipantAttribute inst) -
Uses of ClassParticipantAttribute in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement ClassParticipantAttributeFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as ClassParticipantAttributeModifier and TypeFieldDescriptionstatic final ClassParticipantAttributeClassParticipantAttributeImpl.EMPTY_CLASSPARTICIPANTATTRIBUTEMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return ClassParticipantAttributeModifier and TypeMethodDescriptionstatic ClassParticipantAttributestatic ClassParticipantAttributeClassParticipantAttributeImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId m_Ia_ID, String m_Name, String m_Type, io.ciera.runtime.summit.types.UniqueId ref_Part_ID, String m_Descrip) static ClassParticipantAttributeClassParticipantAttributeImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId m_Ia_ID, String m_Name, String m_Type, io.ciera.runtime.summit.types.UniqueId ref_Part_ID, String m_Descrip) ClassParticipantAttributeSetImpl.nullElement()ClassParticipantAttributeImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) FormalAttributeImpl.R947_is_a_ClassParticipantAttribute()InformalAttributeImpl.R947_is_a_ClassParticipantAttribute()ClassParticipantAttributeImpl.self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type ClassParticipantAttributeMethods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type ClassParticipantAttributeModifier and TypeMethodDescriptionvoidClassParticipantImpl.addR935_may_have_ClassParticipantAttribute(ClassParticipantAttribute inst) voidClassParticipantImpl.removeR935_may_have_ClassParticipantAttribute(ClassParticipantAttribute inst) voidFormalAttributeImpl.setR947_is_a_ClassParticipantAttribute(ClassParticipantAttribute inst) voidInformalAttributeImpl.setR947_is_a_ClassParticipantAttribute(ClassParticipantAttribute inst) Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ClassParticipantAttributeModifier and TypeMethodDescriptionClassParticipantAttributeSetImpl.emptySet(Comparator<? super ClassParticipantAttribute> comp) Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type ClassParticipantAttributeModifierConstructorDescriptionClassParticipantAttributeSetImpl(Comparator<? super ClassParticipantAttribute> comp)