Uses of Interface
io.ciera.tool.sql.ooaofooa.interaction.InformalAttributeValue
-
Packages that use InformalAttributeValue Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.interaction io.ciera.tool.sql.ooaofooa.interaction.impl -
-
Uses of InformalAttributeValue in io.ciera.tool
Methods in io.ciera.tool with parameters of type InformalAttributeValue Modifier and Type Method Description voidSql. relate_R948_InformalAttributeValue_is_a_InstanceAttributeValue(InformalAttributeValue form, InstanceAttributeValue part)voidSqlSqlLoader. serialize_InformalAttributeValue(InformalAttributeValue informalattributevalue_inst, PrintStream out)voidSql. unrelate_R948_InformalAttributeValue_is_a_InstanceAttributeValue(InformalAttributeValue form, InstanceAttributeValue part) -
Uses of InformalAttributeValue in io.ciera.tool.sql.ooaofooa.interaction
Methods in io.ciera.tool.sql.ooaofooa.interaction that return InformalAttributeValue Modifier and Type Method Description InformalAttributeValueInstanceAttributeValue. R948_is_a_InformalAttributeValue()Methods in io.ciera.tool.sql.ooaofooa.interaction with parameters of type InformalAttributeValue Modifier and Type Method Description default voidInstanceAttributeValue. setR948_is_a_InformalAttributeValue(InformalAttributeValue inst) -
Uses of InformalAttributeValue in io.ciera.tool.sql.ooaofooa.interaction.impl
Classes in io.ciera.tool.sql.ooaofooa.interaction.impl that implement InformalAttributeValue Modifier and Type Class Description classInformalAttributeValueImplFields in io.ciera.tool.sql.ooaofooa.interaction.impl declared as InformalAttributeValue Modifier and Type Field Description static InformalAttributeValueInformalAttributeValueImpl. EMPTY_INFORMALATTRIBUTEVALUEMethods in io.ciera.tool.sql.ooaofooa.interaction.impl that return InformalAttributeValue Modifier and Type Method Description static InformalAttributeValueInformalAttributeValueImpl. create(Sql context)static InformalAttributeValueInformalAttributeValueImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Av_ID)InformalAttributeValueInformalAttributeValueSetImpl. nullElement()InformalAttributeValueInformalAttributeValueImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)InformalAttributeValueInstanceAttributeValueImpl. R948_is_a_InformalAttributeValue()InformalAttributeValueInformalAttributeValueImpl. self()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl that return types with arguments of type InformalAttributeValue Modifier and Type Method Description List<InformalAttributeValue>InformalAttributeValueSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.interaction.impl with parameters of type InformalAttributeValue Modifier and Type Method Description voidInstanceAttributeValueImpl. setR948_is_a_InformalAttributeValue(InformalAttributeValue inst)Method parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type InformalAttributeValue Modifier and Type Method Description InformalAttributeValueSetInformalAttributeValueSetImpl. emptySet(Comparator<? super InformalAttributeValue> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.interaction.impl with type arguments of type InformalAttributeValue Constructor Description InformalAttributeValueSetImpl(Comparator<? super InformalAttributeValue> comp)
-