Uses of Interface
io.ciera.tool.sql.ooaofooa.subsystem.ClassIdentifierAttribute
Packages that use ClassIdentifierAttribute
Package
Description
-
Uses of ClassIdentifierAttribute in io.ciera.tool
Methods in io.ciera.tool with parameters of type ClassIdentifierAttributeModifier and TypeMethodDescriptionvoidSql.relate_R105_ClassIdentifierAttribute_is_made_up_of__O_ATTR(ClassIdentifierAttribute form, O_ATTR part) voidSql.relate_R105_ClassIdentifierAttribute_is_part_of__ClassIdentifier(ClassIdentifierAttribute form, ClassIdentifier part) voidSql.relate_R110_ReferredToIdentifierAttribute_is_identified_in_this_association_by_ClassIdentifierAttribute(ReferredToIdentifierAttribute form, ClassIdentifierAttribute part) voidSqlSqlLoader.serialize_105(ClassIdentifierAttribute classidentifierattribute_inst, PrintStream out) voidSqlSqlLoader.serialize_ClassIdentifierAttribute(ClassIdentifierAttribute classidentifierattribute_inst, PrintStream out) voidSql.unrelate_R105_ClassIdentifierAttribute_is_made_up_of__O_ATTR(ClassIdentifierAttribute form, O_ATTR part) voidSql.unrelate_R105_ClassIdentifierAttribute_is_part_of__ClassIdentifier(ClassIdentifierAttribute form, ClassIdentifier part) voidSql.unrelate_R110_ReferredToIdentifierAttribute_is_identified_in_this_association_by_ClassIdentifierAttribute(ReferredToIdentifierAttribute form, ClassIdentifierAttribute part) -
Uses of ClassIdentifierAttribute in io.ciera.tool.sql.ooaofooa.subsystem
Methods in io.ciera.tool.sql.ooaofooa.subsystem that return ClassIdentifierAttributeModifier and TypeMethodDescriptionReferredToIdentifierAttribute.R110_is_identified_in_this_association_by_ClassIdentifierAttribute()Methods in io.ciera.tool.sql.ooaofooa.subsystem with parameters of type ClassIdentifierAttributeModifier and TypeMethodDescriptiondefault voidClassIdentifier.addR105_is_made_up_of__ClassIdentifierAttribute(ClassIdentifierAttribute inst) default voiddefault voidClassIdentifier.removeR105_is_made_up_of__ClassIdentifierAttribute(ClassIdentifierAttribute inst) default voiddefault voidReferredToIdentifierAttribute.setR110_is_identified_in_this_association_by_ClassIdentifierAttribute(ClassIdentifierAttribute inst) -
Uses of ClassIdentifierAttribute in io.ciera.tool.sql.ooaofooa.subsystem.impl
Classes in io.ciera.tool.sql.ooaofooa.subsystem.impl that implement ClassIdentifierAttributeFields in io.ciera.tool.sql.ooaofooa.subsystem.impl declared as ClassIdentifierAttributeModifier and TypeFieldDescriptionstatic final ClassIdentifierAttributeClassIdentifierAttributeImpl.EMPTY_CLASSIDENTIFIERATTRIBUTEMethods in io.ciera.tool.sql.ooaofooa.subsystem.impl that return ClassIdentifierAttributeModifier and TypeMethodDescriptionstatic ClassIdentifierAttributestatic ClassIdentifierAttributeClassIdentifierAttributeImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Attr_ID, io.ciera.runtime.summit.types.UniqueId ref_Obj_ID, int ref_Oid_ID, String m_localAttributeName) static ClassIdentifierAttributeClassIdentifierAttributeImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Attr_ID, io.ciera.runtime.summit.types.UniqueId ref_Obj_ID, int ref_Oid_ID, String m_localAttributeName) ClassIdentifierAttributeSetImpl.nullElement()ClassIdentifierAttributeImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) ReferredToIdentifierAttributeImpl.R110_is_identified_in_this_association_by_ClassIdentifierAttribute()ClassIdentifierAttributeImpl.self()Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl that return types with arguments of type ClassIdentifierAttributeMethods in io.ciera.tool.sql.ooaofooa.subsystem.impl with parameters of type ClassIdentifierAttributeModifier and TypeMethodDescriptionvoidClassIdentifierImpl.addR105_is_made_up_of__ClassIdentifierAttribute(ClassIdentifierAttribute inst) voidO_ATTRImpl.addR105_is_part_of__ClassIdentifierAttribute(ClassIdentifierAttribute inst) voidClassIdentifierImpl.removeR105_is_made_up_of__ClassIdentifierAttribute(ClassIdentifierAttribute inst) voidO_ATTRImpl.removeR105_is_part_of__ClassIdentifierAttribute(ClassIdentifierAttribute inst) voidReferredToIdentifierAttributeImpl.setR110_is_identified_in_this_association_by_ClassIdentifierAttribute(ClassIdentifierAttribute inst) Method parameters in io.ciera.tool.sql.ooaofooa.subsystem.impl with type arguments of type ClassIdentifierAttributeModifier and TypeMethodDescriptionClassIdentifierAttributeSetImpl.emptySet(Comparator<? super ClassIdentifierAttribute> comp) Constructor parameters in io.ciera.tool.sql.ooaofooa.subsystem.impl with type arguments of type ClassIdentifierAttributeModifierConstructorDescriptionClassIdentifierAttributeSetImpl(Comparator<? super ClassIdentifierAttribute> comp)