Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.FormalAttributeValue
-
Packages that use FormalAttributeValue Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.interaction io.ciera.tool.sql.ooaofooa.interaction.impl -
-
Uses of FormalAttributeValue in io.ciera.tool
Methods in io.ciera.tool with parameters of type FormalAttributeValue Modifier and Type Method Description voidSql. relate_R948_FormalAttributeValue_is_a_InstanceAttributeValue(FormalAttributeValue form, InstanceAttributeValue part)voidSqlSqlLoader. serialize_FormalAttributeValue(FormalAttributeValue formalattributevalue_inst, PrintStream out)voidSql. unrelate_R948_FormalAttributeValue_is_a_InstanceAttributeValue(FormalAttributeValue form, InstanceAttributeValue part) -
Uses of FormalAttributeValue in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction that return FormalAttributeValue Modifier and Type Method Description FormalAttributeValueInstanceAttributeValue. R948_is_a_FormalAttributeValue()Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type FormalAttributeValue Modifier and Type Method Description default voidInstanceAttributeValue. setR948_is_a_FormalAttributeValue(FormalAttributeValue inst) -
Uses of FormalAttributeValue in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement FormalAttributeValue Modifier and Type Class Description classFormalAttributeValueImplFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as FormalAttributeValue Modifier and Type Field Description static FormalAttributeValueFormalAttributeValueImpl. EMPTY_FORMALATTRIBUTEVALUEMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return FormalAttributeValue Modifier and Type Method Description static FormalAttributeValueFormalAttributeValueImpl. create(Sql context)static FormalAttributeValueFormalAttributeValueImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Av_ID)FormalAttributeValueFormalAttributeValueSetImpl. nullElement()FormalAttributeValueFormalAttributeValueImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)FormalAttributeValueInstanceAttributeValueImpl. R948_is_a_FormalAttributeValue()FormalAttributeValueFormalAttributeValueImpl. self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type FormalAttributeValue Modifier and Type Method Description List<FormalAttributeValue>FormalAttributeValueSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type FormalAttributeValue Modifier and Type Method Description voidInstanceAttributeValueImpl. setR948_is_a_FormalAttributeValue(FormalAttributeValue inst)Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type FormalAttributeValue Modifier and Type Method Description FormalAttributeValueSetFormalAttributeValueSetImpl. emptySet(Comparator<? super FormalAttributeValue> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type FormalAttributeValue Constructor Description FormalAttributeValueSetImpl(Comparator<? super FormalAttributeValue> comp)
-