Uses of Interface
io.ciera.tool.sql.ooaofooa.subsystem.NewBaseAttribute
-
Packages that use NewBaseAttribute Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.subsystem io.ciera.tool.sql.ooaofooa.subsystem.impl -
-
Uses of NewBaseAttribute in io.ciera.tool
Methods in io.ciera.tool with parameters of type NewBaseAttribute Modifier and Type Method Description voidSql. relate_R107_NewBaseAttribute_is_a_BaseAttribute(NewBaseAttribute form, BaseAttribute part)voidSqlSqlLoader. serialize_NewBaseAttribute(NewBaseAttribute newbaseattribute_inst, PrintStream out)voidSql. unrelate_R107_NewBaseAttribute_is_a_BaseAttribute(NewBaseAttribute form, BaseAttribute part) -
Uses of NewBaseAttribute in io.ciera.tool.sql.ooaofooa.subsystem
Methods in io.ciera.tool.sql.ooaofooa.subsystem that return NewBaseAttribute Modifier and Type Method Description NewBaseAttributeBaseAttribute. R107_is_a_NewBaseAttribute()Methods in io.ciera.tool.sql.ooaofooa.subsystem with parameters of type NewBaseAttribute Modifier and Type Method Description default voidBaseAttribute. setR107_is_a_NewBaseAttribute(NewBaseAttribute inst) -
Uses of NewBaseAttribute in io.ciera.tool.sql.ooaofooa.subsystem.impl
Classes in io.ciera.tool.sql.ooaofooa.subsystem.impl that implement NewBaseAttribute Modifier and Type Class Description classNewBaseAttributeImplFields in io.ciera.tool.sql.ooaofooa.subsystem.impl declared as NewBaseAttribute Modifier and Type Field Description static NewBaseAttributeNewBaseAttributeImpl. EMPTY_NEWBASEATTRIBUTEMethods in io.ciera.tool.sql.ooaofooa.subsystem.impl that return NewBaseAttribute Modifier and Type Method Description static NewBaseAttributeNewBaseAttributeImpl. create(Sql context)static NewBaseAttributeNewBaseAttributeImpl. 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)NewBaseAttributeNewBaseAttributeSetImpl. nullElement()NewBaseAttributeNewBaseAttributeImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)NewBaseAttributeBaseAttributeImpl. R107_is_a_NewBaseAttribute()NewBaseAttributeNewBaseAttributeImpl. self()Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl that return types with arguments of type NewBaseAttribute Modifier and Type Method Description List<NewBaseAttribute>NewBaseAttributeSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl with parameters of type NewBaseAttribute Modifier and Type Method Description voidBaseAttributeImpl. setR107_is_a_NewBaseAttribute(NewBaseAttribute inst)Method parameters in io.ciera.tool.sql.ooaofooa.subsystem.impl with type arguments of type NewBaseAttribute Modifier and Type Method Description NewBaseAttributeSetNewBaseAttributeSetImpl. emptySet(Comparator<? super NewBaseAttribute> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.subsystem.impl with type arguments of type NewBaseAttribute Constructor Description NewBaseAttributeSetImpl(Comparator<? super NewBaseAttribute> comp)
-